Tag:javascript
All the articles with the tag "javascript".
Understanding the Difference - Libraries vs SDKs in Software Development
Libraries and SDKs are often used interchangeably, but they solve different problems. This post explains what each one is and when you'd reach for one over the other.
Understanding the Language Processors - Transpiler, Parser, Compiler, and Bundler in Software Development
Parsers, transpilers, compilers, and bundlers each play a different role in turning the code you write into something a machine can run. This post explains what each one does.
Writing Unit Tests with Jest
A practical introduction to writing unit tests with Jest, covering setup, matchers, async tests, test organization, setup and teardown hooks, and mocking.
Writing an Accessible Angular Application - A Comprehensive Guide
Accessibility is a core requirement in modern web development. This guide walks through practical Angular techniques for building accessible applications with semantic HTML, keyboard navigation, focus management, and testing.