Master Coda
Jmenuji se Alois Sečkár, živí (a baví) mě programování a věci, které jsem se přitom naučil, si nechci nechávat jen pro sebe.
Na tomto blogu naleznete články o nejrůznějších IT tématech. Snad mé texty někomu pomohou. Budu rád i za zpětnou vazbu. Pokud v nich uvidíte chybu nebo znáte způsob, jak danou věc řešit lépe, napište mi na alois-seckar@gmail.com. Vždycky je kam se zlepšovat.
Co nového na master-coda.cz?
- 05.10.2024Nuxt Tutorial 10 - Nuxt Content - Nuxt + Nuxt Content = tvorba obsahu bez zbytečných komplikací
- 15.09.2024Nuxt Tutorial 9 - Formuláře - Nuxt + FormKit = snadná tvorba formulářů
- 07.09.2024Není short jako int - Když nesedí datové typy, dějí se zvláštní věci
- 26.08.2024Nuxt Tutorial 8 - Nuxt UI - Nuxt - práce s modulem Nuxt UI dedikovaným pro práci s uživatelským rozhraním
- 24.08.2024Nuxt Tutorial 7 - UI integrace - Nuxt - jak snadno integrovat UI prvky
Co nového v Nuxt/Vue světě?
- 2025-01-06Building a multi-lingual web app with Nuxt 3 and Nuxt i18n - detailed guide for simplified localization and translation with i18n
- 2025-01-05Nuxt 3.15 - First Nuxt 3.15 patch version delivering couple of updates and fixes
- 2025-01-03Navigation guards in Nuxt 3 with defineNuxtRouteMiddleware - comprehensive overview of using route middleware in Nuxt
- 2024-12-24Nuxt 3.15 - Christmas' Nuxt 3.x minor version with couple of new features
- 2024-12-21The Perfect Guide to Setting Up a New Nuxt Project - check out Estéban Soubiran's current ideal setup for Nuxt applications
Co nového v Java světě?
- 2024-01-16Reflections on 2024: A Remarkable Year for OmniFish, GlassFish, Piranha, and Jakarta EE - looking back at the last year in (part of the) Java ecosystem
- 2024-01-09WildFly 35 is released - new version of WildFly app server supporting MicroProfile 7.0 and Jakarta EE 11 Core Profile specifications
- 2024-01-08GlassFish update fixes restart hangs, random 403 responses - Eclipse's Java application server GlassFish version 7 got a new patch relase
- 2024-01-07The Countdown to JavaOne 2025 is On! - an official reminder that the biggest Java conference is approaching
- 2024-01-06Setting Up Local Kafka Container for Spring Boot Application - wiring Kafka to a Spring Boot app locally using Docker and spring-kafka
Co nového v IT světě?
- 2024-12-15How JVM handles exceptions - a deep-dive under the hood of JVM to understand try-catch-finally better
- 2024-12-04The Build Process of a Vue App: Rollup vs Rolldown - discover how building an app works in Vue right now and what is the planned future
- 2024-10-20Why I’m skeptical of rewriting JavaScript tools in “faster” languages - every tool should be used accordingly and this also applies to "faster JavaScript alternatives"
- 2024-10-20What docs as code really means - there is more in the documentation than you'd admit
- 2024-10-18Deep dive into bits, bytes, shorts, ints, longs, signed, and unsigned with Java - working with numbers in Java from unconventional point of view