Been a while - Where have I been
February 05, 2023Where I am working, what am I doing?
Personal Blog by Jason Lloyd.
I talk about programming, life, self-development and everything in-between.
Where I am working, what am I doing?
Recap my time at Walmart
Leetcode Goal 12 / 25, Merge Two Sorted Lists
Leetcode Goal 11 / 25, Remove Duplicates from Sorted List
Leetcode Goal 10 / 25, Remove Linked List Element
Leetcode Goal 9 / 25, Palindrome Linked List
Leetcode Goal 8 / 25, Reverse Linked List
Leetcode Goal 7 / 25, Middle of the Linked List
Leetcode Goal 6 / 25, Linked List Cycle
Leetcode Goal 5 / 25, Discussing and solving Find All Numbers Disappeared in an Array
Leetcode Goal 4 / 25, Discussing and solving Missing Number
Leetcode Goal 3 / 25, Discussing Contains Duplicate
Leetcode Goal 2 / 25, Discussing Two Sum and Two Sum II
Discussing my Self Development Goals for 2021.
How I got on in my Self Development Goals for 2020!
A very short post on all the git commands I have used in two years at my current role
A quick reference sheet for Web Authentication and Authorization. Discussing Sessions, JWTs and more
My perfect Desk, IKEA Standing Desk + Karby Counter Top
Last part of our exploring webpack tutorial, in this tutorial we will make our webpack config config more production ready
This is part 2 of exploring the world of webpack, we are going to add typescript and css support, we are also going to learn about webpack plugins
Webpack is a very powerful and complicated tool, developers are often put off from it but today I want to give a beginner friendly look into Webpack
Webpack 5 Introduces Module Federation, going to explain the what, why and how
Monorepo what the hell are they?
6 tips for better Pull Requests
Welcome back, this week I wanted to discuss a quick dev tip. Recently I was reviewing a PR and there was complicated logic around adding…
Welcome back, in the last series of posts we discussed migrating a Wordpress blog to Gatsby and then we deployed it to Netlify. Personally…
Welcome back, this is the third post on migrating a WordPress Site/Blog to Gatsby. I am in the process of migrating my blog to Gatsby so I…
Welcome back, this is the second post on migrating a WordPress Site/Blog to Gatsby. I am in the process of migrating this blog to Gatsby so…
Welcome back, today I am going to starting a new series on migrating a WordPress Site/Blog to Gatsby. I am in the process of migrating this…
The third post in a new series on React Hooks, this post discusses the useContext hook.
The second post in a new series on React Hooks, this post discusses the useEffect hook.
The first post in a new series on React Hooks, this post discusses what are hooks, the rules and finally I discuss useState.
In this introductory post to Service Worker we will be Building an offline web app called TIL. Discussing installing service workers, caching assets, serving cached assets and making it work offline.
Discussing my short-term Self Development Goals for 2020.
Discussing my 2019 year in review, what went well and what didn't go well. I also look forward to 2020.
Second post of a series on Web accessibility where I discuss Aria elements. I give examples of what aria elements are and why we should them.
First post of a series on Web accessibility where I discuss Semantic HTML. I give examples of what is and what is not Semantic HTML.
Discussing Typescript Generics, breaking down what, why and how to use them.
Welcome back, this post is a continuation from last week post summarizing Chapter 1 to Chapter 9 of A Philosophy of Software Design Chapter…
As stated in my previous post, this year I want to read a lot of Software related books, this is something I have not done enough and I…
Welcome back, this week I am going to be discussing a book I recently read ‘The Clean Coder’ by Robert C. Martin. I am a pretty big fan of…
Welcome back guys, today’s post is something different, it is a course review. I have never done a course review before but I just recently…
Welcome, today I am going to be discussing React Error Boundaries and how you can use them to create a very simple App Crash screen. What…
Welcome back, this week I have another DevTip. My team had a situation in the past few weeks where we wanted to enable an auto-refresh…
Welcome back, this is going to be a short post on a DevTip I recently learned from Wes Bos Advanced React course which is Disabling Form…
Welcome, this week I am going to be discussing Typescript and What I learned when I converted one of my projects from just JS to Typescript…
2018 is coming to an end (as unbelievable as this is to me), as the new year is approaching I try to look at the year passed and discussing…
Welcome back guys, it has been a while since I have posted it has been a very busy three months for me, I am excited to give you guys some…
Welcome back guys, this week I wanted to discuss Structuring your React Projects. When you first started learning React, the structure doesn…
Welcome back guys, on our theme of learning React concepts today I wanted to discuss React Portals. What they are, why used them and then I…
Hey Guys, this week I am going to discussing the React 16 Context API. React 16 was a huge release for react and included a bunch of new…
Welcome back, this week I am going to be discussing ‘Niching Down’, the importance of it, the struggles I have had with trying to come up…
Welcome back guys, we are already approaching the middle of April!. I taught I would give an update on how my year is going so far mostly in…
Welcome back guys, going on my current theme of learning more out of the limited time you have I taught I would discuss my favorite…
Welcome back guys, in the last few weeks I have found myself reading a lot more Technical Articles and today I stopped and asked myself why…
Welcome back guys, I wrote a few weeks ago about my 12 Weeks Goals for this year, one goal was to release a new more polished version of…
Welcome back guys, as another year starts its time for me to write my Year Goals post. This is the second year I am writing a post about my…
Welcome back guys and I know it has been quite a few weeks since I last posted but been a mad rush towards the end the of the year. This…
Welcome back guys, this week wanted to discuss the importance Meetups and why you should attend them. If you have never attended a meetup…
Another week, another post. This week I am going to discuss the importance of taking a break and advice on what do before, during and after…
Welcome back, in my seemly crazy goal of trying every popular JS framework under the sun this week we are going to discuss Vue.js. I was…
Welcome back guys, this week I taught I would write a bit more of a personal post. Over the past few weeks, I have been doing interviews and…
Welcome back guys, I wrote about recently about Atom vs Visual Studio Code and at the end of that post I said that I switched to VSC because…
Welcome back guys, this week I wanted to talk about the project I have been working on since the end of February and just released www…
A few weeks ago I published a post for My favourite Atom packages of 2017, a few weeks after this Atom started crashing and becoming slow…
Introduction Welcome back guys, the last few posts has focused on more the technical side but this week will be a bit more personal. I will…
Last week we discussed Deploying a NodeJS application to Heroku in 5 minutes, the one problem with this tutorial was if your application had…
Welcome back, this week I want to take a sample NodeJS application and deploy it to Heroku. I have heard of people deploying their apps to…
Introduction Welcome back, This week I taught I would take a break from discussing frameworks/tools and bring up the subject of developer…
Discussing what are the best atom packages/plugins in my opinion.
Discussing my Programming/Self-development Goals for 2017
Reviewing the books I read in 2016 and going though the lessons they taught me.
Discussing why you should aim to a bit of programming every day.
Discussing how to become a better programmer and why feeling too comfortable can be dangerous to your career.
Welcome back, this week we are going to look at Jenkins. Jenkins is a “continuous integration” tool that can help a team or organisation…