Google Apps Script

Many are already familiar with Google Docs, Drive, Gmail, Google+, and Google Forms. These and other Google products such as Google Keep, ..

5 years ago
1
3668

Write Once, Read Anywhere with Gluon

“Write Once, Run Anywhere” is a phrase many Java programmers are familiar with. The slogan conveys the cross-platform benefits of Java. ..

5 years ago
0
3547

What You Need to Know About Blockchain

By now, you have probably heard of Bitcoin. Bitcoin has brought several advancements to the cryptocurrency field. It has spawned other cryptocurrencies ..

5 years ago
0
1761

The Art of Reading Documentation

As a developer, one skill that you need to develop is the skill of writing documentation—good and reliable documentation. Not only does ..

5 years ago
2
19414
Wappalyzer

Peek Inside Websites with Wappalyzer

Have you ever seen a beautiful website and wondered what technologies were used in creating and hosting it? Well, that’s not easy to determine ..

5 years ago
0
8793
terminal ascii art

Command-Line Recording With Asciinema

Have you ever wanted to record and share your terminal sessions with someone else? The usual way of going about this is recording your terminal ..

5 years ago
0
9388

Deploy Easily with Netlify

Deploying a recently completed static website usually comes with challenges, and it can be tedious. Netlify exists solely to help you deploy ..

5 years ago
0
2726

Build a Static Site with Hugo

With the plethora of tools available to web developers, building a basic website has become extremely easy—taking only a couple of minutes ..

5 years ago
0
4784

Make Your JavaFX UI Stand Out

If you’ve ever worked with JavaFX, you’ve realized by now that UI controls in JavaFX are highly customizable and make it easy to quickly ..

5 years ago
0
7053

Build Your First Java Module

With Java 9 slated for release—hopefully—later this month, let’s look at one of its distinguishing features: the module. In my earlier ..

5 years ago
0
3972

JavaFX: An Overview

Java has always provided APIs for building applications with graphical user interfaces: Abstract Window Toolkit (AWT) and Swing are common ..

5 years ago
0
4174

Faster and Better with Google AMP

Accelerated Mobile Pages (AMP) are fast—because their job is speed. This post is an overview of AMP, and why it matters. AMP is one of Google’s ..

6 years ago
0
2618
Linux

Linux: Why You Should Consider Switching

A couple of years ago, I decided to try out Linux, just out of curiosity. I had no intentions of making a switch; Windows had been my primary ..

6 years ago
0
3398

Java JShell: All You Need to Know

As a programmer, you will often find yourself testing code snippets before integrating them into a larger codebase. For this reason, programming ..

6 years ago
0
4305