Cristian Sulea

Knowledge Base

An archive of my personal knowledge base (created and saved as a blog).

Welcome and I hope you find what you’re looking for. While I mainly build it for myself, I hope that some of what I collect will be useful for others.


Jekyll Instant Search

https://github.com/christian-fei/Simple-Jekyll-Search/?tab=readme-ov-file https://kevquirk.com/how-to-add-search-jekyll https://blog.webjeda.com/instant-jekyll-search/ https://nachtimwald.com/2020/06/10/full-text-search-with-jekyll/ https://stackoverflow.com/questions/17118551/generatin...

Welcome to Jekyll! (8)

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.Jekyll...

Welcome to Jekyll! (7)

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.Jekyll...

Website Validation, Speed and Performance Optimization

A list of links with speed tests, tools and techniques to optimize page speed and the overall website performance.Managing page speed (the speed at which the website loads and reacts to user input) can drastically improve user experience (UX) and search engine optimization (SEO).Speed Google...

Spring - Quick start tutorial

The Spring Framework is an open source application framework and inversion of control container for the Java platform.The framework’s core features can be used by any Java application, but there are extensions for building web applications on top of the Java EE platform.Although the framework doe...