Developer Tools, General, Tips
CLI tools you won’t be able to live without
Originally posted on dev. As developers, we spend a lot of our time in the terminal. There’s a lot of helpful CLI tools, which can make your life in the […]
No products in the cart.
Originally posted on dev. As developers, we spend a lot of our time in the terminal. There’s a lot of helpful CLI tools, which can make your life in the […]
Originally posted on dataquest. Linear Regression is one of the most basic yet most important models in data science. It helps us understand how we can use mathematics, with the help […]
Originally posted on kdnuggets. Unit testing is an important part of the software development life cycle as it helps to ensure that code is correct and working as intended. This […]
Originally posted on makeuseof. Practice string translation with this easy-to-follow tutorial. Morse code has existed since the early 1800s and has found its way to the digital era. From serving […]
Originally posted on compucademy. In this article we will look at how to use Python to determine whether two indices in a list are adjacent. Say you have a list […]
Originally posted on opensource. Use C extensions to make certain functionality available to you in Python. In a previous article, I gave an overview of six Python interpreters. On most systems, […]
Originally posted on dev. To establish a ClusterIP service we needed to create some iptables rules, so first, we create some iptables handlers. In pkg/net/iptables.go we create three functions: for creating a […]
Originally posted on davidwalsh. One of the ideological sticking points of the first JavaScript framework was was extending prototypes vs. wrapping functions. Frameworks like MooTools and Prototype extended prototypes while […]
Originally posted on dev. k3d is a lightweight wrapper to run k3s (minimal Kubernetes distribution from Rancher Labs) in Docker. By using k3d, we can create single and multi node […]