-
Docker — Containerizing a Nextjs Application
Author: Mutuzaali Surti Containerization in it’s entirety is an incredibly useful concept. From being able to execute applications in...
0 -
Novozymes Enzyme Stability Prediction
Author: Pratik Pophali Proteins are large biomolecules and macromolecules that comprise one or more long chains of amino acid...
-
Grocery Sales Prediction Using Time Series Forecasting ML Model
Author: Pratik Pophali Forecasts aren’t just for meteorologists. Governments forecast economic growth. Scientists attempt to predict the future...
-
How Chess Paves the Way for Programming Mastery: Insights from My Observations
Author: Yash Karanke Chess and programming are often seen as separate pursuits, one focusing on the battle of the...
-
Unlocking the Power of AWS CDK Toolkit in TypeScript: A Comprehensive Guide
Author: Yash Karanke Welcome to the fascinating realm of AWS CDK Toolkit in TypeScript, where you can harness the...
-
WebSockets 101
Author: Murtuzaali Surti WebSockets implement a full-duplex, bi-directional, TCP-based protocol, denoted by ws(s)://, which enables a persistent connection between the...
-
Deploying React App to Netlify
Author: Murtuzaali Surti A react app is a single page application which means that there’s only one document i.e. index.html file which is...
-
Why I love Markdown
Author: Murtuzaali Surti Markdown is one of those languages to which I was introduced when I started using...
-
Creating Git Hooks Using Husky
Author: Murtuzaali Surti Hooks in git are nothing but some code which can be executed at specific points during...
-
NTLM authentication for Cypress
Author: Hardik Prajapati NTLM authentication for Cypress. Click here to read more!