Bozho's tech blog

  • Developer tips
  • Opinions

Developer tips

A Disk-Backed ArrayList

Bozho December 14, 2019

It sometimes happens that your list can become too big to fit in memory and you have to do something in order to avoid running out of memory. The properContinue reading

Tweet
Share

Near Real-Time Indexing With ElasticSearch

Bozho December 2, 2019

Choosing your indexing strategy is hard. The Elasticsearch documentation does have some general recommendations, and there are some tips from other companies, but it also depends on the particular usecase.Continue reading

Tweet
Share

A Technical Guide to CCPA

Bozho November 25, 2019

CCPA, or the California Consumer Privacy Act, is the upcoming “small GDPR” that is applied for all companies that have users from California (i.e. it has extraterritorial application). It isContinue reading

Tweet
Share

Restoring Cassandra Priam Backup With sstableloader

Bozho November 2, 2019

I’ve previously written about setting up Cassandra and Priam for backup and cluster management. The example that I gave for backup restore there, however, is not applicable in every situationContinue reading

Tweet
Share

The Personal Data Store Pattern

Bozho September 18, 2019

With the recent trend towards data protection and privacy, as well as the requirements of data protection regulations like GDPR and CCPA, some organizations are trying to reorganize their personalContinue reading

Tweet
Share

Remote Log Collection on Windows

Bozho September 6, 2019

Every organization needs to collect logs from multiple sources in order to put them in either a log collector or SIEM (or a dedicated audit trail solution). And there areContinue reading

Tweet
Share

Protecting JavaScript Files From Formjacking

Bozho August 16, 2019

Most web pages now consist of multiple JavaScript files that are included in various ways (via <script> or in some more dynamic fashion, bundled and minified or not). But sinceContinue reading

Tweet
Share

Let’s Annotate Our Methods With The Features They Implement

Bozho July 27, 2019

Writing software consists of very little actual “writing”, and much more thinking, designing, reading, “digging”, analyzing, debugging, refactoring, aligning and meeting others. The reading and digging part is where youContinue reading

Tweet
Share

JKS: Extending a Self-Signed Certificate

Bozho May 19, 2019

Sometimes you don’t have a PKI in place but you still need a key and a corresponding certificate to sign stuff (outside of the TLS context). And after the certificateContinue reading

Tweet
Share

Multiple Cache Configurations with Caffeine and Spring Boot

Bozho May 4, 2019

Caching is key for performance of nearly every application. Distributed caching is sometimes needed, but not always. In many cases a local cache would work just fine and there’s noContinue reading

Tweet
Share

Posts navigation

« 1 2 3 4 5 6 … 24 »
About me

I’m a software engineer and architect, with expertise in cybersecurity. Currently member of Bulgarian parliament and former minister of electronic governance of Bulgaria.

  • LinkedIn
  • Web CV
  • CV (pdf)


profile for Bozho at Stack Overflow, Q&A for professional and enthusiast programmers

Search
My projects

LogSentinel – a next-gen SIEM

SentienlDB – a GDPR-compliant datastore

Computoser – algorithmic music

GitHub profile

RSS Recent posts
  • Position Regarding the “Chat Control” EU Regulation Proposal
  • Assessment of DOGE and Musk’s Actions for Government Efficiency
  • Wiretap Detector App For Catching IMSI Catchers
  • Is Ransomware Protection Working?
  • The xz Backdoor Should Not Happen Again
  • Why Facebook’s Lack of Customer Support Is a Problem

DZone MVB Java Code Geeks
Posts by date
February 2026
M T W T F S S
 1
2345678
9101112131415
16171819202122
232425262728  
« Aug    
License
Creative Commons License
This work by Bozhidar Bozhanov is licensed under a Creative Commons Attribution 3.0 Unported License.
Categories
  • Developer tips
  • Opinions

Copyright 2026 Bozho's tech blog | Designed by CodeGearThemes

Powered by WordPress