Skip to content

Instantly share code, notes, and snippets.

View Fahrek's full-sized avatar

Andres G. Quina Fahrek

View GitHub Profile
@Fahrek
Fahrek / CH02 - three days JSON Response.md
Last active May 18, 2018 10:11
CH01 - Three Days JSON Response


Three Days Forecast Response

@Fahrek
Fahrek / CH00 - MarkDown Challenge.md
Created May 17, 2018 21:58
CH00 - MarkDown Challenge

Status Code

Every web return status code that says whether it was successful or had an error. The most infamous code is 404.

Common codes

Code Description
200 OK
403 Forbbiden
@Fahrek
Fahrek / webpack.config.js
Created October 21, 2017 17:07 — forked from jerolan/webpack.config.js
Sample Basic Webpack Config
var debug = process.env.NODE_ENV !== "production";
var webpack = require('webpack');
module.exports = {
context: __dirname,
devtool: debug ? "inline-sourcemap" : null,
entry: "./js/scripts.js",
output: {
path: __dirname + "/js",
filename: "scripts.min.js"
@Fahrek
Fahrek / index.html
Created October 16, 2017 09:58
pWxQMw
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>AngularJS Example</title>
<script>src='https://ajax.googleapis.com/ajax/libs/angularjs/1.6.6/angular.min.js'</script>
</head>
<body>
@Fahrek
Fahrek / animated-portfolio-cards.markdown
Created October 15, 2017 12:20
Animated Portfolio Cards