ArmahLance

@discoverlance

400 Points 0 Followers

9 Posts

0 Answers

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

ArmahLance · 1 year ago

Eloquent-prisma (add laravel eloquent behaviour to prisma)

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 ja...

ArmahLance · 1 year ago

Why Next.JS over Remix (as a react developer)

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, y...

ArmahLance · 1 year ago

End-user focused software development

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 y...

ArmahLance · 1 year ago

Why SSG is still necessary even with tools like Remix.run

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...

ArmahLance · 2 years ago

Redirecting pages with Next.JS

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. Sen...
3

ArmahLance · 2 years ago

CSS Selectors: Family (parents and siblings) analogy

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...
3

ArmahLance · 2 years ago

5 Reasons I don't Smash My Computer

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...

ArmahLance · 2 years ago

Next.JS Pre-rendering and Prefetching

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 s...

ArmahLance · 2 years ago

Next.JS Server side, Client side Rendering or Incremental Static Generation

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...

Loading More Content