Skip to content
Voyta Krizek

Voyta Krizek

Software Engineering Thoughts

  • About Me
  • Twitter @VoytaKrizek

Monthly archives: June 2017

Convert Image to JPEG in Java with Custom Compression Quality

Converting image to JPEG in Java is quite easy task if you use javax.imageio.ImageIO class. You just call:

Posted byVoyta26th June 201720th September 2019Posted injava, web

HTTPS-Enabled Java Web Application Using nginx

HTTPS Architecture

Today, I’d like to share my approach to secure Java web application using nginx server. Recent industry shift to a secure internet basically require all websites to provide HTTPS access. It improves search ranking and especially privacy of your visitors. So, I will share my approach how I made it for my LLmaps application. This […]

Posted byVoyta18th June 201720th September 2019Posted injava, web

How to Reference a File Relative to a JAR Archive

Few weeks ago I was dealing with a task how to reference a file that is relatively placed to an application JAR file. Directories are organized in the following way:

Posted byVoyta11th June 201720th September 2019Posted injava

Asynchronous and Synchronous Code Patterns in Java

Enterprise applications usually connect to various systems. They can be either asynchronous (like messaging) or synchronous (like HTTP). This brings in a problem of communication between asynchronous and synchronous systems.

Posted byVoyta3rd June 201720th September 2019Posted injava

Recent Posts

  • Importance of Testing a Software with No Data
  • One Hour Meetings Are Ineffective
  • Bluetooth Beacons for Marketing
  • Disassembling Cheap HDMI Cable
  • Bottom-Up Innovation

Archives

  • September 2019
  • August 2019
  • February 2019
  • December 2018
  • November 2018
  • May 2018
  • April 2018
  • July 2017
  • June 2017

Categories

  • architecture
  • bluetooth
  • c/c++
  • cloud
  • development
  • electronics
  • hardware
  • innovation
  • java
  • management
  • mobile
  • thoughts
  • web
Voyta Krizek, Proudly powered by WordPress. Privacy Policy