What I do
With an exciting journey spanning over three years, I've been passionately immersed in crafting exceptional web applications for both clients and my personal hobby projects.
My dedication to this craft has allowed me to grow and flourish, refining my technical skills to deliver top-notch results.
PHP, Node, Ruby
C#, Python, Java
React, Angular, Vue
Nginx, Docker, Git
Redis, PostgreSQL, MySQL, MongoDB
AWS, Azure, GCP, Heroku
Latest projects
October 23, 2023
October 18, 2022
January 12, 2022
Oldest articles
RESTful API Testing with Postman
December 12, 2018
Building a Weather App with Node and React
May 15, 2019
August 13, 2019
Most viewed projects
Yo-Resume
This project allows users to register and login to create a prof... Continued
Node.js API Masterclass With Express
Web development has changed with the rise of frontend frameworks... Continued
KaShop
An eCommerce shop built using the MERN stack and Redux Toolkit. ... Continued
Most viewed articles
Unraveling Memory Leaks in Web Apps: A Comprehensive Guide with Examples
Memory leaks are a common challenge in web application development that can lead to reduced performance and, in extreme cases, application crashes. Identifying and fixing memory leaks is crucial for maintaining a smooth user experience. In ... Continued
Building a Weather App with Node and React
Building a Weather App with Node.js (Express) Backend and React FrontendPart 1: Setting Up the BackendStep 1: Initialize Your Node.js ProjectOpen a terminal and navigate to the desired project directory. Run the following commands:mkdir wea... Continued
Philosophy in Ruby on Rails
In Ruby on Rails, models are central to the framework's implementation of the Model-View-Controller (MVC) architecture. Models in Rails are primarily responsible for managing the business logic and data of the application. They interact wit... Continued