07/17/2020
Best Free WordPress Cache Plugins - 2020
Looking to improve the speed of your WordPress site? Using a cache plugin can speed up loading, creating a better experience for your users.
07/17/2020
Looking to improve the speed of your WordPress site? Using a cache plugin can speed up loading, creating a better experience for your users.
07/17/2020
Do you have two computers and only one keyboard and mouse? Or just want to save time and use an old computer as a second screen? And if I told you that it's possible to share your computer's keyboard and mouse and control more than one computer with them, and that it doesn't matter what operating system your machines have, yes it's possible!
07/14/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
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
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
Most of the quality and free content is in English, so tune your English and let's get down to business, I've put together a list of courses and tutorials to learn JavaScript!
07/11/2020
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
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 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
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
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
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
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
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.