Crafted Design with Sandro Mancuso
Sandro Mancuso, the initiator of the London Software Craftsmanship Community, wondered how to structure the code so that it reveals not only the architecture but also its features. In this talk, he shows how to better organize namespaces and domain entities, something he called Interaction Driven Design.
Enjoy his presentation @ I T.A.K.E. Unconference 2014 edition. Curious about 2015 edition?
Check out more about I T.A.K.E. Unconference 2015 or see directly the Schedule.
In-Process or Inter-Processes Communication at Deploy Time
Enjoy the following series of interviews with the speakers, top-notch software crafters from across Europe, joining I T.A.K.E Unconference, Bucharest, 11-12 May. Discover the lessons learned and what drives them to challenge the known path in their field.
Florin Coroș, Co-Founder and Partner iQuarc, is a passionate software architect and developer who has been working for more than 10 years in a wide variety of business applications using Microsoft technologies. At #itakeunconf, Florin is sharing more about In-Process or Inter-Processes Communication at Deploy Time.
#1. Please share with us 5 things you did that helped you grow & become the professional you are today
There might be a fortunate series of events, which fit nicely with my personality and abilities.
One of the things that helped me a great deal, was the fact that I changed the contexts and projects often. Even if I worked for the same company and the same technologies for about 10 years, I have changed the projects, the clients and my role at least once in two years. It wasn’t something that I had planned, but I always wanted to learn and experience new things.
Change is always challenging and creates opportunity for learning and for professional growth.
Another important thing for me, I think it was the fact that I always look for professional models. First, I discovered Uncle Bob, then there were Martin Fowler, J.B. Rainsberger, Roy Osherove, Kent Beck, Juval Lowe, Jurgen Appelo, Richard Campbel, and many others (I remember having a slide with some of these guy’s pictures in one of my first talks I’ve given at a conference ☺ ). Reading their books and articles, and then trying to apply their ideas in my day to day work, inspired and helped me.
Attending to training and conferences is another important thing. The TDD workshop with J.B. Rainsberger, which I attended back in 2010 was a few years jump ahead in my career. After, there were many other high-quality training I had the opportunity to attend, like the IDesign Master Class with Richard Campbel, a workshop with Dan North, or a Requirements course with Kay and Tom Gilb.
Coding just to practice is another thing that makes a difference. I learned this at the Code Retreats and I’ve kept this good habit. From time to time I take a few hours and I just write code with the purpose of learning or practicing. It always pays back.
#2. What challenges will the participants find solutions to during your session at I T.A.K.E Unconference 2017?
In large enterprise applications, there is always the challenge of decomposing the system. From performance considerations we may end up loading all the services in one or two processes, ending up with a monolith, which doesn’t scale and it is costly to maintain. At the other end, we have one process for each service resulting in too many inter-process call hops to handle one user request, which is bad for performance and it may be costly to maintain.
I’ll show a way, which I’ve applied in some projects I’ve architected, on how to separate this communication concern from implementing the business functionality.
#3. Recommend for the participants 3 sources you find inspiration from and would help them better understand you
- My blog of course ☺ onCodeDesign.com . There, it is more about me and my thoughts
- .NET Rocks (https://www.dotnetrocks.com/) is a podcast I recommend especially to .NET developers, and also to any geeks
- As a hobby, I recommend learning and playing GO. Even if it a time-consuming game, it is a very good exercise for the mind.
Want to meet Florin, +30 international speakers and ~300 software crafters from around Europe?
Register now for I T.A.K.E Unconference 2017!
First two confirmed keynotes
Simon Brown, award-winning speaker and author of Software Architecture for Developers – a developer-friendly guide to software architecture, technical leadership and the balance with agility. Simon has provided consulting/training to software teams in over 20 countries, ranging from small startups to global blue chip companies. He blogs @ www.codingthearchitecture.com Tweet him @simonbrown
James Lewis, Principal Consultant, introduced evolutionary architecture practices and agile software development techniques to various blue chip companies: investment banks, publishers and media organisations. He blogs @ http://bovon.org More about his take on Microservices here where he worked jointly with Martin Fowler.
Have any questions about I T.A.K.E. Unconference 2015? Let us know in the comments.
[newsletter-form]
Docker & Zero Downtime Deployment rules
#1. Share with us 5 things you did that helped you grow & become the professional you are today
- Read and try stuff
- Be part of the software community
- Ask questions
- Coding outside the work (side projects, open source contributions, etc.)
- Learn by teaching (speaking at conferences, writing blogs posts, etc.)
#2. What challenges will the participants find solutions to during your session at I T.A.K.E Unconference 2016?
Both of my talks are overcoming the challenges of modern software products. Zero-downtime deployment session will empathize on the possibility of always-up systems and making continuous deployment more adoptable. There are a few things to watch out on this space and I am hoping to highlight on that by giving examples and demos on my real world experiences.
The docker session will get you a higher level on how a tool can make a difference on developing and releasing products, in this case microservices.
#3. What else would you like to share with participants
I like to be part of the software community. So, I produce a lot. You can follow my activity on my blog and GitHub account.
I love traveling and discovering new places. I am a huge Formula 1 fan.
Want to join Tugberk and many more software crafters from around Europe?