Tech Recap Journal- January📓

I tried a lot of things in January not necessarily everything learnt was used and and not every side project which I worked on got live. However I learnt many lessons from my own failures and gained more insights when I started some initiatives. So just a small gist of looking back on January and mid February. My Blog! codeklutz.com I have been wanting to make my own tech blog for a while now but I needed something which didn’t necessary requires much code or db maintenance....

February 1, 2022 Â· 3 min Â· 504 words Â· Shweta Kadam

Making Peace with Windows!Installing wsl,zsh,powerlevel10k,fzf & many more fun plugins for easy development

avigation, editing, development using terminal and zsh . But recently due to unforeseen updates, my bios was messed up big time which has led me unable to install Linux for the time being. But the work and learning never stops and nor shall I ! ☺ I don’t hate windows but it’s definitely not my first choice for development and coding after discovering Linux.🤭 But Thanks to WSL, windows terminal, and the beautiful zsh ....

January 21, 2022 Â· 5 min Â· 925 words Â· Shweta Kadam

Integrating Swagger OpenAPI for easy API documentation in spring boot

These days I am more into creating backend projects which include microservices.But if anyone wants to test these services one needs postman or do the old classic way of curl command. Both do the job brilliantly but what if I wanted some user who doesn’t want to install postman or use curl and still wants to test my live APIs thru the browser? I came across this swagger open API specification and this is a really handy tool!...

January 16, 2022 Â· 3 min Â· 521 words Â· Shweta Kadam

Which would you go for? Spring boot cron job,scheduled tasks vs Events in Mysql.

I was recently studying about using cron jobs in spring boot for a particular use case for my small side project. I ended up not using the cron job but rather went the SQL way(will explain this in detail below). However,in the process I learnt a lot about cron jobs and scheduling in spring boot so this is just a small article about my learnings. But first I shall tell you a little about my use case and why I thought about cron jobs in the first place…....

January 12, 2022 Â· 4 min Â· 831 words Â· Shweta Kadam

Deploying my portfolio website for free on Github Pages using GitHub actions

I deployed my portfolio site and wanted to try out github actions and this is my experience of automating the deployment. This article is more focused on how you can use the GitHub actions and how easy it is to deploy your code to GitHub pages rather than the portfolio site code.So every time you make an update or build to your website ,the changes are automatically reflected and this automated deploying process makes work much faster....

December 5, 2021 Â· 4 min Â· 759 words Â· Shweta Kadam