Skip to content

Instantly share code, notes, and snippets.

View Sebosek's full-sized avatar
🦊
I'm a fox.

Sebastian Sebosek

🦊
I'm a fox.
View GitHub Profile
@Sebosek
Sebosek / ubuntu-server-setup-16.04.md
Created January 17, 2017 20:43 — forked from marcuslilja/ubuntu-server-setup-16.04.md
Server setup for Ubuntu 16.04 on Digital Ocean

Server setup for Ubuntu 16.04 on Digital Ocean

The setup installs the following software:

  • Nginx
  • MySQL
  • PHP
  • Node
  • Composer
@Sebosek
Sebosek / ngrxintro.md
Created November 23, 2016 10:10 — forked from btroncone/ngrxintro.md
A Comprehensive Introduction to @ngrx/store - Companion to Egghead.io Series

#Comprehensive Introduction to @ngrx/store By: @BTroncone

Also check out my lesson @ngrx/store in 10 minutes on egghead.io!

Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!

Table of Contents

@Sebosek
Sebosek / UrlGenerator.php
Last active January 2, 2016 12:59 — forked from matej21/UrlGenerator.php
Fix presenter constants.
<?php
use Nette\Application\IRouter;
use Nette\Application\UI\Presenter;
use Nette\Application\UI\InvalidLinkException;
use Nette\Application;
use Nette\Http\Url;
use Nette\Object;
/**