Skip to content

Software Development at Program Tom LTD

Place for coding, programming, development and software in general.

Menu
  • Blog
  • PDF Booklets
  • Dev Utils & Content
  • Java Spring Boot Or Web Apps
  • English
    • български
    • English
    • Español
    • Português
    • हिन्दी
    • Русский
    • Deutsch
    • Français
    • Italiano
    • العربية
  • About Us
  • Flutter Apps
Menu
Micro Service Java Modules for Any App

Micro Service Java Modules for Any App

Posted on January 20, 2023April 8, 2023 by Toma Velev

This will be an article – edited multiple times – that will include links to packages of Micro Service Java Modules for Any App. Such common modules are user functionalities, roles, access, security, notification systems, performance and more. After the basic stuff, I’m gonna dive into app building and several modules required for a blockchain apps.

Connecting Micro Service Modules Systems

 

Stateless modules

Stateless modules are far easier to scale. They need to be started on multiple machines and work load balanced. That is getting developer friendly with the evolution of the clouds and containerisation technologies.

Stateful sub-systems

Stateful functionalities are a little bit harder to scale. Some solution is separation of read and write operations and scale up the read as it is the stateless sub-module. This arises the problem of having the read copy up to date. Managing the cache properly is one very popular problems in programming.

Notification Systems

  • Email Sender/Receiver Modules – There are multiple protocols that an app could abstract over. The true power of programming is to hide the complexity of a concrete submodule. If it is implemented properly swap of the provider will not take a lot of effort.
  • Push Notifications – There are multiple providers. The most popular in the west is Firebase Cloud Messaging.
  • SMS or Phone Calls. Again – there are bridging/adapter software – that integrates with GSM APIs and Services.
  • Real World Letters to entered address of correspondence. This is/was/ used for example by Google to verify business for their presence in Google Maps.

Image Processing Modules

  • Watermarking images and videos. Popular package for the videos is FFMPEG. https://programtom.com/dev/?s=ffmpeg
  • Scale Down & create thumbnails
  • Content Delivery Network

User Management System

  • Login with in-app credentials
  • 3rd party oAuth
  • GDPR
  • Audit Logger

Security (& User Profile Protection)

  • IP White/Black Listing
  • Timeout Access Restriction
  • Captcha
  • Request Headers Interceptors
  • JWT
  • Proof of Possession extension over JWT

Role & Access Management

  • Different Roles
  • Different Access according to roles

Performance Systems

  • Caching – caching may be set on multiple levels
    • Http/Web layer
    • Micro Service/Module layer
    • DB/Query layer

App Builder Development

  • Web App
  • Mobile App
  • Web Page (Web sub-sections)
    • dependent from the user
    • his settings web content
  • UI App Builder

Blockchain App Development

  • NFT marketplace

Social Media Modules

  • Social Media is a graph of connections between the users. Choosing the right search algorithm and how you organize your data – according to the user is crucial for performance.
  • Content/Feed Algorithm – Another critical module is how content is picked – to be presented to the user. Who controls it? This is very hot topic for Tik Tok, Facebook, even for Elon Musk in Twitter now.
  • Example of GridView Builder in Flutter
  • How to Visualize Listview inside Listview in Flutter
  • What other usages you know about public private cryptography
  • Get a Flutter App to Production
  • Firebase Dynamic Links Deprecation – migrating out to Java

Categories

  • Apps (20)
  • ChatGPT (19)
  • Choosing a Framework (38)
  • Flutter (201)
  • Graphical User Interface (13)
  • Marketing (113)
  • Software Development (268)
  • Spring (41)
  • StartUp (21)
  • Uncategorized (15)
  • Uncategorized (4)
  • Vaadin (14)

Tags

Algorithms (9) crypto (29) flutterdev (39) General (86) Java (7) QR & Bar Codes (3) Software Dev Choices (33) Spring Boot (1) standards (1) Theme (3) User Authentication & Authorization (9) User Experience (10) Utilities (19) WordPress (11)

Product categories

  • All Technologies (83)
    • Flutter Apps (23)
    • GPT (4)
    • Java (38)
    • Native Android (3)
    • PHP (9)
    • Spring (Boot) / Quarkus (35)
    • Utils (15)
    • Vaadin 24+ (27)
    • Vaadin 8 (1)
  • Apps (18)
    • Employees DB (1)
    • Notes (6)
    • Personal Budget (1)
    • Recipes Book (1)
    • Stuff Organizer (1)
    • To-Do (2)
  • PDF Books (3)
  • Source Code Generators (8)

Recent Posts

  • Example of GridView Builder in Flutter
  • How to Visualize Listview inside Listview in Flutter
  • What other usages you know about public private cryptography
  • Get a Flutter App to Production
  • Firebase Dynamic Links Deprecation – migrating out to Java

Post Categories

  • Apps (20)
  • ChatGPT (19)
  • Choosing a Framework (38)
  • Flutter (201)
  • Graphical User Interface (13)
  • Marketing (113)
  • Software Development (268)
  • Spring (41)
  • StartUp (21)
  • Uncategorized (15)
  • Uncategorized (4)
  • Vaadin (14)