In the ever-evolving world of JavaScript development, writing clean and maintainable code is the golden rule. One fundamental principle that can elevate your coding game is avoiding global variables. In this concise guide, we’ll explore why steering clear of global variables is a smart choice and how encapsulating your code can lead to cleaner, conflict-free, and more maintainable applications.
Continue readingTag: development
Lists represent one of the most used data structures in any Python script. One of the reasons why I like programming in Python is that I get to reach a result quite quickly.
One such thing is the opportunity to easily and quite simply access their elements quite flexibly.
With flexibility, I mean, having the opportunity to choose only the elements that we want.
Continue readingThis is another quick article in which we are going to see how to do a conversion of a string into a list of characters in a single line in Python.
Continue readingIf you are a game developer, you probably do not need an introduction to Unity. Basically, it is a cross-platform game engine that allows you to develop games for more than 25 platforms such as iOS, Android, Windows, Mac, Linux, etc.
Continue readingI recently had the pleasure to publish my first article at Scotch.io, which is a very popular platform. It is one of the longest articles that I have written so far. It is a written tutorial on how to build a cryptocurrency site in which you can see the changes of values of BitCoin, Ethereum and NasDaq overtime. The project accompanying this article is developed with Ruby on Rails using Test-Driven Development (TDD). Continue reading