blog.codellyson.comReactJS so farsource React.js so far The Hard Truth The Journey to becoming a Frontend Developer What’s up with Reactjs and why Reactjs? What's the point? It’s been a couple of years since I started coding officially, at least. I have always been attracted to ...Sep 17, 2021·4 min read
blog.codellyson.comAdd Views to your Hapi.js project with VisionWhen creating web applications using backend frameworks like Express.js it's normal for developers to want to add views to their various projects and Hapi.js is not exempted, you can add views to your Hapi projects too in fact Hapi supports multiple ...Oct 8, 2020·7 min read
blog.codellyson.comIntroduction to Hapi.jsIn recent times I was looking to change up a little bit and test my coding ability with another Node.js framework that is not Express, I have always used Express.js in many of my projects, in my search, I discovered Hapi.js and I am loving it already...Oct 7, 2020·10 min read
blog.codellyson.comWhat exactly is a function in JavaScript?Introduction It took me six months to fully understand the concept of functions in JavaScript. You read that right. When I just started coding in javascript, I wrote a lot of shitty code as I was new to the programming world, I had a lot of documen...Sep 29, 2020·5 min read
blog.codellyson.comHow to create and merge branches using Git and Github.This article was originally written and posted on Lucid Blog by me you can check it out here . This is a repost with some editing. In this tutorial, we will be learning two Git techniques called branching and merging. I will be showing you the basi...Jun 25, 2020·4 min read