Skip to content

Instantly share code, notes, and snippets.

View arthurbernierjr's full-sized avatar
🎯
Focusing

Arthur Bernier arthurbernierjr

🎯
Focusing
View GitHub Profile
@arthurbernierjr
arthurbernierjr / contractor_must_know.md
Last active March 23, 2019 19:00
Contract Full Stack Javascript Things You Need to Know

Contract Full Stack Javascript Things You Need to Know

Developer Essentials

		**HTML5(MUST) & CSS3(MUST)**
		**Vanilla JavaScript(MUST)**
		**JQuery and Lodash**
		**Bootstrap, Bulma and MaterializeCSS**
		**Markdown**

Git(MUST) & GitHub(MUST)

@bradtraversy
bradtraversy / webdev_online_resources.md
Last active July 10, 2024 06:26
Online Resources For Web Developers (No Downloading)
@tiborp
tiborp / bootstrap-wide.css
Created April 25, 2014 19:47
Extra media queries for BIG screens
// Extra big for Twitter Bootstrap
@media screen and (min-width: 1400px) {
.container {
width: 1370px;
}
}
@media screen and (min-width: 1600px) {
.container {
width: 1570px;