Projects
- Path Tracer in C++
- Archive Diff Tool
- AR Sudoku solver
- Android App for School Substitutions
- Android App for Tamper-Proof Timestamps
Posts
Generating Android asset files with Gradle
Recently, I’ve come across the problem that I need to include a generated file in the asset files of my Android application. More specifically, the report of a build-time dependency license validation (using the Licensee Gradle plugin) should be included in the application. Obviously, this should be possible with a flexible build system like Gradle. The solution I came up with has three steps.
LetsEncrypt with Certbot and Cloudflare
This page shows how to configure Certbot with a domain that uses Cloudflare DNS. This allows us to issue wildcard certificates.
Spring Boot deployment with nginx
This post will show how to configure a CentOS server for deploying a Spring Boot application build with Gradle. The networking is passed trough nginx which can be used to run multiple servers on the same host or serve static traffic faster.
Android + Gradle + Artifactory
This page shows how to integrate Gradle builds of Android libraries with a private Maven repository hosted on Artifactory.
Website with Flask, Gunicorn and nginx on CentOS
This page contains info on the setup of a Flask application with Gunicorn as app server and nginx as webserver. The app will run with Python 3 on CentOS 7.
subscribe via RSS