During my vacation in Brazil I decided to learn Swift and apply it to game development. My sister helped me with the physics implementation and testing. This is the result so far #devlog#gamedev#scenekit
@leandrofagundes@Cherif_b@unclebobmartin Hey folks, I see Use Cases (described in Clean Architecture by @unclebobmartin ) and Application Services (described in IDDD by @VaughnVernon) to be equivalent.
I see that use cases are the business logic entry points and are transactional.
On the other hand I see [cont.]
Today I talked about #CleanArchitecture principles, patterns and practices. I introduced my testing strategy and I mentioned the pitfalls I found when following its style of implementation. Watch the recording at https://t.co/frE3c11pak thanks to @ValentinaCupac @techexcellence_
I'll be speaking at @techexcellence_ meet-up talking about #CleanArchitecture. I am looking forward to a nice discussion afterwards with @ValentinaCupac and the awesome group of developers! Signup for free https://t.co/z3SNcxpZA0
I started building my C++ #gameengine from scratch. The first step was to design an Entity-Component System that I’d enjoy using it. I made it public today
@thejamesamattey It is my pleasure to create content designed for developers, I am happy it was useful and I appreciate your patience. Feedback like this inspires me to continue sharing. I might have new videos some time soon :)
We’re delighted to announce @lunarmoney as a new client!
Lunar will use Thought Machine’s Vault to power its next-generation all-in-one financial services offering in the Nordic region.
Learn more here: https://t.co/KPZh6rLS4r
🧙♂️ Advice for young programmers: make stuff with your friends!
Bouncing off each other is a great way to learn and improve your skills, and the memories you make will last a lifetime. 🤓👍
2 months ago I started prioritizing my own health. Since then I've been much more out of home walking in the woods and hiking nearby Stockholm. Let's see if in the future I can be back to OSS and still a health lifestyle
Já tem um tempo que algumas pessoas me perguntam sobre como é trabalhar pra empresas de fora, receber em outra moeda e etc, percebo que é tabu pra algumas pessoas, então, baseado na minha experiência segue o fio de algumas coisas que valem a pena ser compartilhadas! Vamos lá! 🧵:
@scotthannen@scotthannen I am glad for the mention and it is worth to say that we maintain the Wiki https://t.co/1KhYw0wRPh that shows many code examples. Feel free to reach out and discuss :)
@rwngallego Hey @rwngallego I am used to separate Controllers from Frameworks&Drivers bc it looks easier for my teammates to understand since .NET developers have seen this many times. I see benefits to put them together as you could make infra props internal and visible only to Controllers