Davinci Resolve voiceover clips being placed in power bin(media offline) issue
March 29, 2024
This post is about how to fix the issue of voiceover clips being placed in a power bin and davinci resolve not being able to locate them
Analyze & Optimize PostgreSQL Query with Visualization Tools
August 02, 2022
In this post, I share a few good visualization tools that can help you optimize your SQL queries
Syncing Cloud Storage to LARGE Github Repo using github actions
June 22, 2022
A solution to version control a cloud storage bucket using github and github actions
Push API Notifications Tutorial - How to Get applicationServerKey to Work
June 18, 2022
Step by step guide on how to generate private & public key & send push messages using Push API
Implementing tansactions across Repositories with knex.js
March 18, 2022
How to implement the repository pattern in a way that allows transactions accross
Reduce Next.js server load using self-hosted image resizing service
March 18, 2022
How to leverage self-hosed imgproxy for image resizing to reduce Next.js server load? Host Next.js on cloud run without memory issues
(Typescript React) Inject Props With HOCs
August 18, 2021
How to inject props into a react c omponent using HOCs in typescript
[React] How to Access Refs of a Child Component in the Parent Component
May 24, 2021
How to get refs to a child component from a parent component using ref callbacks
Resolving ImportError: No module named 'gi' when using Anaconda | Ibus Preferences/ibus-setup not opening
July 05, 2020
Quick note on how to resolve an import issue with anaconda
Deploying API Services with Docker Swarm and Traefik
May 30, 2020
How to use docker swarm to deploy services in production
immer: Best Way to Update Nested Immutable State
May 29, 2020
Tired of using the spread operator to update state? immer has got you covered
Next.js: How to combine getServerSideProps and useSWR (server side props as initial value)
May 24, 2020
A quick note on how to fetch data on the server side and allow the client to update the value later
Add HTTPS support for your backend API in 5 mins with traefik as a reverse proxy and docker
May 24, 2020
How to enable https and ssl certificate for your backend API (or any containerized web application)
Deploying a dotnet api with docker container
May 24, 2020
How to deploy an api with docker (also works with other languages & techstacks)
Sticky footer with CSS flexbox (Supports variable height)
May 24, 2020
How to make the footer STICK to the bottom of the page
Implementing Active Class for Links in Next.js
May 13, 2020
Concise implementation for active link styling
Python - Tricky Parts You Never Thought About: Multiple Assignment
May 11, 2020
How multiple assignment actually works and why the order matters
3 Simple Steps to Understand Binary Search - How to deal with when there is no exact match
May 04, 2020
How to use binary search when there is no exact match in the array
How to make a responsive navbar with CSS grid, HTML, and javascript | step-by-step guide
April 10, 2020
Step-by-step guide that walks you through how to make a clean, responsive navbar with CSS, HTML, and javascript
2X the Battery Life for Your Linux Laptop
January 27, 2020
Tips on how to double your battery life on your laptop
Serve static websites with nginx on Arch
January 13, 2020
How to configure nginx to serve static websites. Works with React/html and Archlinux/ubuntu
How to fix system freezes when ram usage is high | swap | Manjaro Linux
January 06, 2020
Does your computer freeze when ram usage is high? This post may help you
Setting up touchpad gestures on Manjaro
December 25, 2019
How to setup handy gestures on a linux laptop
Installing Anaconda on Manjaro(Archlinux)
December 25, 2019
How to install anaconda on Archlinux and why you should not install it from the AUR
My switch to manjaro on my laptop
December 25, 2019
Installing manjaro on laptop, manjoro vs ubuntu, issues faced, thoughts
First Post
December 09, 2019
first post