Development

Articles about programming, web development and VR/AR development.

Microsoft Agentic AI Framework: Unlocking the Future of Multi-Agent AI Systems

The Microsoft Agentic AI Framework stands at the forefront of innovative technologies designed to harness the power of artificial intelligence in multi-agent systems. With its open-source software development kit (SDK) and runtime environment, this framework provides a comprehensive solution for building, orchestrating, and governing complex AI systems capable of handling various business processes. This blog post dives into the

By |2025-11-14T08:59:14+01:0014. November 2025|AI, Development, Work|

Cursor 2.0 IDE Enhances AI and Development Workflows

In the ever-evolving landscape of software development, tools that enhance productivity and streamline workflows are invaluable. The recent release of Cursor 2.0 brings significant changes to the integrated development environment (IDE), particularly with its groundbreaking Composer model and multi-agent interface. This post will delve into the key features of Cursor 2.0, explore its implications for developers, and outline practical

By |2025-10-30T09:11:16+01:0030. October 2025|AI, Development, Work|

Guidelines for European Accessibility Act Compliance

With the digital landscape rapidly evolving, laws and regulations also adapt to ensure greater inclusivity for all users, particularly those with disabilities. The European Accessibility Act (EAA) represents a crucial step toward making the online world more accessible, and understanding this new legislation is vital for website owners across the European Union (EU) and beyond. This blog post will explore

By |2025-07-19T13:13:13+02:0019. July 2025|Cross-Platform, Development|

Explore the New Features of Angular 20 for Developers

In the dynamic landscape of web development, keeping up with the latest tools and frameworks is crucial for both developers and businesses. Angular, one of the most popular front-end frameworks, has once again upped its game with the release of Angular 20 in late May 2025. This blog post dives into the exciting new features and enhancements that this

By |2025-06-16T14:02:24+02:0016. June 2025|Angular, Development|

Enhance Angular Performance with Lazy Loading Techniques

As web applications grow in complexity and feature sets, performance optimization becomes a key concern for developers. Angular applications are no exception, particularly when they experience significant increases in bundle sizes and slower load times. In this blog post, we will explore effective techniques for optimizing Angular application performance using lazy loading and preloading strategies. By implementing these strategies,

By |2025-06-12T15:05:18+02:0012. June 2025|Angular, Development|

Benefits of Using TypeScript in Electron Applications

In the landscape of modern software development, creating cross-platform desktop applications can be a complex challenge. However, leveraging TypeScript within the Electron.js framework can significantly enhance development efficiency and application quality. In this article, we will explore the various benefits of using TypeScript in Electron.js applications, and provide actionable insights into how developers can effectively integrate this powerful combination

By |2025-06-12T14:06:46+02:006. June 2025|Cross-Platform, Development, Electron|

Understanding Signals in Angular 19 for Developers

Angular has consistently evolved to meet the needs of developers, and one of the most exciting advancements in Angular 19 is the introduction of Signals. Signals offer a powerful way to manage state and facilitate component communication, making them essential for modern web development. This article explores Signals in Angular 19, detailing their functionality, features, and practical applications. Table

By |2025-06-02T09:21:47+02:002. June 2025|Angular, Development|

Enhance Angular Testing with @testing-library/angular

As a fullstack web developer with extensive experience in Angular applications, understanding the nuances of effective testing is paramount. That's why today, we're delving into an essential tool for any Angular developer: @testing-library/angular. This library has emerged as a game-changer in simplifying the testing of Angular applications, providing a user-centric approach that enhances both reliability and maintainability of tests.

By |2025-05-28T09:14:03+02:0027. May 2025|Angular, Development, Unit Testing|

Introducing Calcit: A Fun and Easy Way for Kids to Practice Mental Arithmetic

As parents, we’re always looking for ways to make learning fun and engaging for our kids. Recently, when my daughter’s teacher asked parents to create index cards with arithmetic problems for our first graders, I thought: "Why not make this process more interactive and accessible?" That’s how Calcit was born. Calcit is a simple yet effective web app designed

By |2025-01-14T16:01:27+01:0014. January 2025|General, Private, React|

Be careful with the spread syntax of ES6

The spread syntax is a JavaScript feature that really comes in handy for several use cases. Yet there are some caveats that you should be aware of when using it. What is the spread syntax? The spread syntax ... can be used together with JavaScript objects and iterables (such as arrays) in JavaScript ES6 or TypeScript. When using

By |2022-12-13T21:38:12+01:0013. December 2022|Development|
Go to Top