Thursday, 21 July 2022
How often in software development do you think about rewriting some 3rd party module from scratch? The popular vision of the problem says that we should not reinvent a wheel and use existing paid or free components. That is right in general. How often something existing exactly fits needs of your project? From my experience, I would say, “never”, especially if we are talking about some complicated UI elements. If my post is too long for you, you now can go to the summary. Usual evolution of the problem looks like the following. The product owner defines some requirements. Of course, the project is moving with an Agile approach, which means that there are no so clear requirements at the beginning, just an amazing idea. Developers got the requirements, found a huge 3rd party library with a 3...
Wednesday, 20 May 2015
Maybe some people already know this feature, but I was discovered it only today. A lot of JS debugging brings some benefits, and today I found the possibility to edit code and save it on disk with (or...
Monday, 15 February 2016
Setup Install the latest mono as described at (http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives). Install Visual Studio Code from Just unpack and start. no...
Wednesday, 18 October 2023
I have worked with startups as a tech consultant for over a decade. A tech startup is not just a technical solution. Many important things like investments and marketing make a business successful. to...