Blog
Top No-Code Development Tools In 2024
Suppose you're creating an app but don't have the required programming expertise. Don't worry; here, you'll learn about some of the best no-code development tools.
Knowledge Distillation, aka Teacher-Student Model
With the release of large models in the last few years, from GPT-3 to Megatron, I keep pondering how to experiment and use these models for a specific use case. These models are trained on massive…
Which Database Should You Use for Your Next.js App?
PostgreSQL, Fauna, MongoDB, WunderBase. There are a lot of options out there. How to choose the right database based on performance, price, scalability, and developer experience.
How to Build and Deploy a Cloud Native App
Build, Deploy and Run a Cloud-Native Application, built with JavaScript, Klotho, and AWS
Is Web Scraping Legal?
In general, it is legal to scrape publicly available data, but there are some important exceptions to consider.
Object Detection with YOLO and OpenCV from Video Frames
How to Set Up AWS Load Balancer Controller in EKS Cluster
Deploying AWS Load Balancer Controller in the preconfigured EKS and configure Ingress routes.
How to Get the Number of Digits of a Number with JavaScript
A tutorial on getting the number of digits of a number with JavaScript.
How to Safely Store API keys in Python 🔑
How to Set Focus on an Input in React
Make the user experience better by automatically applying focus to inputs