Skip to content

Instantly share code, notes, and snippets.

View somahargitai's full-sized avatar

Soma somahargitai

View GitHub Profile
@somahargitai
somahargitai / ArrayProcessingJS.MD
Last active May 8, 2024 13:20
Array Processing functions in ES6 Javascript

cheatsheet list

Array Processing functions in ES6 Javascript

copy array

shallow copy

Create a copy. Modifications on the object will modify the original one too.

@somahargitai
somahargitai / Git_cheatsheet.md
Last active April 22, 2024 09:30
Git cheatsheet

cheatsheet list

GIT tips and tricks

Target: This Gist is not intended to replace any basic or advanced learning material. The goal is to help junior developers by collecting quick reminders in a nutshell and to pack some best practice sugar (for devs on all levels) which we regularly use - but which can be found only in random Stackoverflow comments. Don't forget to do research in Git docs or the free Git Pro Book. The Learning Materials chapter is not really detailed yet, but I would recommend you to do the Codecademy Git Training and Github's own basic tutorial, then other Github guides.

Contents:

  1. Start and setup
@somahargitai
somahargitai / TypographyLinks.MD
Last active April 2, 2024 23:29
Typography Link Collection
@somahargitai
somahargitai / NodejsCheatsheet.md
Last active February 13, 2024 14:01
Node.js cheatsheet
@somahargitai
somahargitai / ThingsMakeMeMad.MD
Last active November 19, 2023 06:17
My universal IT complainer surface

I just complain here

This is a complainer surface to show the world the dark side of my real-life developer experience

content
  • Things software engineers say about work
@somahargitai
somahargitai / DesignCheatSheet.MD
Last active July 11, 2023 07:52
Design Cheatsheet
@somahargitai
somahargitai / MongoCheatSheet.md
Last active April 16, 2023 20:12
Mongo Cheatsheet

cheatsheet list

Mongo Database Cheatsheet

Content:

  1. Setup Mongo
  2. Tools
  3. Most used commands
  4. Mongoose
@somahargitai
somahargitai / CommandLineSurvival.MD
Last active April 14, 2023 16:32
Survive the first meeting with Windows, Mac command line, with Git and others