STOP using console.log in JavaScript. Try this insteadDebugging. Something that programmers try hard to avoid, only to make more bugs in code. Coding without bugs is something even the best programmers would find hard. Which is why, you should always debug code. And one of the best ways to debug JavaScr...Aug 15, 2023·3 min read
Using CSS to Implement a Dark Mode Theme for Your WebsitesUsing CSS to add a dark theme to your current websites is really simple. We’ll do this in this article by utilizing CSS Variables. The theme will be available in three different variations: Auto, Light, and Dark. However, the Auto theme will utilize ...Aug 14, 2023·4 min read
Django — How to Keep Secrets Safe Using python-dotenvWe frequently have certain secret keys, OAuth keys, and other crucial information when working on a Django project that needs to be kept safe and private. Such keys should never be made public because doing so leaves your system open to security thre...Aug 14, 2023·2 min read
6 Free Modern Tools for Developers of 2023Do you want 2023 to go smoothly for your web development endeavors? Check out these free resources used by the 2023 Modern Web Developers! Coolors The preferred tool for creating a color scheme for your website is Coolers 2. Roadmap.sh A roadmap c...Aug 14, 2023·1 min read
Top 8 Algorithms Every Programmer Should Know 💯In programming, an algorithm is a set of instructions or a procedure for solving a specific problem or achieving a specific task. Algorithms can be expressed in any programming language and can be as simple as a sequence of basic operations or as com...Aug 13, 2023·8 min read
Streamlining Your Dependencies with niA Beginner’s Tutorial to the Package Manager of the Future I thus cloned an old project but was unable to determine whether it was using npm or yarn as a package management. Or might it be pnpm? Or Bun? I guess I’ll just use ni! Is this a brand-new p...Aug 13, 2023·2 min read
Sizzy, a tool for web developersSizzy is a web development tool that helps you test and debug your websites across multiple devices and viewports simultaneously. With Sizzy, you can preview your website on a range of different devices, including smartphones, tablets, laptops, and d...Aug 13, 2023·4 min read