How to Implement Fast Image Sharing in Your Android Application

In my Android application, I wanted to implement a new functionality: sharing an image of an aircraft. After searching the Internet, I found several methods that all essentially boiled down to one approach — convert the downloaded image and then share it. However, this process was very slow. In this post, I will show you how to do this quickly and efficiently. ...

June 10, 2024 · Alexey Nevinsky

Hugo's theme of my blog

As promised in my previous post, I’m excited to introduce the theme that powers my blog: version 0.0.1. ...

January 9, 2021 · Alexey Nevinsky

How to create gallery in hugo post

When I made a post about chilling in Sochi, I had a need - add galleries with images to story. ...

November 2, 2020 · Alexey Nevinsky

How to chills in estosadok

This is my first post about trips and nature with many photos of beautiful places =) ...

October 20, 2020 · Alexey Nevinsky

How to build spring boot service to docker image with jib

Spring Boot is a very popular framework in java-world now. If you package it to docker-images in common style, it will be so heavy. And it can solved! ...

May 9, 2020 · Alexey Nevinsky

Set up page's seo with hugo

Seo is nothing without good and caveat content. But find this content is very difficult without seo. In previous articles we created a simple blog based on hugo. In this article I will tell how to set up page’s seo on your site. ...

April 1, 2020 · Alexey Nevinsky

Set up hugo and gitlab ci

We set up docker with portainer in previous article. Now we build a simple landing page based on hugo. Sources will be stored in gitlab. Our changes will be automatically deployed on virtual machine by gitlab-ci. ...

March 28, 2020 · Alexey Nevinsky

Set up Docker and Portainer

In first part we securely set up virtual machine and install nginx with https support by Let’s Encrypt certbot. In this second part we setup Docker and Portainer. Portainer we will use for docker comfortable control. Let’s start! ...

March 9, 2020 · Alexey Nevinsky

Setup a landing page on Hugo: ssh, fail2ban, nginx, certbot

You want a landing page or blog. You can use Wordpress but I think it is too mush for this. The best choice will be being Hugo - a static site generator written in Go. It is optimized for speed, easy use and configurability. Hugo takes a directory with content and templates and renders them into a full HTML website which hosted by nginx. Hugo makes use of markdown files with front matter for meta data. ...

February 20, 2020 · Alexey Nevinsky

Android room & database migration

There was a convenient library Sqliteassethelper. It made possible do not write migration scripts from old to new schema version. The library immediately copies the new database file from apk when the new version of your application stating. And versioning of the database was saved. ...

January 25, 2019 · Alexey Nevinsky

Android room & Many2many relations

Many Android programmers use Room and live data libraries. All things are good, but Room is not orm! ...

December 18, 2018 · Alexey Nevinsky

Aviation guide for android

The directory includes more than 5000 aircraft, helicopters, flying boats and other aviation weapons, as well as: photos, flight characteristics, modifications, interesting stories of creation and trials, a convenient filter system. ...

September 9, 2014 · Alexey Nevinsky