5 Jul, 2020 8 min
duolingo, quizlet, javascript, python
story image
Python

Extracting Duolingo vocabulary to Quizlet

You probably arrived here because you are also interested in extracting the vocabulary for a specific language from Duolingo and use the vocabulary for further purposes. In this case I used it to import it into Quizlet.

29 Dec, 2019 6 min
javascript, grpc
story image
Javascript

Electron gRPC Chat

An electron application with gRPC connected with a python chatting server.

24 Nov, 2019 9 min
python, grpc
story image
Python

Chatting with gRPC in python

As a study for bi-directional gRPC connection I thought it would be fun to create a simple chat application. Because a chat is one of the simplest examples of bi-directional communication.

27 Apr, 2018 3 min
twitter, processing
story image
Java

Twitter visualization with Processing

Twitter visualization of the latest trends created with the Java programming language. Created with Processing and the twitter4j library.

2 Apr, 2018 12 min
android, java, bluetooth
story image
Android

Android bluetooth connection with arduino

This guide describes how to communicate from Android to Arduino using bluetooth communication. It describes the process of creating an application which notifies the user if the noise level is above a certain limit. Data is gathered from a sensor on the Arduino (KY-038). Bluetooth communication with (HC-04)

20 Mar, 2018 5 min
p5, mathematics
story image
Javascript

Trigonometry in p5

Trigonometry sketch created with P5 a graphics library in JavaScript. The sketch uses trigonometry functions to translate polar coordinates to Cartesian coordinates.