Machine Learning -1 minute reads Machine Learning in 1 minuteThe process of teaching a computer to perform a task without explicitly programming it to do so, but rather by training it with problems to make it eventually predict outcomes by itself.
NextJS -ReactJS -JavaScript Next.js in 1 minuteNext is a framework that allows you to build a React app that renders the content in advance on the server. So the first thing a user or a search bot sees is the fully rendered HTML.
GraphQL -1 minute reads GraphQL in 1 minute GraphQL is a query language for reading and transforming data in APIs. GraphQL gives a "type" system where you can describe a schema and thereby the front-end developers can demand the exact data they need.
Docker -1 minute reads Docker in 1 minuteDocker, a tool that can package software into containers that run independently in any environment. What is a container, and for what reasons do you need one?
ReactJS -JavaScript -1 minute reads React JS in 1 minuteThe excellence of React is that the simplicity of building a component has been brought down to its theoretical least. It's simply a Javascript function whose return value is HTML written in a special syntax called JSX