All Pages Tagged Dev

Progressive Web App (PWA)

Progressive Web Apps (PWAs) are web apps built and enhanced with modern APIs to deliver enhanced capabilities, reliability, and installability while reaching anyone, anywhere, on …

Image Processing for Website

Image processing became essential part of web development nowadays. It is my way of image processing in Arch Linux with following steps:

  1. Resizing big image before optimizing using …

Reset Local Repo to Match Remote Repo Exactly

At any point, you may want to completely reset your local project so it matches the remote repo exactly (discarding any local changes, extra files, etc.).

Here are the safe ways …

My Neovim Setup

Neovim is a fork of aiming to improve the codebase, allowing for easier implementation of APIs, improved user experience and plugin implementation.

Setting up Neovim …

Git Rebase

git rebase

 

In the following scenario, the safest option is using git pull --rebase or setting configuration by git config pull.rebase true.

Analysis of the scenario

  1. Current state …