Results for: "static"

Contents (88)

How to Generate Static Sites with JavaScript Static Sites Generators
How to Generate Static Sites with JavaScript Static Sites Generators

Static websites and so-called JAMstack have become pretty popular recently. And with 2020 on the horizon, this trend doesn't seem…

read more
Java Sorting Algorithms: Merge Sort
Java Sorting Algorithms: Merge Sort

Today we are going to analyze one of the most used sorting algorithms: the Merge Sort. It is part of the Divide…

read more
Java Sorting Algorithms: Quick Sort
Java Sorting Algorithms: Quick Sort

Welcome back to this overview about the Java world! Today, we are going to talk about a renowned sorting algorithm:…

read more
Java Design Pattern: Factory Method Pattern
Java Design Pattern: Factory Method Pattern

Going on with the speach about design patterns started previously, we are going to talk about another pattern often used:…

read more
Java: introduction to Design Patterns and Singleton Pattern
Java: introduction to Design Patterns and Singleton Pattern

Anyone with even a minimum experience of programming, should have realized that the majority of the problems have common elements.…

read more