Apps Script with clasp
G Suite is a powerful set of cloud-based collaboration and productivity tools by Google. You may not be familiar with the name G Suite, ..
G Suite is a powerful set of cloud-based collaboration and productivity tools by Google. You may not be familiar with the name G Suite, ..
Developers are always on the lookout for tools and technologies that make them more productive. The next library, framework, programming ..
As a developer, you’ll work with an Application Programming Interface (API) in one way or another. APIs appear in many places, from operating ..
In this article, we’ll learn about Electron, a powerful framework for building desktop apps with HTML, CSS, and JavaScript. Before anything ..
The term serverless has been gaining traction in recent times. This is not entirely surprising as serverless brings several benefits to users. ..
I recently moved to Debian after using other Linux distros (including Mint, Ubuntu, and Manjaro). The experience has been satisfying. However, ..
To make blockchain even simpler, Sean Han created blockchain-cli. This minimalistic blockchain command line mimics the Bitcoin blockchain ..
In this post, we look at yet another tool in Google’s massive open source trove: Asylo. The word Asylo translates to shelter, asylum, ..
Lua was designed by Roberto Ierusalimschy, Luiz Henrique de Figueiredo, and Waldemar Celes Filho. The language was designed to be embedded ..
Java is, without a doubt, syntactically verbose! Constructs that span only a single line in other programming languages may span several ..
Bazel is one of Google’s 2,000-plus open source projects. Bazel is an open source variant of Google’s in-house build tool with a close ..
Many apps we use daily rely heavily on services delivered via an Application Programming Interface (API): search, messaging, mapping, banking, ..
Since the release of Bitcoin almost a decade ago, the cryptocurrency space has seen several innovations. The good news is that Bitcoin has opened ..
Several Linux distributions aim at providing the best security to users. These Linux distros take different approaches to security and come ..
At times you may stall development because you need to wrap your head around some API. At other times, you may pause simply because the API you need ..
Building and maintaining an API is much like any application. Building it is probably the easiest part. But your work is not done when building ..
Let’s be honest. Dealing with null pointers in Java—most of the time—is a real pain. In fact, you can’t call yourself a Java programmer ..
Contributing to open source is great! Apart from giving you a resume add-on, people benefit from your contribution. In fact, many of us now depend ..
For every letter of the alphabet in the English language, there are a number of programming languages. Some programming languages need no introduction, ..