-
Design discussion.
This is a great write-up. I liked the fact that, engineers were first trying to be designers. The reason is, they invented the internet and whole technical stack. But designers never fought for their place. This is so true, the design of a designer licensed professional has always turned out better for me. The other […]
-
SpEL introduction – part 1
SpEL is a powerful utility framework provided by spring for looking up object graph. We will take a look at how to use spEL in this post. We will divide this article into two parts. We will first create a simple object and see how SpEL is used for reading and manipulating the object graph […]
-
The camera!!
I think this is probably one of the best photos that I was able to get from the iPhone X
-
Using Spring AnnotationConfigApplicationContext
Overview Using the AnnotationConfigApplicationContext We will learn how to use the AnnotationApplicationContext. We are going to create a standalone spring application, using the AnnotationApplicationContext. In this example, we have two classes: Music Class: @Component public class Music { @Autowired private String genre; public void setGenre(String genre) { this.genre = genre; } @Override public String toString() […]
-
The sam berns parental advise.
I liked the quote about “Be OK with what you ultimately can’t do, because there is so much that you can do.” I don’t think there is a better piece of logic for a parent to explaint to a child when he/she needs a motivation.