Laur's blog
  • Home
  • About
  • Support my work
Sign in Subscribe

service

A collection of 4 posts
Web Services from Scratch - 1. Infrastructure
docker

Web Services from Scratch - 1. Infrastructure

I've started writing my first web service with Spring. It started as something simple (check periodically if a site is active), but it evolved more and more as requirements and over-engineering creped in. This post lists the tings I set up now so I can make my life
Aug 11, 2021 1 min read
Redis on Windows - Save RDB but Not Able to Persist
db

Redis on Windows - Save RDB but Not Able to Persist

TL;DR: My windows service wasn't installed properly. Change the config file to point the DB to an accessible directory and reinstall the service. When trying to build a perioduc Celery task, I got the following error with Redis on Windows (running as a windows service): redis.exceptions.
Sep 23, 2017 1 min read
Launch a timed service - Strategies
android

Launch a timed service - Strategies

An app I am writing at the moment needs to have a periodic timer, i.e. a way to run a bit of code at regular intervals. After digging through different sources, I've found two recommended patterns to code such behaviour: 1. Using a periodic alarm: Android has
Dec 17, 2014 1 min read
Android: Display a Notification
android

Android: Display a Notification

One of the applications I'm thinking about I want it designed like the notification-based applications you see out there (Light Flow from reactle comes to mind). To be able to do this, I first need the app to display a notification on the device as a first step.
Oct 13, 2014 3 min read
Page 1 of 1
Laur's blog © 2025
  • Sign up
Powered by Ghost