Hello, my name is ArmahLance. Welcome to my Dev Blog

I am passionate about coding and also love to work with the cloud.

Blog Post illustration

I have worked with Laravel and it's eloquent builder is really amazing, making the lives of developers easier in terms of database interactions. In my attempt to find an equivalent in the javascript, I found Prisma. Prisma is also a whole new world w...

discoverlance avatar
ArmahLance
Blog Post illustration

Developer Experience One can easily overlook the developer experience when selecting tools as a senior developer for instance, because you know how to build an application with aws lambda, you could overlook the team's experience altogether and creat...

discoverlance avatar
ArmahLance
Blog Post illustration

Traditional developer first process Before we begin I'd like you to ask yourself some specific questions around your application development (web, mobile or api) strategy: Do you consider your experience or customer experience first? Do you consider...

discoverlance avatar
ArmahLance
Blog Post illustration

Static Site Generation (SSG) refers to the technique used to generate html or content of sites based on data from options like CMS (Content Mangement System) or a database. Frameworks like NuxtJS and Gatsby support SSG. Server Side Rendering (SSR)...

discoverlance avatar
ArmahLance
Blog Post illustration

Redirecting pages with Next.JS

Published

Use Cases Send users to a different page on your website from your homepage. Example, redirect from '/' to '/blog' Send users to a different page based on header or cookie information. Send users to a different page when the path users visits match...

discoverlance avatar
ArmahLance
Blog Post illustration

Whilst reviewing CSS Selectors today, I decided to come up with an analogy to help me easily understand and be able to explain it to others. And so this is the analogy I came up with. I will talk about four types of css selectors, adjacent, child, ge...

discoverlance avatar
ArmahLance

5 Reasons I don't Smash My Computer

Published

Ever had that feeling of wanting to smash your laptop or computer. Well, I do. Sometimes and almost always. Sometimes it's due to errors, sometimes the tests that were working the previous day all of a sudden fails the next day 😒. Sometimes you've j...

discoverlance avatar
ArmahLance

What's Next.JS? As in their own words, Next.JS is, A react framework for production. Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bund...

discoverlance avatar
ArmahLance

What's NextJS? NextJS is as in their own words, a react framework built for production. Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bu...

discoverlance avatar
ArmahLance