Talking about technology building and software

All of my blog posts on programming, technology, design, and more, sorted by their date. You can also filter them by clicking on the tags below.

Filter by tags:

Setting Up Razor Support in Neovim for Enhanced C# Development

2 min read
When working with C# in web development scenarios, especially when dealing with ASP.NET Core projects, having support for Razor can significantly improve your productivity. Fortunately, Neovim’s flexibility allows you to set up a development environment tailored to your needs. Here’s how you can integrate Razor support into your Neovim setup.
  • dotnet
  • csharp
  • neovim
  • blazor
Read more ›

Local Storage in 5 mins: A Beginner’s Guide to Cookies, localStorage, and sessionStorage

5 min read
As web applications continue to evolve into robust experiences resembling native apps, the need for local data storage on the client-side becomes increasingly important. Technologies like cookies, localStorage, and sessionStorage provide frontend developers with various options for temporarily caching data within the browser.
  • javscript
  • webdev
Read more ›

Regenerative Suspension System

1 min read
Co-led the design of a cutting-edge regenerative suspension system for electric vehicles, combining material analysis with stakeholder engagement and project management tools like ClickUp and Microsoft Teams.
  • design
  • engineering
  • projects
Read more ›

AI State-Based Machine Learning Agent

1 min read
Crafted a Prolog-based AI agent capable of state-aware planning and decision-making, demonstrating an intuitive understanding of agent-based machine learning.
  • machine-learning
  • ai
  • projects
  • prolog
Read more ›

AI Reward-Based Learning Agent

1 min read
Developed an AI agent using Python that learns through SARSA and Q-learning, incorporating advanced search techniques and reward-based optimization.
  • ai
  • python
  • projects
  • SARSA
  • Q-learning
Read more ›

Rank Aggregated Search Engine inspired by Google PageRank

1 min read
Implemented the PageRank algorithm in C, developing a search engine that ranks URLs based on connectivity, honing algorithmic and data structure skills.
  • search-engine
  • c
  • projects
  • data-structures
Read more ›

Efficient Flight DB and Query System

1 min read
Engineered a flight database system in C, leveraging binary trees for efficient data insertion and retrieval, optimizing performance for large datasets.
  • database
  • data-structures
  • engineering
  • projects
  • c
Read more ›

Treats - Microsoft Teams Clone

1 min read
Co-led a team to craft a Microsoft Teams backend clone, demonstrating a robust Node.js and TypeScript application with a strong CI/CD pipeline and comprehensive unit tests.
  • typescript
  • engineering
  • projects
  • javascript
  • node
  • rest
  • crud
Read more ›

Efficient Memory Suballocator

1 min read
Designed a high-performance memory suballocator in C using tree structures, focusing on efficient memory management and bitwise operations.
  • memory-management
  • suballocator
  • projects
  • c
  • bit-manipulation
Read more ›

Mastermind Clone in Assembly

1 min read
Created a meticulous clone of the Mastermind game in MIPS assembly, focusing on efficient memory management and transparent function design for enhanced readability and performance.
  • assembly
  • mips
  • projects
  • c
  • memory-management
Read more ›

Competition-Winning Autonomous Rescue Robot

1 min read
Engineered an competition-winning autonomous robot with Arduino and C++, excelling in design and functionality, supported by agile development and Git, presented via Microsoft Teams.
  • arduino
  • engineering
  • projects
  • c++
Read more ›

Terminal-Based Pizzeria Management Software

1 min read
Programmed terminal-based management software in C for pizzeria operations, emphasizing structured documentation and user-friendly interaction.
  • management-software
  • terminal
  • projects
  • c
  • documentation
  • input-validation
Read more ›