Archive: January, 2021

blog

21

Jan2021
For his recent DBX Conference talk, Victor took attendees back to the year 1973, donning the uniform of an IBM systems engineer of the times, delivering his presentation on an overhead projector. The '60s and early '70s were a fertile time for CS ideas, reminds Victor, but even more importantly, ... Read More
January 21, 2021Naveen
blog

17

Jan2021
In this post, I will be covering up Kubernetes Best Practices. As we all know that how big and popular is Kubernetes and we are witnessing that Kubernetes is complex, and it is getting more complex each day. And I believe that you might have come across some posts somewhere ... Read More
January 17, 2021Naveen
blog

01

Jan2021
First of all, we must create our application in our local environment, for this, we will use Create React App .The application that we are going to deploy in Netlify will be called hello-react , therefore the command we execute is:npx create-react-app hello-reactThis command creates a basic React application configuring ... Read More
January 1, 2021Naveen