How to revert a file to the last committed state
Git has many useful functions. One of my favourites is to scrap the work ive just done on the file I currently working on ( because I’ve gone down the wrong path or screwed it up) and start again f...
Git has many useful functions. One of my favourites is to scrap the work ive just done on the file I currently working on ( because I’ve gone down the wrong path or screwed it up) and start again f...
Vim buffer editing is a basic vim operation and it goes hand in hand with editing vim files. I’ve written this cheat sheet as a way of remembering some of these simple, powerful, everyday vim comma...
What are 404 errors and why should I care about fixing them A 404 error is an HTTP status code that indicates the server couldn’t find the requested webpage. It’s a standard response code in web b...
What is the no index / no follow site settings The “noindex” and “nofollow” site settings are directives that can be implemented in the HTML code of a webpage to instruct search engines on how to ...
A Linux file system is made up of users, groups and files. The files need the appropriate permissions so that users can work with them. File permissions In order to create, remove, update and del...
If your a frontend web developer, then CSS is your bread-and-butter. For a long time, CSS is all us frontend devs had. CSS is pretty limited. It lacks variables and functions which can be quite us...
As a developer, we adopt the philosophy of dry. “do not repeat yourself”. This is what sparked my interest in Vim macros, as macros enable us to automate the repetitive process of certain tasks. V...
The WP Config file is like the DeathStar in Star Wars. It’s a pretty big player in galaxy Wp and also it’s a powerful file, which you can use for several different purposes. The following is a coll...
Website Wireframes What are wireframes and what are they used for? Wireframes are blueprints for websites pages or apps. Wireframes are done at a predesign stage. Wireframes help Website design...
In today’s ever-evolving digital landscape, ensuring the robust security of your online presence is paramount. One crucial aspect that demands attention is WordPress website security hardening. As ...