Skip to content

Instantly share code, notes, and snippets.

View Sharique-Hasan's full-sized avatar

Sharique Hasan Sharique-Hasan

View GitHub Profile
@Sharique-Hasan
Sharique-Hasan / Makefile
Created September 18, 2018 11:06 — forked from mpneuried/Makefile
Simple Makefile to build, run, tag and publish a docker containier to AWS-ECR
# import config.
# You can change the default config with `make cnf="config_special.env" build`
cnf ?= config.env
include $(cnf)
export $(shell sed 's/=.*//' $(cnf))
# import deploy config
# You can change the default deploy config with `make cnf="deploy_special.env" release`
dpl ?= deploy.env
include $(dpl)
@Sharique-Hasan
Sharique-Hasan / AndroidManifest.xml
Created December 26, 2017 18:44 — forked from nilsmehlhorn/AndroidManifest.xml
Android push notifications with EddyVerbruggen/nativescript-plugin-firebase
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="__PACKAGE__"
android:versionCode="1"
android:versionName="1.0">
<supports-screens
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
@Sharique-Hasan
Sharique-Hasan / ngrxintro.md
Created October 23, 2017 19:48 — 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