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...
ArmahLance
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...
ArmahLance
End-user focused software development
PublishedTraditional 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...
ArmahLance
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)...
ArmahLance
Redirecting pages with Next.JS
PublishedUse 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...
ArmahLance
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...
ArmahLance
5 Reasons I don't Smash My Computer
PublishedEver 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...
ArmahLance
Next.JS Pre-rendering and Prefetching
PublishedWhat'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...
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...