Template Subfolders in Phoenix

Reading Time 1 mins
This is one of the things that annoyed me when I was starting to create apps in phoenix. Why don’t it let me create subfolders to store partials in. I want better organization of my templates. This is an easy fix in phoenix. I didn’t come up with this but wanted to share it. I got it from here, credit goes to Chris McCord and OvermindDL1. There are two ways to achieve this.

Phoenix Live View is Available

Reading Time 1 mins
I seen some awesome news earlier that Phoenix Live View is available to play with. I haven’t had the chance to play with it yet. Maybe this weekend I will get the chance. It’s still very early so expect it to change and be a bit buggy. If you don’t know Phoenix Live View is a real-time server-rendering HTML. Think React or Vue but the work is done on server side.

Useful Elixir Libraries

Reading Time 1 mins

I’m still new to elixir but I really love working in this language. I wanted to share a handful of libraries I found useful in my projects.

How To Schedule Post Using A Static Site And Netlify

Reading Time 2 mins

One of the things I wanted when doing this blog was the ability to write post and have them published in the future. I also wanted a static site for the ease of maintaining and not worry about keeping the site up to date.

You will need to be using a static site generator that will only create the article on the a set publish date. I’m using Hugo for this site and it has a publishDate in the meta data on the article. If set Hugo will only create the article if its past that date.

Netlify has build hooks which you can call to trigger a rebuild.

Welcome To My Blog

Reading Time 1 mins
Welcome to my blog. The main focus of this blog will be technology and programming. I am a solo-developer and I try to build projects that will have an income, so some of my post will be business related too. Basically things I am working on or find interesting. My goal is to add value to you with tips and tricks I learn.