Skip to content

Instantly share code, notes, and snippets.

View rushdynamic's full-sized avatar
🤖
beep boop

Gokul rushdynamic

🤖
beep boop
View GitHub Profile
@CWFranklin
CWFranklin / .env
Created February 9, 2022 11:05
NGinx Example Setup
PORT=4100
@silver-xu
silver-xu / ts-boilerplate.md
Last active March 2, 2025 19:56
Setup a Node.js project with Typescript, ESLint, Prettier, Husky

Setup a Node.js project with Typescript, ESLint, Prettier, Husky

1_D8Wwwce8wS3auLAiM3BQKA

Starting a personal node project could be easy; starting a team node project could be challenging.

I am a developer currently working in SEEK Australia.

In my experience, common mistakes developer make when starting a projects are:

  • No Linting
@gokulkrishh
gokulkrishh / media-query.css
Last active April 18, 2025 14:56
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */
@zkiraly
zkiraly / procedure-to-archive-git-branches.md
Last active February 18, 2025 22:00
Procedure to archive git branches.