Marc Nuri - Blogging about business and technology (Page 11/15)

A thumbnail to represent the post Gatsby: Disable source maps in production
Gatsby enables source map generation by default even in production mode, learn how to conditionally disable source maps for production environment.

Gatsby: Disable source maps in production

A thumbnail to represent the post React: Babel 7 support in boilerplate application
Follow-up on my previous post where I prepared a ReactJS application from scratch using Webpack+Babel to support Sass. Now using Babel 7 and its new features.

React: Babel 7 support in boilerplate application

A thumbnail to represent the post Isotope Mail Client: Introduction and features
Isotope mail client is a free open source webmail client built with React and Spring Boot. This post introduces its main features and architecture.

Isotope Mail Client: Introduction and features

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
Solve the problem of injecting Prototype beans into Singleton beans in Spring. Explore approaches, pros, and cons for proper bean scope handling.

Spring Bean Scopes: Singleton with Prototypes

A thumbnail to represent the post Spring Bean Scopes: Guide to understand the different Bean scopes
Blog post showing the different Scopes available in Spring Framework with code demonstrating the use of each of them. Tests included.

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 8 Streams: Convert List into Map
This post shows how to use Java Streams introduced in Java 8 to obtain a Map from a List using the method Collectors.toMap.

Java 8 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