Skip to content

Instantly share code, notes, and snippets.

View wasulabenjamin's full-sized avatar
🏠
Working from home

Wasula Benjamin wasulabenjamin

🏠
Working from home
View GitHub Profile
@wasulabenjamin
wasulabenjamin / IntelliJ IDEA.md
Last active November 17, 2025 08:09
A collection of essential initial configurations for IntelliJ IDEA to streamline your development workflow.

🎨 IntelliJ IDEA – Initial Setup Guide

This guide outlines the essential configuration steps I follow immediately after installing IntelliJ IDEA. It’s designed to make your IDE consistent, efficient, and ready for development — whether you’re new to IntelliJ or setting it up on a new machine.


🧩 Initial Customization

Prerequisite: Start with a fresh IntelliJ IDEA installation or welcome screen

@wasulabenjamin
wasulabenjamin / Naming Conventions.md
Last active October 14, 2025 10:32
A cross-stack, reference-ready naming guide that stitches together industry style guides (Airbnb, Google, PostgreSQL, etc.) into one coherent system. This will serve as a cheat sheet you and your team can apply directly.

🌐 Comprehensive Naming Conventions Guide for Modern Web Projects


HTML / HTML5 Naming Conventions


Elements............ Lowercase, semantic where possible         
                     Example: `<header>`, `<section>`, `<article>`      
@wasulabenjamin
wasulabenjamin / EMMET CHEAT SHEET.md
Last active October 14, 2025 10:32
Emmet is a powerful toolkit that greatly enhances HTML & CSS workflow through abbreviations that expand into full code. This cheat sheet features the most important Emmet operators, symbols, and abbreviations for rapid web development.

EMMET CHEAT SHEET

Emmet is a powerful toolkit that greatly enhances HTML & CSS workflow through abbreviations that expand into full code. This cheat sheet features the most important Emmet operators, symbols, and abbreviations for rapid web development.

INSTALLATION

Emmet comes pre-installed in most modern code editors including:

  • Visual Studio Code
  • WebStorm
  • Sublime Text
  • Atom
  • Notepad++
@wasulabenjamin
wasulabenjamin / GITHUB GIT CHEAT SHEET.md
Last active October 14, 2025 10:33
Git is the free and open source distributed version control system that's responsible for everything GitHub related that happens locally on your computer. This cheat sheet features the most important and commonly used Git commands for easy reference.

GITHUB GIT CHEAT SHEET

Git is the free and open source distributed version control system that's responsible for everything GitHub related that happens locally on your computer. This cheat sheet features the most important and commonly used Git commands for easy reference.

INSTALLATION AND GUIs

With platform specific installers for Git, GitHub also provides the ease of staying up-to-date with the latest releases of the command line tool while providing a graphical user interface for day-to-day interaction, review, and repository synchronization.

  • GitHub for Windows
  • GitHub for Mac

For Linux and Solaris platforms, the latest release is available on the official Git web site.

@wasulabenjamin
wasulabenjamin / How to activate Sublime Text Build 4200 x64.md
Last active November 17, 2025 07:51
How to activate Sublime Text Build 4200 x64

Activate Sublime Text Build 4200 x64

  1. Go to https://hexed.it/
  2. Click Open File in the top left corner, navigate to instalation folder and select sublime_text.exe
  3. On the Search for bar in the left panel, input: 0F B6 51 05 83 F2 01
  4. Now in the editor, click on the first byte (0F) and start replacing each byte by: C6 41 05 01 B2 00 90
  5. Finally, in the top left corner again, click on Save as and replace the old executable file with the newly created one.

Enjoy an Unlimited User License!