Doc Test using ExDoc in Elixir

elixir-language-icon-300x300

Elixir has a great tool for documentation, and I think it’s one of the best documentation method in the world where we can test the example that we create in the documentation. Right now I try to use ExDoc, it’s a tool to generate documentation for your Elixir project, and It’s cool. Continue reading “Doc Test using ExDoc in Elixir”

Golang CRUD using MySQL

fancygopher

So, long time.. yes, this is my second article after 2 years ago I created this blog. Anyway, straight to the topic, now I will try to explain about creating a simple application using Golang and MySQL. Currently, I just Fall in love with this amazing programming language who created by Google, if you want to know more about Golang, just visit Golang official website. But, this session I’m not gonna dive into the introduction of Golang itself. The purpose of this article is we build a basic operational database or known as Create, Read, Update, and Delete (CRUD) using MySQL database. We will build a simple CRUD for users. I’m sorry, I assume that you are already installed Golang and MySQL in your computer.
Continue reading “Golang CRUD using MySQL”

Blog at WordPress.com.

Up ↑