top of page
Gists
jinagamvasubabu
Jan 2, 20241 min read
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...
12 views0 comments
jinagamvasubabu
Sep 15, 20231 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
230 views0 comments
jinagamvasubabu
Jul 20, 20211 min read
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...
2,262 views0 comments
jinagamvasubabu
Jul 20, 20211 min read
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...
997 views0 comments
jinagamvasubabu
Jul 20, 20211 min read
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)...
8,053 views0 comments
bottom of page