Learn how to better protect your web applications using a simple, and easy-to-use ASP.NET Core attribute, RequireHsts, which requires your browser to use HTTPS.
PropertyPlaceHolderConfigurer is a handy way to externalize the properties you want to use in a property file so that they're still resolved when starting the app.
Look at five scenarios for using Hystrix with other tools from the Netflix OSS stack like Feign and Ribbon and see how performance compares in each situation.
While not as popular as it once was, top-down programming still provides structure, hierarchy, and organization to developers who might be adrift otherwise.
If your priority is the performance of queries on large amounts of data and you have a lot of RAM, an in-memory data grid is the right solution for you!
When I started an app with IntelliJ, it always took more than 60 seconds to start the deployed app. No one bothered to examine why, so I took the 30 minutes to do it.
If you're an ASP.NET Core dev, but are tired of having to use ASP.NET Core's dependency injection container, read on to learn how to replace the existing DI container.
Spring Boot can leverage any type of app, not only microservices. Let's build a JSF application with Spring Boot, covering integration and configuration along the way.
Flyway makes database versioning almost trivially easy. You can put migration scripts in a directory of choice and the database will be magically migrated for you.
Learn to apply the five SOLID principles to the Swift programming language for clean code and a reusable, maintainable component for mobile development.
CSS path transform problems can arise with bundling and minification, especially with large volumes of externally-based ones. Read on for an ASP.NET-based solution!