排序
Digging into Hibernate’s Query Cache
Digging into Hibernate's Query Cache,I haven't used Hibernate for a long time, and I haven't blogged about it for even longer. Recently, I was working on a blog post in the context...
I want to learn
I want to learn,My name is Stefan, and , yeah, i don't know exactly whay i want to learn , maybe there is someone which can give me some advices ! or some tricks to learn how to be...
Google login authentication with Firebase in Android (2020)
Google login authentication with Firebase in Android (2020), Add the following dependencies in your build.gradle implementation 'com.google.firebase:firebase-auth:19.3.1' implement...
Unide and start.vaadin.com
Unide and start.vaadin.com,The service at start.vaadin.com (SVC) is an excellent way to start working on a project. You can add different views, choose what type they are, modify t...
Sorting using Comparable in java with example
Sorting using Comparable in java with example,Table of Contents Basic points about the comparable interface. Program to sort on the basis of the name using Comparable. Program to s...
Java REGEX based scanner
Java REGEX based scanner,I often use the java built-in java.util.Scanner in order to retrieve information from string streams, but what I wasn't able to do, is to extract some toke...
I created a server monitoring dashboard
I created a server monitoring dashboard,https://github.com/B-Software/Warde 原文链接:I created a server monitoring dashboard
Idea of how to learn to code (again )
Idea of how to learn to code (again ),First of all. Hi! How are you? I hope you're doing well! (I apologize if my english isn't good enough. ) I have an idea of how to learn someth...
Learnings From Building A Weather App
Learnings From Building A Weather App, Summary This post is about learnings from my experience building apps while following this Udemy Course. I ended up adding quite a bit to the...
Building a Blog – Let’s Get Started!
Building a Blog - Let's Get Started!, Building a Blog (8 Part Series) 1 Building a Blog - Let's Get Started! 2 Choosing a Database: SQL or NoSQL? - Building a Blog ... 4 more parts...
I created minimalistic server dashboard
I created minimalistic server dashboard,https://github.com/B-Software/Ward 原文链接:I created minimalistic server dashboard
Updating AEM content with Sling Pipes
Updating AEM content with Sling Pipes,You are still updating content manually? Try out Sling pipes. Several weeks ago I saw some tweet how Adobe guys are using Sling pipes for upda...