Breakdown of costs for Kubernetes and microservices at 30 RPS: 1 million RUB/month on infra, TCO 4 times higher than monolith. Comparison, modular monolith. Save on DevOps and cloud — read the calculations.
Breakdown of HTTP clients WebClient, Feign, WebSocket and Kafka for microservices. Reactivity, delivery guarantees, code examples. Choose a tool for load and tasks.
Learn about the laser microscope with 0.1 nm resolution: testing completed, application in cancer drug development and chip topology control. Technical details and comparisons.
Choose from the top-5 Java courses: Netology, Hexlet, Practicum. Practice Spring, AI, microservices. Salaries from 120k rub. Start learning and find your first job.
From the web
Mike — open-source legal AI platform
https://mikeoss.com/
An open-source alternative to Harvey and Legora. Feature parity, zero cost, self-hostable — built for law firms to own and extend.
Mar 17, 2019 ·
https://archive.org/details/MikeOS4.6.1
Mar 17, 2019 · MikeOS is an operating system for x86 PCs, written in assembly language. It is a learning tool to show how simple 16-bit, real-mode OSes work, with well-commented code and extensive documentation.
How to write a simple operating system in assembly language
Navigate How to write a simple operating system (C) 2017 Mike Saunders and MikeOS Developers This document shows you how to write and build your first operating system in x86 assembly language. It explains what you need, the fundamentals of the PC boot process and assembly language, and how to take it further. The resulting OS will be very small (fitting into a bootloader) and have very few ...
Jan 1, 2014 ·
https://os-projects.eu/index.php/mikeos
Jan 1, 2014 · MikeOS is an operating system for x86 PCs, written in assembly language. It is a learning tool to show how simple 16-bit, real-mode OSes work, with well-commented code and extensive documentation.