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

A thumbnail to represent the post Isotope Mail: How to deploy Isotope+Traefik into Kubernetes
Tutorial describing the process and configuration to deploy Isotope Mail Client with Traefik as an API gateway into a Kuberentes cluster.

Isotope Mail: How to deploy Isotope+Traefik into Kubernetes

A thumbnail to represent the post Fedora: How to install Cinnamon desktop environment
This blog post explains how to install Cinnamon desktop environment in a standard fedora distribution using dnf groupinstall.

Fedora: How to install Cinnamon desktop environment

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. Introductory post describing the application's main functionality, features and architecture.

Isotope Mail Client: Introduction and features

A thumbnail to represent the post React : Babel + Webpack + Sass boilerplate application
The tutorial shows how to install all node dependencies and how to setup Webpack 4 and Babel to create a basic React application. The last section shows how to add support for Sass (SCSS) using global styles and per component styles using CSS modules.

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
Introduction to Spring MVC testing framework, highlighting the advantages of using MockMvc instead of regular unit tests. The post shows three ways of setting up MockMvc and how using standaloneSetup has the advantages of unit and integration testing.

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
This post shows how to solve the scoped bean injection problems that arises when injecting a Prototype scoped Bean into a Singleton scoped Bean. It shows the different approaches to solve the problem and the advantages and disadvantages for each of them.

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 the past 20th of March following the new tight six-month release schedule. This version comes just after the Java 9 release on September 2017 and marks this past release obsolete. This post shows some of the new features available in Java 10.

Java 10: Testing the new release