Software engineering and personal development

Tag: tech (Page 2 of 2)

A repository with the example of printing “Hello World” in a lot of programming languages

Img source: yen.io

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

A short letter to a Computer Science college fresher

Img source: dev.to

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

Build a Cryptocurrency Comparison Site using Ruby on Rails and TDD

Img prepared by: Shkodran Arifi

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

A data structure (Collections) usage compass for Java Developers

Img source: Andrew.cmu.edu

Img source: Andrew.cmu.edu

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

Newer posts »

© 2024 Fatos Morina

Theme by Anders NorenUp ↑