Skip to content

Instantly share code, notes, and snippets.

View essadeq-elaamiri's full-sized avatar
💭
still making my future ;)

Essadeq ELAAMIRI essadeq-elaamiri

💭
still making my future ;)
View GitHub Profile
@essadeq-elaamiri
essadeq-elaamiri / intellij-idea-shortcuts.md
Created July 26, 2023 11:13 — forked from hopbit/intellij-idea-shortcuts.md
IntelliJ IDEA Keyboard Shortcuts Cheatsheet

Modes

distraction mode
fullscreen mode
autoscroll from/to source
termial settings -> don't override shortcuts presentation asist

Editing

@essadeq-elaamiri
essadeq-elaamiri / countries.json
Created March 12, 2021 11:17 — forked from keeguon/countries.json
A list of countries in JSON
[
{name: 'Afghanistan', code: 'AF'},
{name: 'Åland Islands', code: 'AX'},
{name: 'Albania', code: 'AL'},
{name: 'Algeria', code: 'DZ'},
{name: 'American Samoa', code: 'AS'},
{name: 'AndorrA', code: 'AD'},
{name: 'Angola', code: 'AO'},
{name: 'Anguilla', code: 'AI'},
{name: 'Antarctica', code: 'AQ'},

Introduction to the Internet

By definition the Internet is a worldwide, publicly accessible series of interconnected computer networks that transmit data by packet switching using the standard Internet Protocol

  • Server Responses
    • 100: Informational
      • 100: Continue - Server receives request headers and client should proceed to send body

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@essadeq-elaamiri
essadeq-elaamiri / books.json
Created January 10, 2021 23:43 — forked from nanotaboada/books.json
A sample collection of books in JSON format
{
"books": [
{
"isbn": "9781593275846",
"title": "Eloquent JavaScript, Second Edition",
"subtitle": "A Modern Introduction to Programming",
"author": "Marijn Haverbeke",
"published": "2014-12-14T00:00:00.000Z",
"publisher": "No Starch Press",
"pages": 472,