Blog


How to Create APIs in Python Using Flask: GET and POST Method

A step-by-step guide to creating APIs in Python with Flask. Learn how to create GET and POST methods in minutes.

flaskpython tutorialflask python

How to Freeze Model Weights in PyTorch for Transfer Learning: Step-by-Step Tutorial

A step-by-step guide to freezing weights in PyTorch for transfer learning, using a simple example.

pythonpytorchneural network

Building an AI Image Classification Tool with Next.js

Unlock the Potential of AI Image Classification with Next.js and MobileNet

NextjsAI Image ClassificationMachine Learning

5 Ways to Optimize Performance for AWS Workloads

AwsCloud

How to Hide Archived Repositories From Github Search

A sweet workaround to stay organized

githubversion control

How to Easily Get Colors, Typography, and Type Scale from Any Website for Free, Without Extensions

If you have ever come across a website and you are curious about or inspired by its design elements such as fonts, spacing, color palettes, and typography, this guide is for you.

designweb designchrome dev tools

GraphQL Federation: Field-level Metrics 101

Making data-driven decisions for evolving your enterprise’s graphs, via field usage metrics.

graphqlapollo federation

esProc SPL vs SQL

Examining esProc SPL and SQL functionalities and performance in different scenarios and use cases. How they work together in modern data analysis.

sqlesproc spldata processing

Deploy an Application on AWS Serverless Services

Deploy an Application on AWS Serverless Services like AWS Lambda function, API Gateway, and DynamoDB

awsdevopsserverless

Creating a Bank Statement Parser with Python

Seize control of your finances from those pesky PDF files

Software DevelopmentData EngineeringPython