Hi there đź‘‹ , I'm
Making world a better place, one line of code at a time
Hyderabad, India
16 December 2022
Podcast
Bangalore, India
08 June 2022
Lightning talk
Online conference
Campbell, USA
09 November 2020
Panel discussion
Online conference
Hyderabad, India
24 October 2020
Live stream
Online conference
Hyderabad, India
22 September 2020
Live stream
Online conference
Hyderabad, India
13 December 2017
Live stream
Online conference
Hyderabad, India
15 October 2017
Live stream
Online conference
16 min read
20 August 2020
Learn how to set up and use Cypress JS, a comprehensive end-to-end testing tool that can give you peace of mind when deploying your app to production. With Cypress, you can rest easy on Friday nights knowing that your app has been thoroughly tested.
end-to-end-testing
javascript
cypress
testing-library
9 min read
08 May 2019
In this tutorial, we will set up a new React app from scratch using minimal configuration. Specifically, we will configure Webpack, integrate Babel and Prettier, and add styling to our tiny app.
webpack
javascript
babeljs
prettier
webpack-dev-server
build-tools
starter-kits
boilerplate
3 min read
11 March 2019
Lets discusses how to use the abortable functionality of the Fetch API to stop or terminate network requests in mid-way.
Fetch API
Abortcontroller
javascript
code clean up
2 min read
16 February 2019
This article discusses how to improve the lengthy and repetitive fetch calls in a JavaScript app by creating a wrapper function and passing it down via the React Context API.
FetchAPI
Axios
javascript
code clean up
1 min read
12 February 2019
We had this constant squelize error showing up in our development logs stating String based operators are now deprecated. It was time to fix this.
squelizejs
javascript
code clean up
1 min read
06 February 2019
Learn how to easily replace Bluebird promises with native Node.js and browser support.
bluebirdjs
promises
javascript
code clean up