Blog


Knowledge Distillation, aka Teacher-Student Model

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?

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

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?

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
Angular DOM Manipulation: ElementRef, TemplateRef, and ViewContainerRef

Angular DOM Manipulation: ElementRef, TemplateRef, and ViewContainerRef

An overview of elements, templates, views, and view containers in Angular and how to modify the DOM programmatically.

AngularJavaScriptWeb Development
Object Detection with YOLO and OpenCV from Video Frames

Object Detection with YOLO and OpenCV from Video Frames

YoloOpenCVPython
How to Set Up AWS Load Balancer Controller in EKS Cluster

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
5 Ways To Detect Mobile Browsers in JavaScript

5 Ways To Detect Mobile Browsers in JavaScript

Responsive web design is not only about CSS

ProgrammingWeb DevelopmentReact
Recycling Innovation: How Green Metals are Shaping Our Sustainable Future

Recycling Innovation: How Green Metals are Shaping Our Sustainable Future

SustainabilityRecyclingAutomotive
How to Safely Store API keys in Python 🔑

How to Safely Store API keys in Python 🔑

PythonAPIOOP