Marc Nuri - Blogging about business and technology (Page 12/16)

A thumbnail to represent the post React : Babel + Webpack + Sass boilerplate application
Tutorial: Set up a React app with Webpack 4, Babel, and Sass. Includes global styles and per-component CSS modules. Step-by-step instructions.

React : Babel + Webpack + Sass boilerplate application

A thumbnail to represent the post Linux: How to list installed RPM packages
Learn how to list installed RPM packages in a Red Hat based Linux distribution or any other distribution that uses the RPM package manager.

Linux: How to list installed RPM packages

A thumbnail to represent the post MockMvc – Spring MVC testing framework introduction: Testing Spring endpoints
Intro to Spring MVC testing with MockMvc, showing 3 setup methods and why standaloneSetup combines unit and integration test benefits.

MockMvc – Spring MVC testing framework introduction: Testing Spring endpoints

A thumbnail to represent the post Spring Boot: How to change the application port?
How to configure the Spring Boot HTTP application server port using the `server.port` property.'

Spring Boot: How to change the application port?

A thumbnail to represent the post Spring Bean Scopes: Singleton with Prototypes
Four solutions for injecting prototype beans into singleton beans in Spring: ObjectProvider, ObjectFactory, @Lookup, and scoped proxies with runnable examples.

Spring Bean Scopes: Singleton with Prototypes

A thumbnail to represent the post Spring Bean Scopes: Guide to understand the different Bean scopes
Complete guide to Spring Framework bean scopes with runnable code examples. Covers singleton, prototype, request, session, application, and websocket.

Spring Bean Scopes: Guide to understand the different Bean scopes

A thumbnail to represent the post Java 10: Testing the new release
Java 10 was released on March 20, 2018, introducing a new six-month release schedule and several new features. Learn what's new in Java 10.

Java 10: Testing the new release

A thumbnail to represent the post Java Streams: Convert List into Map
Convert a List to a Map using Java Streams and Collectors.toMap(). Covers handling duplicates, order, immutable maps, and null values.

Java Streams: Convert List into Map

A thumbnail to represent the post Spring Data MongoDB Custom repository implementation
How to define and test custom Spring Data MongoDB repository methods for a book repository with unit tests.

Spring Data MongoDB Custom repository implementation

A thumbnail to represent the post Field injection is not recommended – Spring IOC
Learn why field injection with @Autowired is discouraged in Spring and the recommended alternatives to avoid this warning.

Field injection is not recommended – Spring IOC

A thumbnail to represent the post Docker container as a Linux system service
How to use a docker + systemd only approach to deploy containers as Linux services without the need for third party tools or complex deployment descriptors.

Docker container as a Linux system service

A thumbnail to represent the post Spring Boot as a Linux service
Learn how to configure a Spring Boot application to run as a Linux service. Complete guide for System V init.d and systemd with security best practices.

Spring Boot as a Linux service