BlogAboutContactResume
A list of tools I use Daily whether I’m working on: Personal side projects My full-time job Or working on Upwork with clients Desig
To use GraphQL in WordPress you have to install the wp-graphql plugin. To install this plugin You have to download it from GitHub: downlo
Modern Project Version control Automated CI / CD Code quality Tooling Module support Documented API Demos Build Process The automated seq
let me ask you what’s the most iconic thing about Windows, oh wait… let me get my charger first. Okay, so what’s the se
So you know how to hot reload node js server, but if you are wondering how to reload browser along with the node server you land on the r
Autoptimize by default excludes inline JS and jquery.js from optimization. Inline JS is excluded because it is a typical cache-buster (du
Git cheat sheet Opensource contribution //your repository $ git clone git@github.com:Your_Repository_URL.git //if you are cloning a forke
So you made a Single Page Application and It’s working great on localhost npm or yarn server. And now you made a build of this site
To talk smartly and don’t open all your 52 cards in front of everyone. Life is like an ice cream enjoy it before it melts. Don̵
On-Page SEO On-page SEO relates to the content on your website. It includes strategies to optimize an individual page on a website. These
Given an array of strings, group anagrams together.All inputs will be in lowercase.The order of your output does not matter.
Given an integer array arr, count element x such that x + 1 is also in arr. If there’re duplicates in arr, count them separately.