Articles by tag: frontend
Back Button in Vue: Correct Implementation
How to Avoid Browser History Errors and Implement the Back Button in Vue.js Without Duplicates and Loops. Technical Guide for Developers.
React Hook Form and Zod: a year of operational experience
Analysis of a year's experience using React Hook Form and Zod in production. Advantages, pitfalls, and recommendations for developers. Learn how to avoid typical errors.
Symbiote.js: composition of web components without virtual DOM | Guide
How Symbiote.js simplifies interface creation through HTML composition? We break down the tabs example and the advantages of the low-code approach for teams. Learn more.
Frontend from Scratch: Free React Redux Program
Master frontend development for free: HTML, CSS, JS, React, Redux. Full roadmap for 8–10 months for beginners. Start your path to a junior position right now.
CSS3 support in browsers: prefixes table
Detailed CSS3 properties compatibility table across browsers: versions, prefixes -webkit-, -moz-, -ms-. Guide for middle/senior developers. Check support and optimize code now.
BEM in Vue: styles for components
Learn how BEM simplifies styling Vue components. Code examples, states, and modifiers. Structure CSS without chaos — read the guide for middle developers.
Online IT courses from scratch: Python Java QA 2026
Master an IT profession from scratch in 5–12 months: Python, Java, testing, frontend. Portfolio, employment, salary 80–120k. Choose a program and start your career.
Frontend 2026: challenges and how to adapt
Breaking down why frontend isn't dying despite AI and market crisis. Tips on stack, fundamental skills, and entering the profession for middle developers. Learn how to build a sustainable career.
Frontend Digest: AI, CSS, Security 2026
Overview of GlassWorm threats, Osmani's AI agents, Anchor Positioning and browser features. For middle/senior dev: tools, updates, practices. Study now.
OpenTelemetry Tracing in Fintech from the Frontend
Study the implementation of end-to-end OpenTelemetry tracing in fintech. CompositeLogger, fetch patching, StackContextManager for middle/senior. Speed up error search by 10 times. Read the details.
React Testing Library: Ditching Snapshots
Transition from Enzyme to RTL: testing React component behavior, not markup. Checklists, examples, migration. Learn how to write robust tests.
Frontend digest: AI, CSS, TypeScript 6.0
Frontend and AI overview: TanStack for images, three-tier code architecture, Flexbox Masonry math, Node.js and React SSR updates. For middle/senior dev — techniques, benchmarks, news.
Creating a website with AI: practical guide to prompt engineering for developers
Step-by-step guide to creating a business card website over the weekend using an AI assistant. Learn the best practices for prompt engineering, optimization, and deployment.
Dynamic UI effects with device sensors: gyroscope and accelerometer
Learn how to implement responsive interfaces that react to device tilt. Practical guide to API, optimization, and code. For developers.
Sass @use & @forward: Modular Architecture for Scaling CSS
Study Sass @use and @forward directives for creating modular, scalable, and maintainable CSS architecture. Avoid conflicts, configure modules, and optimize frontend development.