PinnedRitik Chourasiya·Apr 18, 2022My Internship Experience at DOCFLIQ as Tech InternInternships are a training ground for the professional “real world”.
Ritik Chourasiya·Jun 10, 2025Step-by-Step NGINX Server Block SetupStep 1: Install NGINX (if not already installed)
Ritik Chourasiya·Jul 28, 2024Understanding the Difference Between PUT and PATCH in REST APIsToday, I want to delve into a topic that often comes up when working with REST APIs: the difference between PUT and PATCH. As a software…
Ritik Chourasiya·Jul 27, 2024Save Your Production Server by Mastering GitHub Branching and MergingManaging code changes and collaboration efficiently is crucial for any development team. One of the best practices for achieving this is…
Ritik Chourasiya·Jun 30, 2024Understand Cognitive Complexity: A Key to Cleaner, More Maintainable CodeAs software developers, we strive to write code that is not only functional but also easy to understand and maintain. One crucial metric…
Ritik Chourasiya·Oct 31, 2023Step-by-Step Guide: How to Use Websentry GitHub ActionWelcome to Websentry, a powerful GitHub Action that simplifies website health monitoring.
Ritik Chourasiya·Oct 15, 2023LogX — Enhance Your GoLang Projects with Colorful LoggingLogging is a critical aspect of software development. It helps you track your application’s behavior, find bugs, and monitor its…
Ritik Chourasiya·Jun 29, 2023Preventing MongoDB NoSQL Injection Attacks: Securing Your Node.jsMongoDB has become a popular choice for developers due to its flexibility and scalability. However, just like any other database, MongoDB…A response icon1A response icon1
Ritik Chourasiya·Jun 28, 2023Understanding the Difference between CSR and SSR RenderingIn the realm of web development, rendering techniques play a crucial role in delivering engaging user experiences. Two popular rendering…