Author: Aphinya DechalertI code. I write. I hustle. Living the #devLife remotely. Full-stack MVP developer. Coding and writing about code. Is Visual Studio Code Really The Best Code Editor? February 28, 2021 Developers are highly opinionated when it comes to code editors. Some people swear by Vim. Others are Sublime and Atom advocates. However, there is… Breaking Down Arrays In C++ February 15, 2021 Arrays are one of the foundations of data in almost every programming language. The idea of what an array is in C++ is not… JavaScript vs. TypeScript: Which One Should You Use? February 4, 2021 The web is now JavaScript. Not just desktop browser-based web – but also native mobile and desktop app web. It is, no doubt, the… Making Sense Of Flutter’s Widget System January 13, 2021 Flutter is an interesting piece of tech released by Google. It is open-sourced by nature and was released in mid-2017. In terms of tech… How RxJS Works and Why It Matters December 21, 2020 For Java developers, JavaScript seems like an easy language to work with. It looks sort of like Java and just works. However, the more… Groovy Script 101 – Commonly Used Syntax Reference Guide December 9, 2020 Your quick cheat sheet style list of commonly used things you’d find in programming, but in a Groovy flavor Object Oriented Programming vs Functional Programming: Is OOP Dead? October 15, 2020 Object-oriented programming (OOP) is something that’s been around for so long that everyone has kind of accepted its existence. However, there is a growing… What are coroutines in Kotlin and how to write them September 21, 2020 Kotlin is part of the new generation of languages that are gently gaining big traction against big names like Java and C++. Kotlin was… Kotlin Multiplatform: The Secret to Kotlin’s Rising Popularity September 9, 2020 Kotlin is quickly becoming one of the most popular programming languages. Most programming bloggers now recommend Kotlin as one of the must learn languages… What’s the difference between REST and GraphQL? August 20, 2020 Over the past decade, the web and its data requirements have changed dramatically. When REST APIs came out, SOAP was the predominant methodology for… Posts navigation 1 2 Next
Is Visual Studio Code Really The Best Code Editor? February 28, 2021 Developers are highly opinionated when it comes to code editors. Some people swear by Vim. Others are Sublime and Atom advocates. However, there is…
Breaking Down Arrays In C++ February 15, 2021 Arrays are one of the foundations of data in almost every programming language. The idea of what an array is in C++ is not…
JavaScript vs. TypeScript: Which One Should You Use? February 4, 2021 The web is now JavaScript. Not just desktop browser-based web – but also native mobile and desktop app web. It is, no doubt, the…
Making Sense Of Flutter’s Widget System January 13, 2021 Flutter is an interesting piece of tech released by Google. It is open-sourced by nature and was released in mid-2017. In terms of tech…
How RxJS Works and Why It Matters December 21, 2020 For Java developers, JavaScript seems like an easy language to work with. It looks sort of like Java and just works. However, the more…
Groovy Script 101 – Commonly Used Syntax Reference Guide December 9, 2020 Your quick cheat sheet style list of commonly used things you’d find in programming, but in a Groovy flavor
Object Oriented Programming vs Functional Programming: Is OOP Dead? October 15, 2020 Object-oriented programming (OOP) is something that’s been around for so long that everyone has kind of accepted its existence. However, there is a growing…
What are coroutines in Kotlin and how to write them September 21, 2020 Kotlin is part of the new generation of languages that are gently gaining big traction against big names like Java and C++. Kotlin was…
Kotlin Multiplatform: The Secret to Kotlin’s Rising Popularity September 9, 2020 Kotlin is quickly becoming one of the most popular programming languages. Most programming bloggers now recommend Kotlin as one of the must learn languages…
What’s the difference between REST and GraphQL? August 20, 2020 Over the past decade, the web and its data requirements have changed dramatically. When REST APIs came out, SOAP was the predominant methodology for…