Archives
- Newer posts
- November 2024
- April 2024
- November 2023
- October 2023
- August 2023
- May 2023
- February 2023
- October 2022
- August 2022
- July 2022
- May 2022
- April 2022
- March 2022
- February 2022
- June 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- August 2016
- June 2016
- April 2016
- March 2016
- February 2016
- January 2016
- July 2015
- June 2015
- Older posts
API stands for ‘application programming interface’. Let me break this for you – “Application”, if you have a smart phone, you are well acquainted with what applications are, i.e., the tools, games, social media and other software that we use every day. “Programming”, Programming is how engineers create all the software that make our lives…
JavaScript is presumably the most hated and misconstrued programming language, yet the most far reaching, and can be one of the fun languages to code with. Language highlights To me coding in JavaScript is significantly more fun than most languages – JavaScript is more like Python than Java or C#. I guess this is on…
OPSPL – my first workplace as an Intern. At first, I was a bit nervous, but after meeting my colleagues and my seniors, I felt at ease. They guided and supported me. Here, at OPSPL, is where I came across GIT. GIT is a free and open source distributed version control system designed to handle…
Code readability is an important aspect of programming and it is one of the first things we learn as programmers. Following are few coding guidelines every programmer should keep in mind when writing good code: Commenting and documentation While coding we should follow certain standards for commenting the code and adhere to those. If we stick to a…
Software development “then” refers to the traditional way of developing software; i.e., “The Waterfall Model” and “now” refers to the modern way, “Agile”. Waterfall as its name suggests that it employs the sequential process. Development flow from the start to the end following several different stages, moving from one stage to another can be done…
I am working as a Senior .Net Software Engineer. When people ask me what I do, I say I develop Websites, they are impressed, yet, not entirely understand what it means. Never mind, let me talk about my work life, being in the field of IT means it is very important to keep myself up-to-date…
So what’s an average day like in the life of a dot net developer? Let’s find out. I come to the office, switch on my system, hit the keys on the keyboard and there – I start with writing the code. That’s the short version. Here’s the expanded version. I usually report to work at…
This write-up was published on OPSPL blogspot on September 20, 2013. Read this article to know about the confessions of a programmer! Ever have one of those days where your eyes are sore and body is completely exhausted. But just then an idea hits and your mind is racing.” Should I turn on the laptop?…