fuelerhq.hashnode.devHow to Develop Web Applications using Reactjs in the Cloud?Hello readers, I hope you're doing good. In this article, I would be sharing on how one could develop web applications using Reactjs in the cloud through Gitpod. Gitpod is an open source tool which enables a user to spin up a remote development envir...Jun 10, 2022·2 min read
dev21.hashnode.devHow to Dockerize a NextJs application?Hello there, In this tutorial I would be walking you through "Dockerizing you NextJs application from start to finish. 1. Create a NextJs application npx create-next-app docker_next After installation Let's go ahead and personalize the application ...Jun 9, 2022·4 min read
dev21.hashnode.devCurrying in JavaScriptAssume the captain of a team passing the baton to it's junior. The junior after doing it's part passes onto the baton to their respective junior. This process continues till the mission is accomplished. The function A takes into the starting argumen...Mar 26, 2022·1 min read
dev21.hashnode.devFunctional Programming : DeclarativeDeclarative programming is pattern which executes the codes without disclosing it's implementation. In layman terms "Doing without doing". Assume the following imperative example : If I were to explain the code to a kid then i would explain it in t...Mar 23, 2022·3 min read
dev21.hashnode.devReact.js : PropsImagine as a React Developer you're being entrusted to assemble the Avengers . You're given "Genesis - A SuperComputer" to create / assemble the Avengers. The 1st Avenger would be Tony Stark / Iron Man. In the App.js file in the ./src directory, th...Mar 16, 2022·2 min read