Skip to main content

Posts Tagged ‘typescript’

Monolithic vs Microservice Architecture

Why Choose TypeScript Over JavaScript?

JavaScript is a loosely typed language which is very dynamic in nature. It has been very popular for its strong web development for decades. Indeed, it is a powerful tool, but it can sometimes lead to huge codebase and runtime errors, mainly in heavy applications. Now, speak about TypeScript, a superset of JavaScript, overcoming its […]

Artificial Intelligence Concept Cpu Quantum Computing

How Copilot Vastly Improved My React Development

I am always looking to write better, more performant and cleaner code. GitHub Copilot checks all the boxes and makes my life easier. I have been using it since the 2021 public beta, the hype is real! According to the GitHub Copilot website, it is: “The world’s most widely adopted AI developer tool.”   While that […]

Looking Up A Reflections On Glass Covered Corporate Building

Exploring the Top Features of React 19

React 19 brings a fresh set of improvements and features aimed at delivering better performance. In this post, I’ll showcase some of these new features like Server Components, Server Functions, the new hooks like use, useActionState and useOptimistic. React is a popular JavaScript library for building user interfaces. It uses a declarative approach to create […]

Code New 1

Bun 1.0: Transforming JavaScript Development with Speed and Efficiency

In the ever-evolving landscape of JavaScript development, speed, efficiency, and simplicity are the key players. Enter Bun 1.0, a groundbreaking JavaScript runtime & toolkit designed to elevate your development process to unparalleled heights. In this comprehensive blog, we will delve into the world of Bun 1.0, exploring its features, benefits, and how it is reshaping […]

Learning from collaboration

A rabbit hole in web development

A rabbit hole Recently, I was learning about some new Adobe software, and came across the line of code import Theme from “@swc-react/theme”. This quickly dropped me into the web development education rabbit hole… A quick search shows me that “@swc-react/theme” is React Wrappers for Spectrum Web Components. Another search shows that Spectrum Web Components […]