From the Blog

Stories about software development, web development, and more.

Event Driven Architecture in Web Development
Event-DrivenArchitecture

Event Driven Architecture in Web Development

Requirements for web solutions have become more and more complex: We no longer want to have to repeatedly check if something interesting has changed, or even wait for periodic updates - but to be informed when something happens. Special weather conditions, new contact requests, high-priority fault messages, or service requests that offer new business opportunities are examples.

Creating a Successful Digital Business Model

Creating a successful digital business model

Digitization is one of those things: While sparrows are chirping about it from every rooftop in the global village, few people have a concrete idea of where digitization even begins. Even fewer have a vision of how to use it for their own benefit. It's a shame, really, because these visions are not only sensible and important, but downright necessary. For SMEs in particular, the digital transformation so often proclaimed offers a real opportunity. But how can a company do business digitally?

How to Find a Web Development Contractor in California

How to Find a Web Development Contractor in California

Custom web development service providers or contractors aren’t all created equal. While it's easy to find someone to build your product, it’s more difficult to find someone to build it right. Your ideas are precious, and you want to find a partner who can turn it into a reality. Today, we’ll offer some tips to find the perfect custom web development service provider in California.

How to Write a Good Requirements Specification

How to Write a Good Requirements Specification

Every business is different and that means having different needs. It is important that you understand how to write a good requirements specification so that service providers can give you a realistic quote and so budgeting can be planned accordingly. To avoid chaos and bad performance, you will want to create a good requirements specification Not sure how? Today, we’ll be highlighting what requirements specifications are and how you can write a good one.

Software Engineering vs. Web Development: Similarities, Differences

Software Engineering vs. Web Development: Similarities, Differences

Software engineers and web developers will often work together on projects. Yet, they aren’t two peas in a pod. Each is a distinct career, and have their unique work environments, skill sets, and end products. This article will cover what software engineering and web development are, and what you can expect when hiring them for your team.

Find Your Way in the Jungle of Web Stacks

Find Your Way in The Jungle of Web Stacks

When chatting with co-workers, developers or customers, suggestions for what technologies and stacks to use couldn’t be more different. An overview of the current most popular open source web stacks.

What Are Micro Frontends?

What are Micro Frontends?

Micro Frontends is a software architecture that reduces program complexity and allows frontend users a friendlier interface by dividing a vertical program monolith and large teams into smaller teams that individually manage only one horizontal section of the entire program.

Web Development Trends in 2022

Web Development Trends in 2022

The internet is growing fast and the web development trends of 2022 show an acute understanding of growing demand stability, functionality, speed, and infrastructure. We’ll help you stay ahead of the curve by analyzing where web development is headed in 2022.

From the Developer's Blog

Stories about software development, web development, and more.

How to implement Server Side JWT Auth/Proxy calls with Nuxt 3 / Vue 3 and HttpOnly Cookies when using an External API

How to implement Server Side JWT Auth with Nuxt 3 / Vue 3 and HttpOnly Cookies when using n External API

If you are building a Nuxt 3 application that authenticates against an external API, you want to make sure you have a proper and secure authentication workflow. In my case, I have an external API that takes care of the authentication with a JWT workflow. I didn't want to implement a full authentication system into my Nuxt application, but I still wanted to be able to securely identify a user on the server side with httpOnly cookies. Here's how I implemented it for this special case.

Flash Messages in Jestream+InertiaJS
VueJSJetstreamLaravel

Flash Messages in Jestream+Inertia

Have you ever wondered how to use Flash Messages with the Laravel+Jetstream+Inertia Stack? Turns out, not the usual way.

How to use Sentry.io with NextJS
LoggingNodeJSNextJS

How to use Sentry with NextJS

Setting up Sentry for NextJS is really straightforward and can be very useful for debugging your NextJS application.

We'll Call You Back