Vue Pokedex - Working with Fetch() and Vue Aug 19, 2020 A month or so ago, I decided that I wanted to try and get comfortable with JavaScript because I was interested in working with one of the JavaScript frameworks, be it React, Angular or Vue. To achieve this and out of curiosity, I enrolled in Wes Bos’s #Javascript30 course. This course helped clear many knowledge gaps I had about how does JavaScript interacts with HTML. ...
Creating a Temperature Converter App in Flutter Jul 01, 2020 Now, as my journey continues, I decided to challenge myself and create a simple temperature conversion app in Flutter, I did something similar on the CLI while I was learning Python. My goal with this is to get a better understanding on how Stateful Widgets work, and how to get a user input, process it and output it to the UI. ...
My Flutter UI Clone Jun 24, 2020 In my continuing pursuit of knowledge in development related things, one of the topics that I haven’t put much time on was mobile development. One of my interest is cross platform mobile development. ...
Hugo website CMS Jun 17, 2020 In my previous post, I successfully deployed a Hugo static site through Netlify, I managed to create the post with ease using Markdown, but, despite the relative simplicity, it got me thinking. ...
The Road to the First Blog Jun 10, 2020 After doing some pet projects here and there, learning the basics of git and GitHub, I started to think what I could do as a little pet project to publish on the web, no matter how small. ...