Archive

Category Archives for "Coding Packets Blog"

Elixir Notes: Variables

Define a variable in Elixir with the equals (=) operator. Considerations Variables can start with a lowercase [a-z] or an underscore _ Variables can contain upper/lower case [a-zA-Z] and the _ underscore characters. snake_case is the formatting convention used for...

Learning Elixir

Elixir is a dynamic functional programming language that runs on the Erlang virtual machine. In this post I will outline my reasoning for learning Elixir and document the resources used in the process. I will update the Books, Videos and Blogs section as I move through the learning...

Add Stimulus JS to a Rails 6 app

Stimulus JS is a "A modest JavaScript framework for the HTML you already have." The aim of the project is to sprinkle your webapp with Javascript to load dynamic content as opposed to building your entire frontent with JS. In this post I will cover the process of installing and ...

Add Friendly ID to a Rails 6 App

Friendly ID, is a ruby gem that makes adding slugs to your Rails records painless giving you nice human readible URI's. Instead of accessing URI's by their database ID: /site/23 they are accessed via /site/hogwarts instead. Much better. In this post I will show you how to add...

2021 Goals

2020 was a bit of a write off. 2021 is the year that the empire of Brad strikes back. 2021 Goals Health and Fitness Family Certifications Books Automation Mansformation Health and Fitness This year I will continue the healthy lifestyle and I am setting myself some ambitous...

PCNSA 10

My number one certification goal for 2021 is the PCNSA 10 certification. I require it for my new role so I am getting stuck right in. In this post I will document the resources and links to my personal notes for the PCNSA 10 certification. I will update this document as I go up until...
1 8 9 10 11 12 28