48 MongoDB Commands and Queries to Know as Developer and DBA
This article talks about the frequently used queries and commands ofused by developers and DBA in their day to day development and operation life. Quick Intro In this new era…
This article talks about the frequently used queries and commands ofused by developers and DBA in their day to day development and operation life. Quick Intro In this new era…
Get to know essential JVM (Java Virtual Machine) options for better performance and debugging. If you are aor middleware administrator, then you should know what JVM options mean along with…
Build powerful APIs with Python. Let’s explore how! Python is one of the most versatile programming languages today. It has got its popularity because of its readability, less complex syntax,…
Getting started with open-source ecosystems. Open Source Open-source projects are those kinds of software whose source code is available to the public and free to use. They are regularly maintained…
While it might require an in-depth understanding of languages like C++ and C to write full-scale production code, JavaScript can often be written with just a basic understanding of what…
Bootstrap is everywhere, but it’s not always the right tool for the job. Here are some great alternatives! If you check the source code of a website’s front-end at random…
For most application developers, the database is an altar of demon gods best left unapproached. But it need not be that way! Other things being equal, the level of comfort…
Web scraping is one of the most interesting things in the coding world. What is web scraping? Why is it even exist? Let’s find out the answers. What is Web…
Making your website accessible is not only doing the right thing but is actually a valued investment that safeguards your business from legal risks. Here, I’m talking about web accessibility…
The conversion of design into code, also known as handoff occurs when a design has reached a stage where the developers are to implement the design. There are tools that…