top of page
Gists


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
17 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
292 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,269 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,027 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,342 views
0 comments
bottom of page