Found 1003 bookmarks
Newest
Mock JSON API endpoints for Testing
Mock JSON API endpoints for Testing
So, imagine a scenario where you’re working on a project that has its front end (or a mobile app) ready to consume data from the backend. But, the backend is not ready yet. How would you test your front end in this case?
·amitmerchant.com·
Mock JSON API endpoints for Testing
Finding RSS feeds
Finding RSS feeds
I love RSS, and I love that it exists. RSS is an open standard for “content syndication”, which basically means you can scrape a list of content from a website and then read it wherever and however you want. Because it’s an open standard, and a fairly simple one at
·theorangeone.net·
Finding RSS feeds
Migrations: Refactoring for Your System
Migrations: Refactoring for Your System
Some observations, principles and best practices for large, first-party software migrations
·blog.bitsrc.io·
Migrations: Refactoring for Your System
Streamline Your Software Testing with Batch Testing
Streamline Your Software Testing with Batch Testing
By employing batch testing, we can validate various scenarios and edge cases related to user registration in a consolidated manner.
·hackernoon.com·
Streamline Your Software Testing with Batch Testing
Building a Design Portfolio with Enhance — Begin Blog
Building a Design Portfolio with Enhance — Begin Blog
Cole goes on a deep dive through our new design portfolio example, and demonstrates how a little HTML and CSS can go a very long way in 2023.
·begin.com·
Building a Design Portfolio with Enhance — Begin Blog
JavaScript Gom Jabbar
JavaScript Gom Jabbar
What's inside that package.json? Pain.
·frantic.im·
JavaScript Gom Jabbar
CommonJS is hurting JavaScript
CommonJS is hurting JavaScript
How CommonJS became Node's module system, ESM solved modules for the browser, and why supporting both slows down the JavaScript ecosystem.
·deno.com·
CommonJS is hurting JavaScript
How to Write More Efficient JavaScript Conditions
How to Write More Efficient JavaScript Conditions
When you're coding in JavaScript, conditions are important for developing a functional application. Conditional statements are important because you use them as "validators" which can either return truth or false. You can then use them to trigger further actions within the program. But with many long, messy if statements
·freecodecamp.org·
How to Write More Efficient JavaScript Conditions
Using useMutation to make an advanced toggle in React
Using useMutation to make an advanced toggle in React
Recently, we were adding some new functionality to our dashboard, and we wanted an experience like this: The basic features are: * The toggle should make an external request when clicked to change the setting * While the request is being made, a loading spinner should appear next to the toggle * If
·propelauth.com·
Using useMutation to make an advanced toggle in React
Ultimate Guide: NextJS, NestJS & TRPC Monorepo [Updated 2023]
Ultimate Guide: NextJS, NestJS & TRPC Monorepo [Updated 2023]
Discover how to create a fully type-safe pnpm monorepo using NestJS and NextJS. This comprehensive tutorial covers the integration of tRPC as the API layer, providing end-to-end type safety for your full-stack TypeScript application.
·tomray.dev·
Ultimate Guide: NextJS, NestJS & TRPC Monorepo [Updated 2023]
WebContainer API Docs
WebContainer API Docs
Build the future of web based coding experiences, from interactive tutorials to instant production-ready dev environments.
·webcontainers.io·
WebContainer API Docs
A Primer on the Built-in Node.js Test Runner
A Primer on the Built-in Node.js Test Runner
A 5-minute primer on the built-in Node.js test runner. Learn how to structure your project, write tests, and run them.
·blog.endpts.io·
A Primer on the Built-in Node.js Test Runner
wasmati: You should write your WebAssembly in TypeScript - ZKSECURITY
wasmati: You should write your WebAssembly in TypeScript - ZKSECURITY
If you know about WebAssembly or Wasm, you might have heard a few different pitches for why you need it: It’s a low level language for the web. So, it’s faster than JS. Use it to speed up things. It’s a build target. As such, it enables you to use languages other than JS on the web. You could write a web library in Rust or Go! You actually don’t use it on the web, but on the backend!
·zksecurity.xyz·
wasmati: You should write your WebAssembly in TypeScript - ZKSECURITY
DVLA Software Developers: Behind the Screens - Department for Transport Careers
DVLA Software Developers: Behind the Screens - Department for Transport Careers
I’m Tom Collins and I am Principal Software Engineer at the Driver and Vehicle Licencing Agency. More specifically I work within Service Creation where we focus on digital product delivery across several major workstreams. A software developer is a multi-disciplined person who is capable of designing, developing, maintaining, updating, testing, and evaluating software systems and processes. You may […]
·careers.dft.gov.uk·
DVLA Software Developers: Behind the Screens - Department for Transport Careers
An introduction to @scope in CSS
An introduction to @scope in CSS
Style based on proximity and set a lower boundary for a selector.
·fullystacked.net·
An introduction to @scope in CSS
Theming
Theming
Use CSS Variables to customize the look and feel of your application.
·ui.shadcn.com·
Theming