Bozho's tech blog

  • Developer tips
  • Opinions

Developer tips

One-Time Passwords Do Not Provide Non-Repudiation

Bozho January 19, 2020

The title is obvious and it could’ve been a tweet rather than a blogpost. But let me expand. OTP, or one-time password, used to be mainstream with online banking. YouContinue reading

Tweet
Share

Getting Email Sending Settings Right

Bozho December 27, 2019

Email. The most common means of internet communication, that has been around for ages and nobody has been able to replace it. And yet, it is so hard to getContinue reading

Tweet
Share

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

Posts navigation

« 1 2 3 4 5 … 23 »
My projects

LogSentinel – a next-gen SIEM

SentienlDB – a GDPR-compliant datastore

Computoser – algorithmic music

GitHub profile

Search
About me
  • LinkedIn
  • Web CV
  • CV (pdf)


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

RSS Recent posts
  • Elasticsearch – Scalability and Multitenancy [slides]
  • Content-Security-Policy Nonce with Spring Security
  • Releasing Often Helps With Analyzing Performance Issues
  • Syntactic Sugar Is Not Always Good
  • Creating a CentOS Startup Screen
  • Let’s Kill Security Questions

DZone MVB Java Code Geeks
Posts by date
January 2021
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Dec    
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 2021 Bozho's tech blog | Designed by CodeGearThemes

Powered by WordPress