
Nikhil Nambiar
@_nikhilnambiar
Followers
8
Following
26
Media
10
Statuses
41
Be simple. I like simple things. Software Engineer trying to make complex software simple.
Joined December 2021
What has been your mistake while coding?. #coders #programming #coding #codinglife #SoftwareDeveloper #SoftwareEngineering #codereview.
0
0
1
Wait. What is @Autowired in Springboot?. Autowired annotation in Springboot is another way to perform dependency injection. It wires together multiple classes on the fly. #java #springboot #javaspringboot
0
0
1
Fault Tolerance is a requirement, not a feature. #architecture #softwareArchitecture .#Software #SoftwareEngineering.
0
0
0
Here's a simple code snippet that explains this simply. #java #overloading #overriding #methods #classes #coding
0
0
0
Wait. Javascript has been "Pass by value" as well. Checkout this script. If it was "Pass by Reference", myObj's changes would have affected otherObj.#javascript #js #passbyValue
0
0
2
Java has always been "pass by value". Pass by value pattern creates a copy of the data instead of modifying the data itself. If a value needs to change, using the setter on the Class is the way to go. Swapping values won't achieve the change. #java.
0
0
0
Dependency injection makes sense now. Essentially, a coding pattern that avoids creating a liability in your code for future changes that are going to happen. Dependency shouldn't be initialized but injected. #softwareDesignPatterns #java.
0
0
0
Unicode v UTF-8.Unicode codepoints help translate all string characters. UTF-8 creates rules for the computer to interpret the binary translation accurately. Direct translation to binary without UTF-8 = Issues.👀💡.#tookmeawhile.
0
0
1