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

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

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/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

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.