Markus Eliasson
Consultant
Markus explains things simply and comprehensibly to less tech-savvy people. As a colleague, Markus is very caring and wants to see others succeed. People who work with Markus can expect a person who is always there to help. His quick-witted and funny comments always add laughter to the group. He also has a great passion for music. Markus has worked at factor10 since 2017 and appreciates the colleagues from whom he can constantly learn new things. Markus often focuses on user-friendly systems and has previously worked as a tech lead and architect.
Skills and interests
Raised in C++ and did mobile development before it was a thing.
Published and is active in open-source projects.
Worked as a consultant all his life.
Master of Science in Software Engineering.
Fought well and hard but finally caved in and started collecting vinyl records.
Personal Blog Feed
Visit Markus' blogGuide Comments
Code comments is a subjective topic in a world of collaboration. What is superfluous for some might be helpful for others. Personally, I come to like something referred to as gu...
Read more at markuseliasson.seTest-Driven Development - looking back
This is a retrospective on why it took so long to get started, where I see the greatest benefits and where it is still hard.
Read more at markuseliasson.seThe fear of releasing
The fear of releasing is real, it is the fear of failure.
Read more at markuseliasson.seTechnical debt
What is technical debt, who owns it and when is it due? Post #2 in a series of post about obstacles around software development.
Read more at markuseliasson.seYour obstacles are YOUR obstacles
Why do we have obstacles in software development when software is almost free from constraints?
Read more at markuseliasson.seBest practices for ScalaTest
Writing clear, consice and maintainable tests can be quite challenging. Following the practices discussed here will hopefully help you achieve this if you are using ScalaTest.
Read more at markuseliasson.seBuilding a parser for Sequence
Now that we have defined what we want the Sequence language to look like, we need to formalize this in a grammar and build a parser to parse our input into an Abstract Syntax Tree.
Read more at markuseliasson.seDefining the Sequence language
Even a tiny language as Sequnce requires a careful and iterative process, you need to consider both the semantics and the synatax.
Read more at markuseliasson.seBuilding your own DSL does not have to be hard
The need for different types of computer languages is growing rapidly — luckily it turns out that creating your own Domain Specific Language does not have to be all that hard.
Read more at markuseliasson.se