Byte Ebi's Logo

Byte Ebi 🍀

A Bit everyday A Byte every week

The Gatekeeper Before Your Git Commits: Pre-commit

A handy tool to auto-check code quality and make every Git commit more reliable.

Ray

Make your Git commits safer! No complex setup required. Just install and commit with confidence.
Use pre-commit to automatically run format checks and tests before committing.
Easy to install and configure. Instantly improve your code quality.

Setting up Python Development Environment

Setting up a Python development environment on Mac

Ray

This is my first time using Python in a work environment, so I’m documenting the environment setup. Many of these packages are new to me, not having used them when I was self-learning a few years ago. I guess that reveals how long it’s been since I touched Python!

TypeScript Generics

Using TypeScript generics to write reusable and type-safe code

Ray

Introduces TypeScript generics, demonstrating how to enhance code reusability by defining flexible methods, interfaces, and classes that adapt to different types.

Basic Data Type in TypeScript

Summarizes the basic types and syntax applications in TypeScript

Ray

Introduction to TypeScript’s basic types and syntax examples,
including examples of basic function syntax, arrow functions, anonymous functions, and function overloading.

Setting up multiple GitHub accounts on one computer

Configuring multiple GitHub accounts with SSH connections

Ray

Due to my remote work setup, I needed to configure a company GitHub account on my personal computer.
However, GitHub doesn’t allow the same SSH key to be used across multiple accounts, which means I can’t assign my personal SSH key to the company’s GitHub account.

Recent Posts

Categories

Tags