queirozf.com

typescript

Typescript Examples: Type Casting and Type Conversions

20 Dec 2016   Examples on how to convert between types and/or cast in Typescript.

Read More ›

docker

Commonly-used Docker Commands: Reference and Examples

15 Dec 2016   Docker commands you'll find yourself using often. Things like build images, starting containers, accessing containers, etc.

Read More ›

spark-streaming

Spark Streaming: Commong Pitfalls and Tips for Long-running Streaming Applications

11 Dec 2016   Running Spark Streaming applications may introduce a couple of problems that you may not face when you are running Spark on Batch mode. Here are a couple of things you may need to take into account to keep long-running spark streaming jobs running smoothly.

Read More ›

bash" regular-expressions

Bash Regular Expressions: Reference and Examples

04 Dec 2016   Lots of examples on how to use regular expressions with bash scripts.

Read More ›

technology   emr yarn spark

ApplicationAttemptNotFoundException: Spark Application Stuck in ACCEPTED state on YARN

13 Nov 2016   ApplicationAttemptNotFoundException may be cause because the log directory have become too crowded with data.

Read More ›

technology   akka-http akka wip

Akka-http Common Operations: Reference + Examples

03 Nov 2016   A couple of things I find myself doing very often when I use akka-http. I believe these may be useful for others too.

Read More ›

git

Looking for Things and using the History on Git: Examples and Reference

28 Sep 2016   Couple of examples of how to correctly use git log and other commands that let you use git to search your history for modifications, commit messages and so on.

Read More ›

technology   keras gpu theano

Setup Keras+Theano Backend and GPU on Ubuntu 16.04

11 Sep 2016   A couple of pointers on how to get up and running with Keras and Theano on a clean 16.04 Ubuntu machine.

Read More ›

numpy statistics

Numpy/Scipy Distributions and Statistical Operations: Examples & Reference

10 Sep 2016   A couple of examples of things you will probably want to do when using numpy and scipy for data work, such as probability distributions, PDFs, CDFs, etc.

Read More ›