Welcome to the SparkFabrik Tech Blog! This is a showcase of the amazing talent and personal interests of our team. Our space for passion projects, new learnings, and tech discoveries from our team of engineers, developers, and designers.
Disclaimer: While the content is reviewed for accuracy, each article is a personal expression of their interests and reflects their unique style. We love seeing their creativity shine through: we believe that the best ideas often come from the most unexpected places. Welcome to our playground!
-
Qwik is a JavaScript framework for building web applications with a focus on speed. Let’s take a look at how to use two of Qwik’s amazing features, routeLoader$ and routeAction$.# qwik # javascript # web # webdev # webdevelopment
-
The point of no return for software dependencies
The open source ecosystem is facing software supply chain security issues, as many projects rely on numerous dependencies, packages, and microservices that may contain vulnerabilities or malicious code.# supply chain # devsecops # open source # security # npm -
Share features in Angular using libraries and npm link
A streamlined guide to setup your workspaces to work smoothly on shared features for multiple Angular projects, using Angular libraries and npm-link.# angular # npm # libraries # npm-link -
Real-time communication with WebSockets & Kafka
Solving the WebSockets load balancer problem using the Pub/Sub pattern# kafka # pub/sub # services -
Using the Command pattern in Drupal
Implementing the Command pattern in Drupal using the Symfony Messenger component.# drupal # symfony # design patterns # webprofiler -
Next.js - An introduction
A quick introduction to Next.js, a React framework for building server-side rendered and static web applications.# nextjs # javascript # react # framework # server-side rendering # static site generation -
WebProfiler Drupal Module - Updates
A quick update on the WebProfiler Drupal module, with the new features of the 10.0.0 release.# webprofiler # drupal -
Integrate external secrets management systems in Kubernetes
How to manage our Kubernetes secrets with AWS Secrets Manager as a single source of truth with External Secrets Operator# Kubernetes # Terraform # AWS Secrets Manager # External Secrets Operator -
How to build and deploy React Native applications with Fastlane
A detailed look at our internal Fastlane setup, operating on cross-platform React Native projects as a team, integrating the CI/CD environment and CLI operations.# react native # fastlane -
Divide and conquer everywhere
Advantages of splitting your software solution in smaller pieces# Architect # AWS # PHP # Bref # Serverless