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, […]
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, […]
Learn some great one-liners to use on your next project Javascript syntax and built-in methods allow us to cut down a lot of unnecessary lines in our code and write short, easily readable code. In this post, we are taking this simplicity another step forward to see where you can write one-line solutions to some […]
Say bye-bye to the problem of centering vertically on the web For something theoretically so simple, vertical centering elements in CSS is not the easiest task to accomplish. This statement was especially true before browsers started supporting modern additions to CSS like flex and grid. In this post, we are going to discuss some older […]
Bootstrap a NodeJS & MySQL application using Docker Compose Docker has become a tool that developers can’t live without in less than a decade since its release. Docker provides lightweight containers to run services in isolation from other processes in the system. If you haven’t yet been properly introduced to Docker, follow our introduction to Docker guide before […]
You have your mobile business idea ready, have allocated a budget, and with a burning desire to develop and launch your mobile app, you start searching for the best mobile app development agency. What will be the most important factor to consider? If your answer is pricing, then we are afraid you have missed the […]
If you want to learn to code, the most important thing is to start. Choosing our first programming language is a dilemma most of us had gone through when we were taking our first, tentative steps on this programming journey. Your first programming language becomes a deciding factor that shapes your impression of programming itself. […]
Keyboard recommendations for developers As developers we don’t need many tools to work, many would say that we just need a laptop or computer, and even though that’s true, there’s a difference between having the minimum required to work to have the tools that you need to work comfortably, productive and healthy. Today we are […]
Demystifying Threads is Node.js Often, we talk about how Node’s single-threaded nature makes Node applications easily scalable and resource-efficient. But it also makes Node an unsuitable choice for implementing CPU-intensive tasks . But as a workaround to this problem, in its v10.5.0 release, Node introduced the concept of worker threads. Worker threads provide a mechanism to spawn […]