hakaselogs - Notes mostly about software engineering and what I'm working on.

hakaselogs

Notes mostly about software engineering and what I’m working on.

18 Nov 2017
28 Oct 2017

Terminal for Beginners!

A simple guide to getting started with the Terminal
02 Sep 2017

How I Learned Golang

How I started with Go Programming
12 Aug 2017

JavaScript Async/Await 101

A simple guide to getting started with Async and Await in JavaScript
19 Jun 2017

for...in vs for...of Loops in JavaScript

Differences between the for..in and for..of loops in javascript
13 Jun 2017

Build your first RESTful API with Node.js

A simple guide to building RESTful apis with Node.js
30 May 2017

Making hakasebot - Twitter Bots 101

Learn how to make a twitter bot from this guide
25 May 2017

JavaScript Objects 101

A gentle guide to getting started with JavaScript Objects
21 May 2017

Introduction to JavaScript Promises

The basics you need to know, about promises in JavaScript
17 May 2017

Object-Oriented PHP - An Easy Approach

A simple guide to getting started with Object Oriented PHP