Blog

07/14/2020

Best Free Photoshop Alternatives - 2020

Adobe Photoshop is one of the best programs available for design, its price however can be daunting for users or freelancers. There are several free tools that can replace Photoshop, although they don't have exactly the same functionality, they do the job.

07/12/2020

Best SEO Courses and Training - Free and Paid - 2020

SEO is an optimization for search engines, nothing more than a set of techniques that influence search engine algorithms to better identify and define the position and importance of a page for a given search.

07/12/2020

What is the Swift language and what is it for? Developing iOS apps

Swift is an open source programming language developed and maintained by Apple, it is a powerful and intuitive programming language for macOS, iOS, watchOS, tvOS, basically for all Apple products and services. Swift development is very iterative, the syntax is concise, expressive, simple, and includes many features for high-level development while still maintaining security.

07/11/2020

Best Affiliate Programs and Platforms - Earn Money on the Internet

You've probably wondered if it's possible to make money on the internet? Yes, it's possible, but it's not as miraculous and easy as many people out there sell. There are several ways to earn money on the internet, but let's talk about one in specific: Affiliate Program.

07/11/2020

How to use Excel VBA to query REST JSON APIs

APIs allow easy access to information in systems, which is becoming more and more standard in the market, with that in mind, some demands of connecting to systems via API in Excel are necessary and very useful, so I decided to share a little how I created this integration.

07/11/2020

Which programming language should I learn first?

Which programming language should I learn first is one of the most frequently asked questions by those who are looking to start developing, to decide it is necessary to analyze and understand your objective and tastes.

07/10/2020

Top Useful Extensions for VSCode - 2020

That VSCode has become the community's favorite IDE is nothing new, it makes life easier for many developers on a daily basis. We can further streamline our development process by using some super useful extensions. I have separated a list of the extensions that I use and recommend to improve your productivity.

07/10/2020

What is Blockchain? What is it for and how does it work?

Blockchain is a series of immutable data records with timestamps, managed by a group of computers that do not have centralized control. Each block of data (blocks) is secured and connected to the other using cryptography (chain).

07/10/2020

How to find out if Linux is on Hard Disk or SSD

Imagine the following situation. You need to find out why your notebook is running slowly, or even an installation of a cloud database. You remember an article you read that showed the difference SSD makes to your computer's performance, but how do you find out?

07/10/2020

Creating a Linux Service with systemd

It's very easy to create a Linux service, you can create a service that runs any script or program in any programming language, and make that system persistent and resilient as a service on your machine.

07/08/2020

What is TypeScript and what is it for?

TypeScript is a typed superset of JavaScript that is compiled to pure JavaScript. It follows the JavaScript standard and is also a multi-paradigm language, however it adds object-oriented functionality and syntax, classes and typing seen in languages like C# and Java.

07/08/2020

What is a Monolith/Monolithic system/application?

Monolithic means "work built in a single stone" so it is used to define the architecture of some systems, it refers to the way to develop a system, program or application where all the functionalities and codes are in a single process. These various functionalities are in the same source code and in their execution they share resources from the same machine, whether processing, memory, databases and files.

07/08/2020

What is CSS and what is it for?

Cascading Style Sheets (CSS) is a design language designed to simplify the presentation and customization of web pages (HTML).