Handling Errors in Flutter with the ErrorWidget
Mar 17, 2023 by Abhijith K K
Taking snapshots on AWS RDS
Mar 06, 2023 by Athul K P
Call by Value & Call by Reference in JavaScript
Feb 13, 2023 by Muhammed Hassan Afreedi C P
APNs Configuration in Firebase
Feb 03, 2023 by Dhanesh P
The best and easy way to configure APN in Firebase
How to forward/Bulk_send a message to more than 5 contacts on WhatsApp
Jan 27, 2023 by Manjusha M Isac
Python String Formatting Comparison
Jan 17, 2023 by Balagovind G
FastAPI vs Flask Comparison
Jan 06, 2023 by Suroor Hussain
Explicit Inner Join Vs Implicit Inner Join
Dec 12, 2022 by Roshna K AbdulSalam
A concise comparison between two types of Inner Joins and where to use them
Dockerize a simple NodeJs Application
Nov 21, 2022 by Rohith Jacob Samuel
A quick dive into Dockerizing a simple ExpressJs application
Firebase + Flutter — FlutterFire CLI
Nov 15, 2022 by Dhanesh P
This is the best way to configure Firebase in Flutter project. Direct Flutter configuration using Firebase CLI has been announced since Flutter 2.8 release. It ease the installation process of FlutterFire across all supported platforms.
Floating Point numbers: What, Why, and How?
Nov 07, 2022 by Balagovind G
A short read on floating point numbers, floating point approximations, and a possible solution on how to handle that in Python.
The Javascript ecosystem
Oct 06, 2022 by Noufal Ibrahim
Some thoughts on why the javascript ecosystem is so fragmented.
Porting your projects from Python 2 to 3 : The lay of the land
Apr 28, 2020 by Noufal Ibrahim
First of a multipart series describing the technical challenges involving moving an application from Python 2 to Python 3. This is the first.
SQLAlchemy and full text searching in postgresql
Mar 08, 2019 by Noufal Ibrahim
A report on how we added a new type to SQLAlchemy to get it working for an internal project.
Text processing in UNIX
Feb 13, 2018 by Noufal Ibrahim
Using basic UNIX tools to analyse a text file and create a summary of it's contents.