Do you remember your high school math teacher talking about logarithms? Maybe you did not have a clear picture of it. Maybe you did not understand it in the beginning or were a bit annoyed. Why are we learning something that we will probably never use in real-life in the first place?
Continue readingTag: tech (Page 2 of 2)
Hello world!
One of the first things that you are instructed to do when you start to learn to programme, or when you are simply learning a new programming language, is doing something really simple. One of the first steps that you do is print a simple text. As you are reading this, you probably may know which text is the most common and the one that I am referring to. Continue reading
Now is the time when new college or university students start their studies. A lot of them may feel a lot of enthusiasm and maybe also have some feelings of fear, as they are not sure what to expect. In dev.to, I saw a developer named Avi Aryan that titled an article about a letter in which he has mentioned 2 advice he gave to someone who is about to start his studies in computer science. It had some really great advice that resonated with me, that I wanted to write about this topic. Continue reading
Git is one of the best tools that we use to save up our work throughout time and make it easier to collaborate with others and track the changes that have happened. Its usefulness is especially special when you realize the numerous functionalities that it has. One functionality that you may not be aware of is the ability to rename the author of a project.
Baeldung.com is yet another publishing site in which I have published one article. It is a technical article related to a few ways of iterating over Java streams with indices.
I 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
No matter whether you are developing a simple application helping your grandmother quickly text her daughter, or a complex enterprise application, it is highly likely that you will use some sort of data structure. Data structure are not only a very good way of storing and organizing data, but they are also a standardized way of managing data properly. It is crucial for a software developer to know data structure, and also when to use a particular type of them when trying to solve a problem. With the correct data structure, the developer should not only have the means to solve the problem effectively, but also efficiently. In this article, you can see a data structure usage compass, intended more for Java Developers. Continue reading