News & Trends
View AllAPIs 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.
I believe this is a very common question for beginner bloggers like me. I've been trying to find the best way to promote my articles, in a healthy and organic way.
Creating your own lines of code can be done without any specific tools. Theoretically all you need is a simple text editor, but that probably won't be very productive… I've separated some of the best open source options available on the market, I haven't listed any paid or platform-specific programs.
A single node_modules folder can weigh between 200mb and 1gb! Multiply that by the amount of projects you have on your computer and we have a real storage problem.
This article was inspired by my own frustration with optimizing my NodeJS setup with Typescript and Docker. At the end of this tutorial you will have a NodeJS development environment with Typescript, ts-node-dev, Docker, ESlint with Airbnb Style Guide and Prettier.
It's very easy to mess up Google Analytics data collection on your WordPress site by accessing your admin panel (the famous /wp-admin) and writing and previewing your pages and articles (preview=true).
Is Base64 secure? Can I use it as an encryption method? The encoding algorithm of Base64 it is not an…
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.
Latest
Podcasts invaded the hearts of Brazilians and the world. Every day, new programs are released, prompting many people to start their own channel. I have selected the best platforms for you to host your podcasts, free of charge and without complications.
If you are having trouble debugging in VS Code your Typescript projects that use ts-node or ts-node-dev, like wrong lines in the debuger or it not selecting any lines, don't worry, the solution is simple.