Skip to content

Instantly share code, notes, and snippets.

@ross-u
ross-u / markdown-details-collapsible.md
Created February 3, 2022 15:32 — forked from pierrejoubert73/markdown-details-collapsible.md
How to add a collapsible section in markdown.

A collapsible section containing markdown

Click to expand!

Heading

  1. A numbered
  2. list
    • With some
    • Sub bullets

Box model exercise

Here we provide you some tips to do the exercise:

  • You should work with three different divs: card (gray), title (green) and content (blue).
  • The title is separated by 10px on the top and right sides, 20px from the left side and 40px from the content. It also has a 2px border.
  • The content is separated by 10px on the left and right sides. On the top and the bottom, there is an space of 5px.
@ross-u
ross-u / Projects.md
Created January 27, 2022 16:51 — forked from ManishPoduval/Projects.md
WDFT-July-2020
@ross-u
ross-u / mongodb_shell_commands.md
Created May 7, 2021 18:47 — forked from michaeltreat/mongodb_shell_commands.md
Quick Cheat Sheet for Mongo DB Shell commands.

MongoDB Shell Commands Cheat Sheet.

This is a Cheat Sheet for interacting with the Mongo Shell ( mongo on your command line). This is for MongoDB Community Edition.

Preface:

Mongo Manual can help you with getting started using the Shell.

FAQ for MongoDB Fundamentals and other FAQs can be found in the side-bar after visiting that link.

@ross-u
ross-u / README.md
Last active February 11, 2021 10:55 — forked from MartaJank/README.md
M2 - Finished Readme example

Why so Serial?

logo

Description

Search and collaborative Data Base platform for Serial Killers in which you can read info about famous Serial Killers and you can also add new killer files, edit them and delete them. 🔪 You can also add to favorites the files you like the most and have a personal diplay of those or leave comments with lots of love or suggestions for the creators. ❤️

@ross-u
ross-u / README.md
Created August 27, 2020 12:39 — forked from caprosset/README.md
Heroku deployment - M3

PROJECT 3 - DEPLOYMENT ON HEROKU

1. SIGNUP/LOGIN TO HEROKU

Run the following commands in your terminal (in your SERVER/BACKEND repo):

heroku --version

If it gives you a version, it means that the Heroku CLI interface is correctly installed.
If not, create an account in Heroku (https://signup.heroku.com/) and repeat.

@ross-u
ross-u / gist:e61c81e01740ccc61b7d922774ac9be5
Created August 23, 2020 14:40 — forked from mrichie/gist:2849763
Node.js File Extension Content Type
exports.ext = function () {
var extTypes = {
"3gp" : "video/3gpp"
, "a" : "application/octet-stream"
, "ai" : "application/postscript"
, "aif" : "audio/x-aiff"
, "aiff" : "audio/x-aiff"
, "asc" : "application/pgp-signature"
, "asf" : "video/x-ms-asf"
, "asm" : "text/x-asm"
@ross-u
ross-u / README.md
Last active August 21, 2020 07:35 — forked from caprosset/README.md
Deployment con Heroku y Firebase - M3 - React

Proyecto 3 - DEPLOY

 

PARTE 1 - BACK-END: HEROKU Y MONGO ATLAS

 

1. GUARDAR Y SUBIR LOS ÚLTIMOS CAMBIOS A GITHUB

sass/
|
|– base/
| |– _reset.scss # Reset/normalize
| |– _typography.scss # Typography rules
| ... # Etc…
|
|– components/
| |– _buttons.scss # Buttons
| |– _carousel.scss # Carousel