About:

Welcome to my blog

Website:

Outgoing Links:

Kornel
Subscribe to RSS:
A holiday calendar for Brazil is developed using functional programming in JavaScript, showcasing how to manage fixed and moveable holidays effectively.
Currying is a programming strategy that allows for the sharing of logic by pre-filling arguments of a parent function, creating derived functions that inherit remaining parameters. This technique is illustrated with JavaScript and...
The article discusses the potential of using Excel as a frontend solution for data management and reporting, highlighting its ability to connect to various external data sources such as XML, CSV, and databases. It emphasizes the a...
The article discusses the use of containers and proposes that the problems solved by them should be solved by operating systems. It covers alternatives to containers and suggests a solution that could be implemented by operating s...
The article discusses the benefits of NativeAOT and trimming in .NET, and how to create a custom structured logger compatible with these options. It explains structured logging, the ILogger interface in .NET, and how to create a r...
The text discusses the least squares fitting mathematical tool, which generates an equation close to existing measurements. It explains linear and exponential approximations, and provides a case study on silver mining production. ...
The text discusses the importance of interfaces in engineering, highlighting the benefits of interfaces such as reuse, recycling, interchangeability, work parallelism, risk mitigation, and machinery costs. It also provides example...
The article introduces FFmpeg, a video and audio transformation software used by multimedia companies like YouTube, TikTok, and Vimeo. It provides practical examples of how to use FFmpeg, including installation, changing file form...
The text explains the special properties in .NET project files, such as TargetFramework, Nullable, ImplicitUsings, TreatWarningsAsErrors, Configuration, SelfContained, PublishSingleFile, EnableCompressionInSingleFile, PublishReady...
The text discusses the impact of quality on the Japanese economic miracle, focusing on the contributions of William Edwards Deming and Walter Andrew Shewhart. It highlights how their work revolutionized the Japanese industry and i...
The text explains the concepts of collation and encoding in databases, focusing on Windows-1252 encoding and UTF-8 and UTF-16 encodings. It discusses the impact of encoding on text storage size and provides practical examples to c...
The article is a SQL cheatsheet, covering common commands and their uses. It is aimed at beginners and those familiar with the language. It includes examples for Microsoft SQL Server, but most apply to other databases. The article...
The text explains how to integrate Shiki and Mermaid into an 11ty project. It provides detailed instructions on Shiki and Mermaid integration, adding copy code buttons, and includes examples of SQL code blocks and Mermaid flowchar...
The text discusses the concept of asynchronous architecture, which is a common strategy in complex systems. It explores various methods of implementing asynchronous architecture, such as messages in databases, distributed caches, ...
The text introduces the concept of functional programming, explaining its origins and when to use it. It also provides a case study of using F# for a poker game, including domain code and logic. The author shares their experience ...
Pipelines are sequences of commands that are executed to ensure the integrity of the code and to produce a final artifact, such as an executable program or a library. The process mitigates the risk of human errors in the final pro...
The text explains the evolution of HTTP from HTTP/0.9 to HTTP/3, highlighting the main differences and improvements in each version. It also compares the performance and best use cases for HTTP/2 and HTTP/3.
The text discusses the importance of image visualization and the introduction of new image formats, JXL and AVIF, which promise better preservation of details and lower disk usage. It compares the two formats and provides examples...
The article discusses the concept of symlinks and how they can be used to unify files of many projects. It explains the difference between hardlinks and symlinks, and provides examples of how to create symlinks on different operat...