Organisations across the globe are engaged in targeted efforts to assemble moving parts in a digital ecosystem, as Internet of Things (IoT) adoption continues to rise. According to the Visual Networking Index (VNI) released by Cisco in 2018, the number of devices connected to the internet may hit 30 billion by 2020. Given this massive […]
Monthly Archives: September 2020
Python is a beautiful language to code in. It has a great package ecosystem, there’s much less noise than you’ll find in other languages, and it is super easy to use. Python is used for a number of things, from data analysis to server programming. And one exciting use-case of
Hitting dead-ends is common with programming. We get stuck on a particular way of seeing the problem. Let’s use the advice of some of the greats of the field to help us rediscover our mojo.
Python is supposed to be one of the easiest programming languages to learn. Knowing that made me feel pretty bad the first time I tried and failed to learn it. It was even worse the second time I failed. But it turns out — and I learned this on the third
Snippets can add a touch of magic to your editor. The code editor I will use to showcase snippets is Visual Studio Code.
Do you want your team to enjoy your development workflow? Do you think building software should be fun and existentially fulfilling? If so, this is the post for you. I’ve been developing with Django for years, and I’ve never been happier with my Django project set up than
Icons are a way to visually communicate concepts and meaning without the use of words. This could be for categorization, an action, or even a warning. How can we add icons using SVG to our React apps to improve our visual communication?
Aircrack comprises of a suite of tools that help you attack as well as defend wireless networks. Let’s look at what Aircrack has to offer.
In this article, we’ll learn how to update Django models and manipulate existing data using migrations. Successful applications that are growing are a lovely problem to have. As a product develops, it tends to accumulate complication the way your weekend cake project accumulates layers of frosting. Thankfully, Django, my favorite
The Jamstack architecture is a modern approach to an old idea of making fast, static websites, but making them dynamic with tools like JavaScript. How can we leverage web framework Next.js and hosting platform Vercel to build and deploy performant and reliable web apps?
