Overflowed.dev

BlogBrowseProjects

How to deploy Localstack with Pulumi

JavaContinuousDevelopment EnvironmentCIDevopsKubernetesPulumiSaaSInfrastructureDockerAmazon
Tech
by Marian Klühspies

This article shows how you can deploy Localstack with Pulumi to run AWS services locally in your development environment, such as SNS, SES, SQS or even AWS Cognito.

Add Tags to Netlify CMS in bulk

JSONGridsomeNetlify
Tech
by Marian Klühspies

Using Netlify CMS to create hundrets of entries for a Many-to-Many relationship like Post and Tag/Category can be a pain. Learn how to create those entities with a script in bulk from a JSON file source.

Quickly create REST API for your entities in Spring

JavaHibernateSpringJPAREST
Tech
by Marian Klühspies

Quickly expose any Spring entity as CRUD REST API with Java, Spring and Gradle without the boilerplate code that is usually necessary.

Migrating from Gridsome to Nuxt 3

HibernateREST
Tech
by Marian Klühspies

Just a few words about the migration of this site from Gridsome to Nuxt 3

Find and replace with Regex Capture Groups

Regex
Tech
by Marian Klühspies

Small introduction into regex capture groups. Used for common tasks such as adding commas or brackets to each line

Self-referencing entities with Hibernate, JPA, JPQL and Quarkus

HibernateQuarkusManyToManyJPAJPQL
Tech
by Marian Klühspies

How to implement and query self-referencing entities with siblings instead of parent-child relationships using Java, Quarkus and Hibernate with JPA and with EntityManager and JPQL.

How to mock SFTP servers in JUnit 5 using Testcontainers and atmoz/sftp

JUnitTestingJavaSFTPTestcontainers
Tech
by Marian Klühspies

How to mock SFTP servers in JUnit 5 using Testcontainers and atmoz/sftp Docker image. Perform integration tests against a fake FTP server in your Java application tests

Differences working with Typescript library modules vs Java modules

TypescriptJava
Tech
by Marian Klühspies

A short comparison and highlighting of differences when working with Typescript library modules compared to Java library modules

How to protect from hijacked NPM packages by developing in a Sandbox Environment in Windows 11

SecurityIntelliJ IDEAWSLSandboxNodeDevelopment Environment
Tech
by Marian Klühspies

How to develop and run your Node.js projects in a sandbox environment to protect against hijacked NPM packages using Windows 11 with WSL 2 and Ubuntu

  • ← Previous
  • Page 2 of 2
  • Home
  • Projects
  • Privacy