Now that Avengers end game it out, let's have something in same lines. Now we all know that Jarvis got replaced by Friday if we followed the end game. When Tony asks to shutdown all doors just before … [Read more...] about Coding Challenge Series – Challenge 0305
Abhishek Tanwar – Blog
Coding Challenge Series – Challenge 2402
This challenge is about solving a simple math problem :) with a twist. Objective Given a 20 digit number as input (integer type without decimals) Find two numbers which when added results into … [Read more...] about Coding Challenge Series – Challenge 2402
Java Coding challenge series – Challenge 1903
This challenge is about creating a query language for extracting data from a database (mongodb) via API. Objective: To create a rest API to query customers from a MongoDB databaseThe query … [Read more...] about Java Coding challenge series – Challenge 1903
Some tools I found useful while working on APIs
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
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?