Golang Project Structure

Tips and tricks for writing and structuring Go code

natural language

Tag

Creating My First WordPress Plugin With JavaScript

This post will document my very first foray into developing a WordPress plugin, which is used on this website. The majority of the code is contained within a single JavaScript file. Why Do I Use WordPress? The blog runs on WordPress. I’ve created other websites and blogs in the past for which I wrote all […]

Basic NLP (Natural Language Processing) With Prose

No matter how many programming languages you learn, you will almost certainly never know them as well and as instinctively as your natural language. Even though it may not always seem to be the case when you’re dealing with a difficult programming problem, the English language is much more complicated than Golang: its vocabulary is […]