How to start a web server using Java23 March, 2022·414 words·2 minsProgrammingInstructions to start a basic HTTP server using Java.
What is JPA?7 February, 2022·345 words·2 minsProgramming DatabasesAn introduction to Jakarta Persistence API and its usage in Java applications.
What is a database connection pool?14 January, 2022·238 words·2 minsProgramming DatabasesAn explanation of database connection pools and how to use them in Java applications.
How to execute SQL queries from Java (and prevent SQL injections)12 January, 2022·212 words·1 minProgramming DatabasesInstructions on executing SQL queries in Java and preventing SQL injections.
How to open and close JDBC connections12 January, 2022·134 words·1 minProgramming DatabasesGuide on opening and closing JDBC connections in Java.
Using Vaadin web components in HTML documents without frameworks8 September, 2021·524 words·3 minsProgramming Vaadin UILearn how to use Vaadin web components in plain HTML without any frameworks.
How to start a career in coding16 April, 2021·1737 words·9 minsProgrammingTips and steps to start a career in programming.
Learning microservices with a practical example7 March, 2019·710 words·4 minsProgrammingA practical guide to learning microservices using Spring Cloud.
How to call a Java method from a JavaScript function in the browser24 January, 2019·128 words·1 minProgramming VaadinA video demonstration on calling a Java method from a JavaScript function in Vaadin.
Copy & paste based development 21 April, 2016·481 words·3 minsProgrammingA story about the pitfalls of copy and paste development practices.
Semantic coupling16 January, 2015·474 words·3 minsProgrammingA discussion on the dangers of semantic coupling in software development.
Comments: A deodorant to mask code smells4 December, 2013·246 words·2 minsProgrammingExploring the pitfalls of using comments to explain code.
Lightning fast commenting (in and out)21 May, 2013·123 words·1 minProgrammingA quick trick for commenting and uncommenting code efficiently.
Empty lines and semantics in source code29 April, 2013·536 words·3 minsProgrammingThe importance of empty lines for readability and semantics in source code.