husnulaman

Husnul's Blog

Welcome to my personal tech haven! I share insights, tips, and tutorials on web and mobile development, blending my passion for coding with a knack for problem-solving. Whether you're here to learn, explore, or get inspired, there's something for every tech enthusiast.

Technology

Tue Jan 28 2025

Running a Large Language Model Locally with Ollama

Learn how to run a large language model (LLM) locally using Ollama and Llama3.2. This step-by-step guide covers installation, model interaction, and programmatic access via REST APIs or SDKs. Perfect for developers and AI enthusiasts exploring offline LLMs

Technology

Sun Jan 19 2025

14 Days with Cursor: My Experience with an AI-Powered Code Editor

A breakdown of my thoughts after using Cursor consistently for two weeks

Programming

Tue Jan 14 2025

Error Handling in Golang vs JavaScript - My Thoughts

Programming

Tue Sep 27 2022

Data structures with TypeScript - Queue

Learn how to implement and test a basic Queue data structure using TypeScript

Programming

Thu Sep 22 2022

Data structures with TypeScript - Stack

Learn how to implement and test a basic Stack data structure using TypeScript

Web Development

Sun Feb 13 2022

CSS Glowing Button Animation

Learn how to create a glowing button with CSS

Web Development

Thu Feb 03 2022

JWT Authentication with Express

Learn how to implement a simple JWT token based authentication system in your Express app.

Mobile Development

Sat Jan 22 2022

Easy Firebase Authentication with Flutter

Learn how to easily implement Firebase authentication with a Flutter app.

Web Development

Sun Jan 02 2022

Scalable Theming with React Context API

Learn how to implement a simple theme system in your React app using the Context API.

Web Development

Fri Dec 24 2021

React Render Props with class based and functional components

Learn how to implement the React Render Props pattern with class based and functional React components.