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.

No codeDev toolsLow code

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…

Deep LearningMachine LearningPython

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.

NextjsDatabasePostgresql

How to Build and Deploy a Cloud Native App

Build, Deploy and Run a Cloud-Native Application, built with JavaScript, Klotho, and AWS

Cloud nativeAwsJavascript

Is Web Scraping Legal?

In general, it is legal to scrape publicly available data, but there are some important exceptions to consider.

Web scrapingScrapingWeb scraping legal

Object Detection with YOLO and OpenCV from Video Frames

YoloOpenCVPython

How to Set Up AWS Load Balancer Controller in EKS Cluster

Deploying AWS Load Balancer Controller in the preconfigured EKS and configure Ingress routes.

AwsKubernetesDevops

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.

Javascript

How to Safely Store API keys in Python 🔑

PythonAPIOOP

How to Set Focus on an Input in React

Make the user experience better by automatically applying focus to inputs

ReactJavascriptWeb development