"There is an old saying, "People join companies and leave bosses." Your relationship to your supervisor has a huge impact on whether you stay and flourish at your job or leave. It is the most important relationship you have at work. You are looking to build trust with your boss...
insights about software development
Friday, August 17, 2018
Saturday, August 11, 2018
How to Code Fast
I am a Software developer with massive experience in .Net framework. I worked in a startup and small software business. I am currently working in a big global company specialized in enterprise softwares for its customers.
We must code as quickly as we can. We think fast on problem giving by manager. I have already thoughts how can we be fast enough. I also did a little research and noticed my thoughts...
Thursday, March 15, 2018
Refactoring
Hello,
I have been reading Pragmatic Programmer which is my one of the favorite book. I will share the ideas of refactoring. Let's start.
I am going to touch on refactoring in software development in this post. I am going to mention my job experiences which are good examples of refactoring.
Construction or gardening?
Software construction is an old-style common term in software development.
-...
Sunday, December 31, 2017
Is the Daily Stand-Up meeting important?
I would like to share my thoughts about Daily Stand-up meetings in agile development. I am going to touch on advantages/disadvantages without going into detail.
If you're familiar with Scrum, you probably heard 'Daily Stand-up Meeting' before. Even though I have a bit more than 1 year of experience as an Intern Student at startups, I can say that these daily magical meetings bring you adequate...
Saturday, December 16, 2017
Software: Naming requires creativity
In this first blog post, I am going to focus on naming variables/functions in software development. Why I want to talk about this is I was listening podcast and there were lots of ideas that make me think deeply about naming. You can check it out the podcast from this link: http://www.se-radio.net/2016/12/se-radio-episode-278-peter-hilton-on-naming/ I highly recommend listening to this podcast.
Let's...