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

A thumbnail to represent the post Quarkus + Fabric8 Maven Plugin + GraalVM integration
How to develop and integrate a very simple Quarkus application with Fabric8 Maven Plugin in order to publish a native GraalV image into Docker Hub.

Quarkus + Fabric8 Maven Plugin + GraalVM integration

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 complete guide
Complete guide to install Cinnamon desktop on Fedora Linux with troubleshooting tips, customization options, and performance optimization.

Fedora: How to install Cinnamon Desktop Environment complete guide

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