Prologue : We do interviews a lot, and thought it's good time to document some of the questions that we ask. The goal of this series is primarily design interviews, and a list of things that we learn about the interviewee, without expecting anything specific. Think, that's too much ? Welcome to…
Today every organization is in need and interested to innovate, and is largely seen as a culture problem to solve. To a large extent it is a culture problem but not just it. The problem with innovation is the complexity of making people believe in it and see the value.…
The following document is a quick reference list for doing some of the common things in Grails. There can be better ways of doing the same things , but these are handy and will serve as a good reference to start with. How to respond from a REST API ControllerFrom the…
Welcome to yet another code review that we did this week on a service refactor. Each feedback will have three sections File - The file that need to undergo the changeTODO - Suggested changes to the fileA description for why the TODO list should be done. This section is purely…
This time i am trying to port a .NET Framework project working in Windows and Visual studio 2019 to .Net Framework project working on Mac and Visual studio for Mac 2019. It can be compiled on top of the mono framework for .NET but running parts of it is still…
This is a follow up to my previous post on getting setup with Grails. In this post we are going to write a url shortening service in grails based on requirements from educative (Credits to them for giving all the details). On the way, we will discuss the different ways…
I started learning grails framework for backend development and thought i will document what i go through during this learning process. I am primarily a C#.NET developer and love to explore unrelated and interesting technologies. Note that i am not writing this for someone who want to learn grails.…
This is yet another code review i was doing the other day and this time it's particularly on the .NET side of things and not about readability. Though i will share some of them, that gives perspectives to code reviewers, specifically .NET folks. about:commit We are migrating our code…
The following is actually a commit message that i wrote for a bunch of refactoring i did on our code base (propreitary), to explain to our developers on some of the readability concerns with source code. After writing i realized that this would make up a good blog post because…
monitoring for software application, a development lifecycle operations ? As an architect strategy work on a strategy where the monitoring infrastructure report metrics and failures from code. every feature developed there is a way to monitor it reliably.…