Refactoring helps you grow
Menu In my last article, I introduced that any beginner can implement a “voting system (front-end)”, but of course, if you …
Menu In my last article, I introduced that any beginner can implement a “voting system (front-end)”, but of course, if you …
Menu I will show you how to actually put something together using the programming thought process I introduced in the last article. This …
Menu What exactly is programming these days? What kind of process is it? Many skilled engineers and programmers don’t want to teach, …
Menu I thought I’d finally start programming, but I’m still writing about efficient operations. I tried hard to explain the …
Menu Now that you are finally ready to start programming, you need to prepare an editor. In short, an editor is a tool for writing program …
Menu What do you think you should start learning about programming, like Java, variables, for, if? You can start with that stuff later. …
First, about me. I’ve been working in the system industry for a long time, and I’m still active as a player as well as running a …
I tried to get elements that were rendered with “ngFor" loop, with putting reference variables to them for example, “#name1", …
The ability to import from a CSV file into a DB (MySQL) is common and the information is staggering. In my last article, I wrote about how to quickly …