“Team-friendly” code
Hello! So you are interested in making your project more team-friendly? There are several ways to achieve that and what I will show you are a few ways that worked...
Little, maybe helpful, programming snippets and tips
Hello! So you are interested in making your project more team-friendly? There are several ways to achieve that and what I will show you are a few ways that worked...
Users of SQLAlchemy frequently write code like this When we work on a application with several entities, the way we get this data from a database is usually very similar...
Hello, Recently I got a new job in a very distant city so I’m moving, finding a house and trying bring my family here. So, I can’t continue the project...
Enhancing our Entities Let’s talk about Finder. It’s a feature from Ebean that allow us to enhance our entity with methods that will handle querying the database for that specific...
UML to Entity Hello everyone and welcome back. On today’s post I’m going to continue the development of a finance management website. For those who are just finding me, this...
Creating a Ktor Project.
Part #3 of the series “Developing a Finance Management Website”
by Marcelus Trojahn · Published August 30, 2019 · Last modified September 1, 2019
Classes and thoughts behind them This was originally posted on Medium. Let’s say I’m the neighborhood nerdy guy that occasionally fixes every neighbor’s computers, routers, printers and maybe even create...
Blog / DFMW Series / Tutorial
by Marcelus Trojahn · Published August 30, 2019 · Last modified September 1, 2019
#1 – Intro This was originally posted on Medium. From nothing to something. Hello readers. First of all, let me introduce myself. I’m Marcelus and I’ve been developing small automation...
Hello again. This week I had to study how to implement i18n in a Spring Boot + Thymeleaf CRM application I am developing. Spring Boot really makes it easy to...
This is probably not the best approach and you guys can feel free to correct me in the comments section, but here is a simple tutorial on how I’m getting my...
It’s been a while! Project for this post: https://github.com/mtrojahn/spring-boot-websocket Recently I stumbled upon the need of using Websockets. I confess I know little about the subject and I hope this little...