top of page

Search


Mac showing wrong date and time despite trying everything
Not very sure about the root cause of the issue but often synching the Apple time servers fixes the issue. From Terminal.app you you...
jinagamvasubabu
Jan 2, 20241 min read
14 views
0 comments


Spring boot3: Use jetty instead of tomcat
solution for java.lang.ClassNotFoundException: jakarta.servlet.http.HttpSessionContext with Spring Boot 3 and Jetty server
jinagamvasubabu
Sep 15, 20231 min read
283 views
0 comments


Split/Slice an Array into chunks (golang)
Below code talks more :) Above code split an array into multiple chunks based on the chunk size. Why can't i use math.Min ? Because...
jinagamvasubabu
Jul 20, 20211 min read
2,268 views
0 comments


How to POST multipart/form-data in GO using Mux
Mux is a powerful HTTP router that matches incoming requests against a list of registered routes and calls a handler for the route that...
jinagamvasubabu
Jul 20, 20211 min read
1,018 views
0 comments


Start Goland from terminal
Step1: Open Goland and click on Tools -> Create Command-line launcher and give the path as /usr/local/bin/goland (if you are using Mac)...
jinagamvasubabu
Jul 20, 20211 min read
8,285 views
0 comments


Mac showing wrong date and time despite trying everything
Not very sure about the root cause of the issue but often synching the Apple time servers fixes the issue. From Terminal.app you you...
jinagamvasubabu
Jan 2, 20241 min read


Spring boot3: Use jetty instead of tomcat
solution for java.lang.ClassNotFoundException: jakarta.servlet.http.HttpSessionContext with Spring Boot 3 and Jetty server
jinagamvasubabu
Sep 15, 20231 min read


Concurrency: How does Postgres handle it like G.O.A.T 🦸 (Part-1)
Article which talks about how postgres handles concurrency, in this article I will go in detail about read phenomena's, isolation levels
jinagamvasubabu
Jun 24, 20236 min read


Design Payment Gateway -Understanding the payment jargons
Payment is a vast domain. To design a payment gateway, one must understand the business and the terms (jargon) behind it. I strongly feel...
jinagamvasubabu
May 28, 20225 min read


Replace docker with Rancher+Nerdctl 🔥
As most of you know, Docker Desktop and Docker CLI is not free to use from Jan 31st, 2022. Of course, it remains free for small...
jinagamvasubabu
Mar 28, 20222 min read


Is Domain-Driven Design really worth it?
Is Domain-Driven Design really worth it?
jinagamvasubabu
Mar 23, 20227 min read


Demystified | Concurrency and Parallelism
Demystifying concurrency and parallelism
jinagamvasubabu
Dec 31, 20212 min read


How to visualize/display raw Postgres Ltree data?
Why do we need Ltree? Suppose you had a hierarchical data structure in your application something like the above. How would you save it...
jinagamvasubabu
Sep 6, 20212 min read


Measuring Performance Metric 📈📈
Latency Vs Response time:
Latency and Response time are often used synonymously but they are different.
jinagamvasubabu
Aug 14, 20214 min read


Pinpoint anywhere on earth for better navigation
Have you ever faced an issue telling your address to a delivery agent? Do you still depend on landmarks for navigation ? These three...
jinagamvasubabu
Aug 7, 20212 min read
bottom of page