Author: Aphinya DechalertI code. I write. I hustle. Living the #devLife remotely. Full-stack MVP developer. Coding and writing about code. How to navigate remote work as a dev team July 22, 2020 The age of remote work is here. Well, for many development teams, it’s been here for quite some time now. COVID-19 just helped us… How To Upgrade From Being An Intermediate Developer To A Senior Veteran July 16, 2020 There’s more to being a senior developer than just the number of years you’ve got under your belt. Just because you’ve been writing a… Inline JavaScript in HTML: Don’t do it, unless you like really, really bad code June 24, 2020 Modern code has moved away from manual coding and into optimized structures that provide a framework for effective code creation processes. Especially, for front… How to resolve git conflicts: it’s more than just the code April 28, 2020 git conflicts are annoying. Your code can be working seamlessly and then when you go to merge it with another teammate’s code, it all… What autocomplete can do for your productivity April 1, 2020 Back in the days when I was a junior dev I used to marvel at my supervising senior dev’s ability to create code at… What makes code beautiful and why it matters February 26, 2020 There is a growing sentiment towards beautiful code. Everyone seems to be advocating for it. There is a multitude of tools, frameworks, and libraries… How to automate your workspace and write less code February 10, 2020 When it comes to developing robust software, your workspace setup can determine your overall productivity. As engineers, our code workspace also doubles up as… How do JSON and XML compare and when to use which? February 3, 2020 Data is the backbone of almost every modern app development. Without data, the app is mostly static and will probably won’t be able to… How To Use Node Modules with package.json January 20, 2020 There are two main methods of arranging JavaScript code – via a library structure or through a framework. But if you go deeper, you’ll… Posts navigation Previous 1 2
How to navigate remote work as a dev team July 22, 2020 The age of remote work is here. Well, for many development teams, it’s been here for quite some time now. COVID-19 just helped us…
How To Upgrade From Being An Intermediate Developer To A Senior Veteran July 16, 2020 There’s more to being a senior developer than just the number of years you’ve got under your belt. Just because you’ve been writing a…
Inline JavaScript in HTML: Don’t do it, unless you like really, really bad code June 24, 2020 Modern code has moved away from manual coding and into optimized structures that provide a framework for effective code creation processes. Especially, for front…
How to resolve git conflicts: it’s more than just the code April 28, 2020 git conflicts are annoying. Your code can be working seamlessly and then when you go to merge it with another teammate’s code, it all…
What autocomplete can do for your productivity April 1, 2020 Back in the days when I was a junior dev I used to marvel at my supervising senior dev’s ability to create code at…
What makes code beautiful and why it matters February 26, 2020 There is a growing sentiment towards beautiful code. Everyone seems to be advocating for it. There is a multitude of tools, frameworks, and libraries…
How to automate your workspace and write less code February 10, 2020 When it comes to developing robust software, your workspace setup can determine your overall productivity. As engineers, our code workspace also doubles up as…
How do JSON and XML compare and when to use which? February 3, 2020 Data is the backbone of almost every modern app development. Without data, the app is mostly static and will probably won’t be able to…
How To Use Node Modules with package.json January 20, 2020 There are two main methods of arranging JavaScript code – via a library structure or through a framework. But if you go deeper, you’ll…