Projects

Technical Journal // Projects
Jan '24

How to Install Docker on Another Drive in Windows (D: Drive Guide)

Is your C: drive full? Learn how to install Docker Desktop in a custom location (like a D: drive) on Windows 10 or 11 using CLI flags for WSL2 data and container roots.

Dec '23

Setting Up Llama 2 with Docker on Your Gaming Laptop Using Ollama

Effortlessly set up Llama 2 on your gaming laptop using Docker and Ollama, with a user-friendly interface and local data storage for privacy.

May '23

AWS - Host Static Website With S3 + Cloudfront + Route53

In this blog learn how to host a static website on AWS with S3, Cloudfront and Route53. Enable HTTP/2, HTTP/3 and reditect insecure http to secure https. Set the bucket to private.

Apr '23

Simplifying Search Activation: A Quick Guide with JavaScript

Learn how to enhance user experience by activating the search input field with a simple key press on your website. This quick guide provides a code snippet and easy-to-follow steps.

Apr '23

Setting Up a PostgreSQL Container: A Quick Guide

Learn the simple and fast process of creating a PostgreSQL container using Docker. This guide provides both the command and a detailed explanation of the container and PostgreSQL database configuration.

May '21

Access Wsl Filesystem From Windows 10 File Explorer

If you want to get Linux environment in your Windows system there are some solutions that provide the opportunity. For example MYSYS, CYGWIN and a Virtual Machine (If you want complete linux machine) or Multiple Boot. But some of them aren’t much powerful and some are resources hungry like Virtual Machine. So, the solution is WSL (Windows Subsystem for Linux). You can learn how to setup WSL from here.