Most microfrontend articles start by explaining the overall architecture first. In this article, we will take a different approach. We will begin with a single Angular microfrontend — how it is built, ...
The sample also includes a few Server Side Rendered MVC pages for browsing and viewing of albums and artists. I'll be adding the edit pages at a later point. Then ...
Community driven content discussing all aspects of software development from DevOps to design patterns. The best place to start a career as a software engineer is in the web development space.
Round out the HTMX and Bun web stack by adding Pug, a popular JavaScript templating engine that makes DOM interactions a snap. In the first half of this article, we set up a web development stack and ...
Our focus in this article is how the four main components of our tech stack interact. The components are Bun, HTMX, Elysia, and MongoDB. This stack gives you a fast-moving setup that is easy to ...
A simple pager example using static content.
There are many usual situations where user on our website looks at out data and wants to export it into a CSV file for more analysis. Thus, we sometimes make a post back to create such file and allows ...