![Arturo Parra Profile](https://pbs.twimg.com/profile_images/1579553231801356302/2InjGCsj_x96.jpg)
Arturo Parra
@parra_dev
Followers
128
Following
0
Statuses
177
Co-leader of the Charlotte Java User Group (JUG) | Helping Web Developers Master Their Craft | For a Simpler Web
Charlotte, NC
Joined October 2022
Excited to share that a recording of the talk I gave on @htmx_org with @QuarkusIO Qute in Mainz, Germany, is now available on the @JakartaEE YouTube channel: Mainz is a beautiful city rich in history—I thoroughly enjoyed my stay during the @ocxconference . Big thanks to the @EclipseFdn for organizing it!
1
1
14
I just randomly met a person at a Starbucks, who is working in his startup, building with Go and NextJS. I could not resist talking about @htmx_org . Am I part of a cult? 🤣
3
1
43
@maxandersen This project looks really interesting. Recently I was thinking about creating a SSG based con Qute, then found Roq. I think I’ll move from Hugo to Roq. Thank you for sharing Roq with the community!
0
0
1
@kacpersoftware @htmx_org @EclipseFdn They recorded the session, will let you know when they upload it…
0
0
2
@rasmickyy I tried cursor a couple days ago, did not perform well with CSS tasks. I might have to take a look at your videos again, to see if I learn how to use it more properly 😃
0
0
0
@htmx_org I would say “less dynamic” not necessarily “worse”. The same level of aesthetics can be achieved with simpler implementations, in my opinion.
1
0
6
@kacpersoftware @testcontainers I believe the difference in our understanding is the definition of unit. That’s fine, we can agree to disagree
0
0
1
When you test communication with external systems, that’s what I call an integration test. When your application owns the data it works on, then the data store is part of the system. The term “Unit” refers to a unit of business logic, which may be composed of multiple pieces of code. @ICooper has a great talk on this, I totally recommend it:
1
0
1
@kacpersoftware @testcontainers That’s where people divide. I’m of the opinion that, for example, testing something gets saved to DB properly, is part of a unit test, cause the original intent of unit tests consider a piece of domain logic a unit , as opposed to a code unit, like a class or method.
1
0
1