Some of the best chrome extensions for web developers in 2021 As developers, we use our browsers every day for all sorts of things, from googling, finding solutions to our problems on stack overflow to wasting time on Reddit (yes, I’m one of those), but also to test run the applications we are developing. It’s […]
When facing the start of a brand new PHP application, there is one decision that can’t be overlooked: which framework should you use? Theoretically, you could start with none, but assuming the project at hand is anything but trivial, that’d probably be a bad idea. The good news is you’re not exactly short of options […]
Template engines make it easy to render views, for emails, screens, or anything else Building dynamic websites with APIs is something we all are familiar with as modern-day web developers. Node.js, especially, makes it really easy to set up API backends quickly and connect them with the client-side web applications. But did you know that […]
Learn how the `this` keyword works in JavaScript If you belong to a programming background, you might have come across “this” keyword, multiple times. Every programming language that exists usually contains the concept of “this”, especially the modern programming languages. But the catch here is, different programming languages have slight changes in the definitions for […]
CSS has thousands of secrets, today we will explore 8 If you think CSS is only used to ‘prettify’ a website, add some colors to a text or simply make cool bouncing animations, then you may have to rethink what all CSS is capable of. Already tired of using and searching for ‘How to do […]
Learn how to master GIT with these 5 advanced concepts For a software developer, learning to work with Git is essentially a requirement that comes with the job description. Working with local and remote repositories, committing changes, and managing branches: these are some basics of Git you have to know like the back of your hands. But […]
Intro to building full stack applications with JavaScript and NextJS Even though modern Javascript-based frontend frameworks like React help us develop robust dynamic websites, they have one major downside: the client has to wait until all Javascript code loads to render the page and display content to a user. As a page’s loading speed significantly […]
Stay up to date with the latest trends in freelancing The world has expanded with the rise of the internet. In current times the online world is staying up ahead and serving people. People are taking healthy advantage of the online world these days. Earning from the online world has been more accessible and convenient […]
Learn how to create interactive Discord bots with NodeJS Build Your First Discord Bot With NodeJS in Less Than 60 Minutes Discord is a chat application over 100 million users rely on to build online communities through text, voice, and video conversations. With the extensive API Discord offers to developers, we can build bots that perform repetitive, mundane, […]
Cloud Computing has taken the world by storm, whose intensity and speed is increasing by leaps and bound every moment. $630 billion will be the estimated size of Cloud computing by 2023, and as per market research, 83% of all enterprises have already adopted Cloud directly or indirectly. As per another report, approximately $1.1 trillion […]