Skip to content

Instantly share code, notes, and snippets.

View akkerise's full-sized avatar

AkKeRise akkerise

  • Kasvin Inc.
  • Viet Nam
View GitHub Profile
@akkerise
akkerise / nginxproxy.md
Created February 19, 2020 16:39 — forked from soheilhy/nginxproxy.md
How to proxy web apps using nginx?

Virtual Hosts on nginx (CSC309)

When hosting our web applications, we often have one public IP address (i.e., an IP address visible to the outside world) using which we want to host multiple web apps. For example, one may wants to host three different web apps respectively for example1.com, example2.com, and example1.com/images on the same machine using a single IP address.

How can we do that? Well, the good news is Internet browsers

@akkerise
akkerise / composing-software.md
Created September 3, 2019 04:25 — forked from rosario/composing-software.md
Eric Elliott's Composing Software Series
@akkerise
akkerise / slim-app-tutorial.md
Created July 20, 2018 04:46
Creating your first Slim Framework Application

Creating your first Slim Framework Application

The Slim Framework is a great micro frameworks for Web application, RESTful API's and Websites. This Tutorial shows how to create a very basic but flexible project for every use case.

Table of contents

@akkerise
akkerise / goto-sublime
Created December 22, 2017 10:19 — forked from kendellfab/goto-sublime
Add mouse click `goto definition` in sublime text 3.
Linux - create "Default (Linux).sublime-mousemap" in ~/.config/sublime-text-3/Packages/User
Mac - create "Default (OSX).sublime-mousemap" in ~/Library/Application Support/Sublime Text 3/Packages/User
Win - create "Default (Windows).sublime-mousemap" in %appdata%\Sublime Text 3\Packages\User
[
{
"button": "button1",
"count": 1,
"modifiers": ["ctrl"],
"press_command": "drag_select",