20 Best Practices for Working With Apache Kafka at Scale
A software developer discusses some challenges devs and data scientists can face when using Apache Kafka, and some best practices to clear these hurdles.
A software developer discusses some challenges devs and data scientists can face when using Apache Kafka, and some best practices to clear these hurdles.
When I started to learn flex I wanted to see everything it was capable of. But when it came to examples of all properties, visually I…
In this post, we take a look at one of the new features of JDK 11, the single-file Java source-code programs, which uses the OpenJDK JDK 11 Early Access Builds.
From this D3.js Tutorial you can learn how to create beautiful, interactive bar charts with JavaScript! Real life examples and code-snippets inside.
Nearly two years after the release of TypeScript 2.0 Microsoft has released TypeScript 3.0. Let's see the changes.
Today, we’ll focus on two of these patterns, “observer” and “memento,” which fall into what the GoF calls the “behavioral” category.
Publish to and pull Docker images from your own private Docker registry.
Decorative images don’t add information to the content of a page. For example, the information provided by the image might already be given using adja
The other night, Amit Patel mentioned that you can set script tags in HTML to display: block with CSS and then edit that code inline with the
A client of mine recently requested a simple image gallery for her site — one which would display her Instagram feed. I thought: “no…
I am attempting to create a tutorial that walks through the steps to create a new template. This combines the different examples from the hugo web site. I’m avoiding styling because that is actually the easy part. Create a New Theme Hugo doesn’t ship with a default theme. There are a few available (I counted a dozen when I first installed Hugo) and Hugo comes with a command to create new templates. The goal of this tutorial is to show you how to fill out the files to pull in your content. ...
Hugo is a free and open-source static site generator (SSG) with a beautifully simple setup process, a command line interface and several killer feature
Static sites are popular for many reasons. Avoiding overkill solutions and keeping a project simple without databases, too many dependencies, or specific server-side configurations (no PHP, no...
Jekyll is a simple and blog-aware static site generator built in Ruby. In laymen terms, it's just a tool to let you have all the cool features of a full-blown CMS without having to worry about managing a database. This means hosting is extremely easy and scalable
Docker is a full development platform for creating containerized apps, and Docker for Mac is the most efficient way to start and run Docker on your MacBook