Marc Nuri - Blogging about business and technology (Page 11/15) Gatsby enables source map generation by default even in production mode, learn how to conditionally disable source maps for production environment. 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. Isotope mail client is a free open source webmail client built with React and Spring Boot. This post introduces its main features and architecture. Tutorial: Set up a React app with Webpack 4, Babel, and Sass. Includes global styles and per-component CSS modules. Step-by-step instructions. Learn how to list installed RPM packages in a Red Hat based Linux distribution or any other distribution that uses the RPM package manager. Intro to Spring MVC testing with MockMvc, showing 3 setup methods and why standaloneSetup combines unit and integration test benefits. How to configure the Spring Boot HTTP application server port using the `server.port` property.' Solve the problem of injecting Prototype beans into Singleton beans in Spring. Explore approaches, pros, and cons for proper bean scope handling. Blog post showing the different Scopes available in Spring Framework with code demonstrating the use of each of them. Tests included. 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. This post shows how to use Java Streams introduced in Java 8 to obtain a Map from a List using the method Collectors.toMap. How to define and test custom Spring Data MongoDB repository methods for a book repository with unit tests. Post navigation