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?
- 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 3 - 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 3 - jak snadno integrovat UI prvky
- 21.08.2024Overcomputed Vue.js - Pozor na Vue.js reaktivní funkci `computed()`, může se spouštět častěji, než byste čekali a chtěli
- 28.07.2024Nuxt Tutorial 6 - Vue.js intermezzo - Nuxt 3 - alespoň stručný pohled na základní principy Vue.js, nad kterým je Nuxt postaven
Co nového v Nuxt/Vue světě?
- 2024-09-04Nuxt 3.13.1 - Nuxt patch release with handful of updates/fixes, among others update to Vue 3.5
- 2024-08-22Nuxt 3.13 - another Nuxt 3.x minor version with yet another bunch of updates, including features ported from upcomming Nuxt 4
- 2024-08-20Introducing Nuxt Scripts - working with exteral scripts will be easier in Nuxt with this new module (currently in public beta)
- 2024-08-19Nuxt Tips Collection - affiliated introduction of (paid) collection of useful Nuxt features, techniques and tricks put together by Michael Thiessen
- 2024-08-18Mastering Nuxt SSG - how to generate static sites with Nuxt
Co nového v Java světě?
- 2024-08-27IBM Semeru Runtimes for Java includes FIPS 140-3 certified cryptography - enhanced security in IBM's Java distribution
- 2024-08-26Are Critical Vulnerabilities Lurking in Your Java Ecosystem? - tl;dr: Yes. But what are the main reasons and what can you do?
- 2024-08-22JDK 23 and JDK 24: What We Know So Far - as JDK 23 release date is approaching, there is an overview of current JEPs and drafts
- 2024-08-20Azure Functions in Java - tutorial for using Azure Functions in your Java programs
- 2024-08-14Functional programming with Java collections - examples of functional programming operations in Java collections using lambdas
Co nového v IT světě?
- 2024-08-02How to Build Your Own Vue-like Reactivity System - understand Vue's core concept of reactivity by implementing its alike!
- 2024-07-29Why Unknown Types Are Useful - how to use unknown in TypeScript
- 2024-07-28Perfectionism - one of the biggest productivity killers - do not waste time on over-improving things - lessons learned by two IT professionals
- 2024-07-22Vue.js and HTML Injection Explained - great VueSchool article talking about (not) using v-html directive in Vue.js
- 2024-07-15JavaScript Event Loop: A Deep Dive - how JavaScript performs its operations