Category: Development
-
What does it mean “You own your career” ?
Many companies are in the process of doing their year end reviews this time of the year. This means that a lot of people are thinking about their career, where they stand and how to move ahead and make progress. I am a firm believer that we own our career ourselves. This is also the…
-
It’s ok to throw away your code. You will write it even better next time.
Being a software developer is not easy. When I say it’s not easy, I do not only mean its technically challenging, but its also emotionally challenging. We as a developer can get attached to our code. We write it while our mind thought of creative ways to solve complex problems. The solutions we have are…
-
If you work in javascript, these results shouldn’t be surprising
Hey Folks, Javascript has some weird stuff built into it and sometimes when used in conjunction with other languages, it is easier to forget the corner cases that can come with javascript coding. Here I compile the list checks, that every developer working in javascript should know, so that there are no accidental bugs and also…
-
Migrating Legacy Applications to the Modern World? What you need to know.
Every machine evolves over time and gets to a point where it needs to be replaced or enhanced to fit new and changing needs. There are very less things that are sustainable to change. Software Applications are no different. As time progresses, as new technology arrives, new ways of doing things become the “norm”, things…