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

A thumbnail to represent the post Spring-data + Mongo: Auto-increment sequence in MongoDB using a Spring service
How to create an auto-increment sequence in MongoDB with Java using a Spring service and a Spring-Data document for Mongo.

Spring-data + Mongo: Auto-increment sequence in MongoDB using a Spring service

A thumbnail to represent the post Angular + Spring Boot integration using Gradle
How to serve an Angular (>2) using Spring Boot as the Backend, and a Gradle script to perform automated build and deploy tasks both for Spring and Angular.

Angular + Spring Boot integration using Gradle

A thumbnail to represent the post Windows: How to run PostgreSQL without installation (portable)
Learn how to run a PostgreSQL server on Windows without installation and how to manage it as a service.

Windows: How to run PostgreSQL without installation (portable)

A thumbnail to represent the post Spring Data JPA + EclipseLink: Configuring Spring-Boot to use EclipseLink as the JPA provider
Using EclipseLink as the persistence JPA provider in Spring applications. This tutorial shows how to configure Spring-Boot application to use EclipseLink.

Spring Data JPA + EclipseLink: Configuring Spring-Boot to use EclipseLink as the JPA provider

A thumbnail to represent the post Incremental E-Mail backup and migration using mnIMAPSync
This tutorial shows how to backup or migrate your IMAP e-mail account from one server to another. Including incremental periodic backups.

Incremental E-Mail backup and migration using mnIMAPSync

A thumbnail to represent the post Running Apache Tomcat and Apache HTTPD on port 80 simultaneously
Tutorial that shows how to run Apache Tomcat and Apache HTTP simultaneously on the same server listening to port 80. Uses mod_proxy.

Running Apache Tomcat and Apache HTTPD on port 80 simultaneously

A thumbnail to represent the post java.lang.OutOfMemoryError: GC overhead limit exceeded
Learn what causes the java.lang.OutOfMemoryError: GC overhead limit exceeded error, how to diagnose and fix it, and best practices to avoid it in the future.

java.lang.OutOfMemoryError: GC overhead limit exceeded

A thumbnail to represent the post What is a Java Heap dump?
Learn what a Java heap dump is, why it's important, how to generate and analyze it, and improve your application's memory management.

What is a Java Heap dump?

A thumbnail to represent the post What is an Immediately Invoked Function Expression (IIFE)?
Learn what an Immediately Invoked Function Expression (IIFE) is and how to use it in JavaScript.

What is an Immediately Invoked Function Expression (IIFE)?

A thumbnail to represent the post BeansBinding Performance (Issue 37)
How to use ByteCode Injection to fix a performance issue in BeansBinding library

BeansBinding Performance (Issue 37)

A thumbnail to represent the post Windows XP: How to enable the built-in Administrator account
Learn how to effectively enable the built-in Administrator account in Windows XP.

Windows XP: How to enable the built-in Administrator account

A thumbnail to represent the post Windows: How to kill a process from the command line
How to effectively kill a process from the command line in Windows, using cmd or powershell

Windows: How to kill a process from the command line