Skip to content

Instantly share code, notes, and snippets.

View alamnr's full-sized avatar
⌨️
wanna learn ? get your hands dirty.

Nur-A-Alam Sumon alamnr

⌨️
wanna learn ? get your hands dirty.
View GitHub Profile
@javagrails
javagrails / ubuntu-dev-env-ready-commands.txt
Last active November 1, 2019 09:12
ubuntu develop environment ready commands
===== ## ubuntu OS Information =====
sudo lsb_release -a
===== ## build essential for ubuntu =====
sudo apt-get install -y build-essential
sudo apt-get install libpng-dev libjpeg-dev -y
sudo apt-get install pngquant -y
sudo apt-get install unrar -y
@btforsythe
btforsythe / ReviewApplication.java
Last active November 22, 2018 11:22
Example of populating temporary database with Spring Boot + JPA for WCCI Review Site exercise.
package review;
import java.util.Date;
import javax.annotation.Resource;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Bean;

JavaScript, the weird parts

link to notes https://git.io/vgpKc

about Sher Minn

  • front-end web engineer
  • funemployed, but joining Viki.com in a week
  • recently spent 3 months in NYC at the Recurse Center
    • retreat for programmers
  • where people go to be better at what they do