Some notes after just starting to learn Korean…
Continue reading…This post covers the use of tweening position to deal cards and tweening modulation to create a "selected card" effect.
Continue reading…Making flippable cards in Godot
Continue reading…Creating dynamic routes for this blog with Next.js
Continue reading…Prerequisites You have RPG maker MZ or MV - I'm using MZ but I think it'll work just as well with MV. You've gone through the tutorials that…
Continue reading…TLDR If your custom type is: … and if you're just getting started with this (like me) and thinking: "ok, now how do I randomly generate my…
Continue reading…Intro This is going to be a quick demo of how to get started using plain pg (node-postgres) with Nest.js — no ORMs in sight. Having…
Continue reading…Intro The intention was to write some demo code to see what problems I come across while just starting to use Typescript , and to document…
Continue reading…Intro This post demos an example of using Webpack to bundle a frontend project and Maven to package it up in a jar and include it in a…
Continue reading…Intro This post is based on Drew Olson 's Elixir Streams . Since I'm just getting started with Elixir , I came across a few issues…
Continue reading…Intro In this post we'll see how to create a virtual machine running Ubuntu which has everything installed to start developing Rails…
Continue reading…Intro Pulling in a CSS framework such as Bootstrap , or even just it's grid system, can be overkill when all you want is a simple page with…
Continue reading…Intro The following is one way you could go about packaging a war file in a jar file with Maven ( https://maven.apache.org/ "Maven). You…
Continue reading…Intro This post is based on Simple async with only underscore by Adrian Rossouw . Yes, I did read the following disclaimer regarding this…
Continue reading…Intro This post is based off of an example used in the book Better Backbone Applications with MarionetteJS by Joe Zimmerman . More…
Continue reading…Purpose Setting up automatic EJS (Underscore/Lo-Dash) and Handlebars template compilation in Grunt using grunt-contrib-watch . The…
Continue reading…Version of Assemble at time of writing: 0.4.42 If you want to follow along with the end result at hand, the repo is up on Github . grunt…
Continue reading…Following along If you want to follow along with the end result at hand, the repo is up on Github . You will need to install dependencies…
Continue reading…Purpose Use Mongoose in a test without having to have MongoDB running. Mocking done with Mockgoose . Setting up Setting up can take a…
Continue reading…Purpose Example of how to separate route code in Express.js using npm link . Setting up We can use the express generator to get up and…
Continue reading…Intro This post will walk you through the basic usage of Viper . It is intended for people who are new to the Go programming language (I…
Continue reading…