Hey there! I normally work on full stack projects and while doing so, documentation is anyway required. I have created documentation like API spec, test case documents for APIs and it has taken quite … [Read more...] about Some tools I found useful while working on APIs
Tips & Tricks
How to implement offline struts actions? (Part 3 – React)
Hello Folks. Just want to complete my series for this post by adding a react part to fetch and display the updates for a single request. I created a simple react-app for the same. Feel free to grab … [Read more...] about How to implement offline struts actions? (Part 3 – React)
How to implement offline struts actions?
This is part 2 of my first post. This is my way to efficiently handle offline struts actions and notify the status as GET API requests. Entire code is available on my Gitlab (@tony2k84). I have … [Read more...] about How to implement offline struts actions?
How to efficiently implement PRG and more in struts?
Hey there! If you have come here then you are looking for a solution on how to get long running struts action working faster and improve the user experience and have a proper flow. With struts and … [Read more...] about How to efficiently implement PRG and more in struts?
How to achieve better performance with React and Forms?
Today, I am sharing with you a problem that is common with React from a performance point of view. I would not say problem but rather a development approach. Problem Statement React is driven from … [Read more...] about How to achieve better performance with React and Forms?
How To Setup MERN Stack On Docker?
Recently I have been exploring docker and docker-compose and I majorly work on MERN stack for my web apps hence this blog. This blog will give you steps how you can setup a fully connected MERN … [Read more...] about How To Setup MERN Stack On Docker?