As a developer, should the low code/no code trend bother you?
Well…… it shouldn’t.
The idea is to breed accessibility, especially for people who have little or no knowledge of software engineering. Business owners and private individuals will be empowered
Which will potentially make the situation chaotic.
This is the point where one is convinced that people with deeper understanding of the fundamental principles of writing code will never be irrelevant.
A developer that wants to stand out in this era of ever evolving systems
Have you been struggling to remember what you are learning/have learnt?
Explaining what you have learnt helps you understand and retain knowledge.
#codinglife#LearnToCode#WeekendWisdom
Shortcut for Java Developers II;
Ctrl + Shift + R - for finding any resource (file) including config XML files
This Eclipse shortcut can find Java files, XML, configs, and many others. It only finds files from your workspace and doesn’t dig at jar level.#javascript#programmer
Dear Java Developer,
Here’s an important keyboard shortcut for quick fix - Ctrl +1
It is an Eclipse shortcut that can fix up any error, including missing declaration, missing semi-colon or any import related error.
Follow for more tips.
#Java#programming#100daysofcoding