-
20 Essential Git Command-Line Tricks Every Developer Should Know
Category: UncategorizedGit is a powerful version control system that every developer should master. Whether you’re a beginner or an experienced developer, knowing a few handy Git command-line tricks can save you time and improve your workflow. Here are 20 essential Git tips and tricks to boost your efficiency. 1. Undo the Last Commit (Without Losing…
-
Learning Notes #69 – Getting Started with k6: Writing Your First Load Test
Category: UncategorizedPerformance testing is a crucial part of ensuring the stability and scalability of web applications. k6 is a modern, open-source load testing tool that allows developers and testers to script and execute performance tests efficiently. In this blog, we’ll explore the basics of k6 and write a simple test script to get started. What…
-
RSVP for K6 : Load Testing Made Easy in Tamil [Event Completed]
Category: UncategorizedEnsuring your applications perform well under high traffic is crucial. Join us for an interactive K6 Bootcamp, where we’ll explore performance testing, load testing strategies, and real-world use cases to help you build scalable and resilient systems. Event Recording: 🎯 What is K6 and Why Should You Learn It? Modern applications must handle thousands…
-
Learning Notes #68 – Buildpacks and Dockerfile
Category: UncategorizedLast few days, i was exploring on Buildpacks. I am amused at this tool features on reducing the developer’s pain. In this blog i jot down my experience on Buildpacks. Before going to try Buildpacks, we need to understand what is an OCI ? What is an OCI ? An OCI Image (Open Container…
-
RabbitMQ – All You Need To Know To Start Building Scalable Platforms
Category: UncategorizedIntroduction Let’s take the example of an online food ordering system like Swiggy or Zomato. Suppose a user places an order through the mobile app. If the application follows a synchronous approach, it would first send the order request to the restaurant’s system and then wait for confirmation. If the restaurant is busy, the…