Category: software development
IMO, there are two types of IT companies. The first one focuses the technology and the second one treats the business model as priorities. Google, Facebook and some other …
The Model-View-Controller (MVC) is not a technology, but a concept in software design/engineering. The MVC consists of three components, the Model, the View and the Controller, as illustrated in …
In Software Engineer, we get to hear the proverb a lot: “Throw Often, Catch Rarely“. This is a very good programming practice that should be added to your coding …
I need a tool to run multiple scripts (mainly vbscript or jscript files on windows) at the same time (in parallel) so I decide to write one (it is …
The more code we write, more experience we have so less errors we make in the software development. However, this does not mean that you should write more code …