Posts - hakaselogs
hakaselogs
Notes mostly about software engineering and what I’m working on.
Home
Archive
Tags
Posts
07
Feb 2020
Line Numbers In Vim
Vim’s absolute, relative and hybrid line numbers
10
Jan 2020
What I Use
My development gear setup
01
Dec 2018
Building Small Containers for Kubernetes
This article will show you how you can build small containers to make your Kubernetes deployments faster and more secure.
20
Apr 2018
Building a Web App With Go, Gin and React
In this tutorial, I'll show you how easy it is to build a web application with Go and the Gin framework and add authentication to it.
19
Apr 2018
The CouchDB Replicator Database - An Overview
An overview of how the replicator database works in CouchDB, and how to setup replication like a Boss.
06
Mar 2018
Here's What's New In Go 1.10
The latest Go release, v1.10 arrived six months after V1.9. This release was stated in the change-logs and the Go blog. I'm gonna share some interesting changes I've found in Go 1.10 with you.
05
Dec 2017
React Native vs Ionic - A Quick Comparison
Demistifying the differences between Ionic and React Native
19
Nov 2017
Getting Started with Go - Variables ↗
Learn about variables in Go
18
Nov 2017
Golang - Getting Started, The Practical Dev ↗
Getting started with Go
28
Oct 2017
Terminal for Beginners!
A simple guide to getting started with the Terminal
12
Sep 2017
[#D2/30] React30: Lifecycle Methods and Data Fetching
Lifecycle methods in React
11
Sep 2017
[#D1/30] React30: Getting Started, Basic Concepts
Getting started with React
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
09
May 2017
Introducing Adonis Js
Get started with AdonisJS eaisly.