Introduction The goal of this post is to deep-dive into LLM’s that are specialised in code generation tasks, and see if we can use them to write code.
Note: Unlike copilot, we’ll focus on locally running LLM’s. This should be appealing to any developers w... (more…)
Read more »
React Migration can improve the performance of your web application. This article explains how to migrate to React without compromising your existing SEO. (more…)
Read more »
Step-by-step technical instructions for engineers to create, test, and publish a robust and scalable React component library. Includes a TL;DR summary. (more…)
Read more »
First I want to clarify that this post is not about Static (build time) Server Side Rendering (SSR) where server is an exclusive resource… (more…)
Read more »
TL;DR: Security can't be overemphasized when it comes to developing software applications. A single authentication factor system (e.g username and password) is no longer...
Read more »