Mastering Advanced SQL. Unlocking the Power of Database Queries.Introduction SQL (Structured Query Language) is a powerful tool for managing and manipulating data in relational databases. As a computer science enthusiast, I have learned that understanding the fundamentals of SQL is crucial, find out more on this ...Jul 23, 2023·8 min read
REST APIsIntroduction I always wondered how applications send resources or information from one application to another and how the request is processed and sent right back to me, have you? Let me use a scenario suppose you are using a mobile app to book a fli...May 2, 2023·12 min read
Let's talk about UnittestsIntroduction Unit testing is a crucial aspect of software development that ensures the individual components of your code work as expected. It allows developers to identify bugs early, maintain code reliability, and facilitate smooth code integration...Apr 26, 2023·5 min read
Learning Web frameworksWhat is a web framework? Today let's learn about web frameworks. I know you are wondering what is a web and what is a framework. In simple terms, a web is system of interconnected public webpages accessible through the Internet. The Web is not the sa...Apr 23, 2023·5 min read
Let's talk about SQL or rather MySQLIntroduction Have you ever wondered how devices store your data like how your phone stores your contacts, messages, etc or when you log on to an e-commerce websites and order a product, do you wonder where the product you are looking for is stored. W...Apr 21, 2023·5 min read
What happens behind the scenes when you type google.com and hit enterWhat happens? Have you ever wondered what happens behind the scenes when you are trying to find information on the internet? If so you are not alone I too never understood what happens till now. Many people use web browsers to search for different in...Apr 16, 2023·10 min read