<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Scalified’s Blog</title><description>Transform your business processes with Scalified’s custom workflow automation solutions. Improve organization, save time, and enhance productivity.</description><link>https://scalified.com</link><item><title>Taming Local npm Library Development Without the Pain of npm link</title><link>https://scalified.com/blog/local-npm-library-development</link><guid isPermaLink="true">https://scalified.com/blog/local-npm-library-development</guid><description>Skip the publish-install cycle and symlink headaches. Learn how a small Node.js script using npm pack can distribute local library changes directly into consuming projects&apos; node_modules — reliably, across any package manager.</description><pubDate>Tue, 21 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Toggle Ghostty Terminal Visibility with a Global Shortcut on macOS</title><link>https://scalified.com/blog/ghostty-toggle-shortcut</link><guid isPermaLink="true">https://scalified.com/blog/ghostty-toggle-shortcut</guid><description>Ghostty&apos;s built-in global shortcut breaks tab grouping on relaunch. Learn two clean workarounds — a Hammerspoon Lua script and a native macOS Automator workflow — to get a reliable toggle shortcut without the side effects.</description><pubDate>Sat, 04 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Automating Authenticated Websites with Chrome DevTools MCP and Claude Code</title><link>https://scalified.com/blog/chrome-devtools-mcp-authentication</link><guid isPermaLink="true">https://scalified.com/blog/chrome-devtools-mcp-authentication</guid><description>Learn how to configure Chrome DevTools MCP with a persistent browser profile so Claude Code can interact with authenticated websites, debug applications, and automate workflows without logging in every time.</description><pubDate>Mon, 23 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Setting up Java EE CQRS project using Axon Framework</title><link>https://scalified.com/blog/java-ee-cqrs-setup-axon-framework</link><guid isPermaLink="true">https://scalified.com/blog/java-ee-cqrs-setup-axon-framework</guid><description>In this tutorial, we will show how you can create and configure a simple CQRS project using Java and Axon Framework.</description><pubDate>Thu, 01 Nov 2018 00:00:00 GMT</pubDate></item><item><title>Building Jenkins Pipelines - Part 1. Setting Up Docker Swarm</title><link>https://scalified.com/blog/building-jenkins-pipelines-docker-swarm</link><guid isPermaLink="true">https://scalified.com/blog/building-jenkins-pipelines-docker-swarm</guid><description>In this tutorial we are going to describe how to setup and configure Docker Swarm and Portainer in order to create a solid Jenkins Pipelines infrastructure.</description><pubDate>Mon, 08 Oct 2018 00:00:00 GMT</pubDate></item><item><title>Ngrx-forms: creating complex forms with Angular</title><link>https://scalified.com/blog/complex-forms-angular-ngrx-forms</link><guid isPermaLink="true">https://scalified.com/blog/complex-forms-angular-ngrx-forms</guid><description>Today we&apos;ll share some real-life example from the insurance industry showing how to build really reactive forms with Angular and ngrx-forms.</description><pubDate>Mon, 25 Jun 2018 00:00:00 GMT</pubDate></item><item><title>Java Backend: Automatic Database Migration With Flyway</title><link>https://scalified.com/blog/java-backend-database-migration-flyway</link><guid isPermaLink="true">https://scalified.com/blog/java-backend-database-migration-flyway</guid><description>Database migration is essential and integral process of every software development. In this article we are going to configure Flyway tool to automatically apply database migration scripts in a typical Java EE application running inside JBoss container.</description><pubDate>Wed, 17 Jan 2018 00:00:00 GMT</pubDate></item><item><title>Injecting PDF into an HTML page</title><link>https://scalified.com/blog/injecting-pdf-html-page</link><guid isPermaLink="true">https://scalified.com/blog/injecting-pdf-html-page</guid><description>In this article we&apos;re going to look at different ways for injecting PDF into an HTML page, covering the pros and cons of each method.</description><pubDate>Tue, 16 Jan 2018 00:00:00 GMT</pubDate></item><item><title>Java Backend: Handling Exceptions in JAX-RS &amp; Java Servlets</title><link>https://scalified.com/blog/java-backend-handling-exceptions-jax-rs-java-servlets</link><guid isPermaLink="true">https://scalified.com/blog/java-backend-handling-exceptions-jax-rs-java-servlets</guid><description>When developing RESTful apps with Java backend, sooner or later you&apos;ll face with the necessity of handling HTTP errors in a custom way.</description><pubDate>Tue, 14 Nov 2017 09:00:00 GMT</pubDate></item><item><title>Frontend Development: Centering Images with HTML &amp; CSS</title><link>https://scalified.com/blog/centering-images-html-css</link><guid isPermaLink="true">https://scalified.com/blog/centering-images-html-css</guid><description>There are few ways how images can be used in frontend development, depending on particular UI and requirements. Scaling/centering Images...</description><pubDate>Tue, 14 Nov 2017 00:00:00 GMT</pubDate></item><item><title>Debugging Node.js backend with Typescript and IntelliJ</title><link>https://scalified.com/blog/nodejs-typescript-intellij-debug</link><guid isPermaLink="true">https://scalified.com/blog/nodejs-typescript-intellij-debug</guid><description>In this short tutorial we&apos;ll show how you can debug your Node.js backend written with Typescript using Intellij Idea.</description><pubDate>Wed, 01 Nov 2017 00:00:00 GMT</pubDate></item><item><title>Software Development in Cost-Effective Infrastructure</title><link>https://scalified.com/blog/cost-effective-software-development</link><guid isPermaLink="true">https://scalified.com/blog/cost-effective-software-development</guid><description>While outsource software development we often setup environments that may include many nodes and therefore consume resources and cost money..</description><pubDate>Tue, 24 Oct 2017 00:00:00 GMT</pubDate></item><item><title>Backend Development: Enabling CORS (JAX-RS)</title><link>https://scalified.com/blog/backend-development-enabling-cors-jax-rs</link><guid isPermaLink="true">https://scalified.com/blog/backend-development-enabling-cors-jax-rs</guid><description>One of the common difficulties backend development teams may face with when creating RESTful services is a Cross-origin resource sharing (CORS).</description><pubDate>Sun, 24 Sep 2017 00:00:00 GMT</pubDate></item><item><title>Devops: Configuring Host Name Resolution</title><link>https://scalified.com/blog/devops-linux-host-name-resolution</link><guid isPermaLink="true">https://scalified.com/blog/devops-linux-host-name-resolution</guid><description>When using Linux, especially in a virtual environment, often devops may face with a necessity of accessing its host by the name, not by IP address.</description><pubDate>Sun, 24 Sep 2017 00:00:00 GMT</pubDate></item><item><title>Docker: Cleanup all images and containers</title><link>https://scalified.com/blog/docker-cleanup-images-containers</link><guid isPermaLink="true">https://scalified.com/blog/docker-cleanup-images-containers</guid><description>While using Docker for active development, you can get into the situation when Docker runs out of disk space and this might be a bit confusing ...</description><pubDate>Fri, 18 Nov 2016 00:00:00 GMT</pubDate></item></channel></rss>