QR Code
OWT Web Services       http://owtweb.com
[Skip to Content]

One World Telecommunications - Web Services

OWT has been designing and programming web pages since 1994. A lot has changed in that time, as access speeds have increased and technologies evolved. While technological advancements have been great for both the user and web site owner, it is important to distinguish between what industry innovations are appropriate for each individual client's needs and which are not. OWT has the experience to wade through the technological noise and decide which tech will prove to be the best fit for your application. Whether it be leveraging the growing importance of search engine recognition or ensuring the user experience is positive through an efficient and sleek design, OWT is prepared to create a website beneficial for the client as well as their users. 

We provide cost-effective solutions for most any budget.  From over-the-top sites with an extensive custom feature set down, to the simplest brochure site; we can deliver your next website for less than you think. We also provide you with the tool set to keep your content fresh and compelling. 

Although we have clients throughout the United States, we pride ourselves on the exceptional customer service we provide to our customers in the Kennewick, Richland, Pasco and Walla Walla areas. When it comes to accurately designing and implementing a web site, we put customers first. 

Trust the experience that OWT has gained over such a long time in this relatively young industry. OWT will help you make smarter and more cost-effective decisions to make your web initiative positive, productive and profitable. 

 

Affordable & Easy to Manage
Increase
Powerful CMS

Upgrade Your Site for Easy Content Management!

Let OWT upgrade your website to use our powerful CMS (Content Management System) that includes a great many powerful features and easy content mangement.  The OWT CMS is also MOBILE FRIENDLY supporting phones and tablets automatically. 

We can use your design or your graphic designers or create a design for you cost effectively.  Building a site in our CMS is fast and efficient. Most small business sites will cost less than $1000 and be unique and customized to your business and needs!  

Our latest features make our CMS and LMS platforms even better! New Video Chat features and Distance Learning Options in our Summer 2020 updates!

Contact us now and see how easy and painless we can make this transition for you!

OWT Makes it Easy!

No matter your web need let OWT show you just how easy we can make it for you!  We tame the technology for you - you don't have to learn complicated control panels as we can do it all for you.  From domain registration to Email and full-featured web hosting OWT can simplify your web experience immensely. 

Industry News

03/02/2026





















#​775 — March 3, 2026

Read on the Web





JavaScript Weekly








Bun v1.3.10 Released: A Surprisingly Big Update — Bun’s REPL has been completely rewritten with many improvements (both practical and cosmetic), there's a --compile --target=browser option for building self-contained HTML files with all JS, CSS, and assets included (ideal for simple JS-powered single page apps), full support for TC39 stage 3 ES decorators, a faster event loop, barrel import optimization, and more.


Jarred Sumner






Still Writing Tests Manually? Meticulous AI Is Here — Notion, Dropbox, Wiz and LaunchDarkly now use a testing paradigm they can’t work without. Built by former Palantir engineers, Meticulous automatically creates an evolving suite of E2E UI tests, delivering exhaustive coverage with no developer effort.


Meticulous sponsor






External Import Maps, Today! — Several weeks ago Lea posted about web dependencies being broken, but now she has a solution. The core technique employed to emulate support for external import maps isn't obvious, despite being simple, but is already offered by JSPM 4.0.


Lea Verou




IN BRIEF:





RELEASES:




📖  Articles and Videos





Making WebAssembly a First-Class Citizen on the Web — WASM has come a long way but remains tricky to work with on the Web, with even performing a console.log requiring a lot of glue code. Ryan makes the case that the WebAssembly Component Model could change this by letting modules bind directly to browser APIs, load directly from script tags, and more.


Ryan Hunt






We Deserve a Better Streams API for JavaScript“I’m publishing this to start a conversation,” says James who shows off an alternative approach to Web streams that works around the current standard’s “fundamental usability and performance issues.” The end results and James' extensive experience in this area make for a compelling argument.


James M Snell






npx workos: An AI Agent That Writes Auth Directly Into Your Codebase — Reads your project, detects your framework, writes the integration, then typechecks and fixes its own build errors.


WorkOS sponsor






The Illusion of JavaScript-Powered 'DRM' — An explanation of why building a DRM/copy protection system purely in JavaScript (rather than EME-based approaches) is ultimately just “sophisticated friction”, at best, and uses a tale of breaking a (NSFW) platform’s protection to make the point.


Ahmed Arat






How Cloudflare Rebuilt Next.js with AI in a Weekvinext is an experimental, Vite-based reimplementation of Next.js’s API surface, letting existing apps run in more environments, though with some tradeoffs.


Steve Faulkner (Cloudflare)






Using Val Town to Get Me to the MoviesVal Town is a fantastic platform for quickly writing and deploying JavaScript-powered services. Like this one!


Raymond Camden




📄 Sticky Grid Scroll: Building a Scroll-Driven Animated Grid – I’m not a huge fan of scroll-driven effects, but this one does look neat. Theo Plawinski


📄 From instanceof to Error.isError for Safer Error Checking Matt Smith


📄 Proxying Fetch Requests in Server-Side JavaScript Nicholas C. Zakas


▶️ Why I Chose Electron Over Native (And I’d Do It Again) Syntax Podcast


📄 Using React Native to Create Meta Quest VR Apps Chludziński, Jaworski, and Leyendecker



🛠 Code & Tools





txiki.js: A Small, Powerful JavaScript Runtime — Stands on the shoulders of QuickJS-ng and libuv and aims to support the latest ECMAScript features while being WinterTC compliant. GitHub repo.


Saúl Ibarra Corretgé






numpy-ts: A NumPy Implementation for TypeScript — A recreation of NumPy, a fundamental piece of the Python scientific computing ecosystem, that works in the browser, Node, Bun, and Deno. 94% of NumPy’s API is covered so far and there’s an online playground to give it a try.


Nicolas Dupont






Ship Real-Time Features Without Real-Time Complexity — TimescaleDB extends Postgres: hypertables, 95% compression, continuous aggregates. Run analytics on live data. Try free.


Tiger Data (creators of TimescaleDB) sponsor






Yoopta Editor 6.0: A Headless Rich Text Editor for React — MIT-licensed library for creating block-based, Notion-style rich text editing experiences. It’s headless at heart, but comes with a variety of UI components to get started fast. The playground offers a live example.


Akhmed Ibragimov






AdonisJS v7 Released: 'Batteries-Included' Node.js Framework — A popular framework that includes auth, ORM, queues, testing, etc. With v7 comes an all new web site, OpenTelemetry integration, new starter kits to rapidly build new apps, and more.


Harminder Virk






🎨 Color Thief 3.0: Grab Color Palettes from Images — Given an image, this uses canvas to return a list of the dominant colors. Works in browsers or Node. Now with OKLCH support, Web Worker offloading, ‘live extraction’ for video, canvas and image elements, and more. GitHub repo.


Lokesh Dhakar






📊 ng2-charts: Chart.js-Based Charting Library for Angular — Now with Angular 20 support.


Valor Labs






vue-superselect: A Headless Select/Combobox for Vue 3


Nemanja Malesija






  • 📄 React PDF 10.4 – Display PDFs in React apps. v10.4 adds the ability to override colors used in rendering.




  • 🕹️ JSNES 2.0 – JavaScript NES emulator for browsers and Node. (Demo.)




  • Milkdown 7.19 – Plugin-driven WYSIWYG markdown editor framework.




  • Peggy 5.1 – Simple parser generator.





📢  Elsewhere in the ecosystem















02/23/2026





















#​774 — February 24, 2026

Read on the Web





JavaScript Weekly








Oxfmt Beta: A Fast, Rust-Powered JavaScript Code Formatter — A 100% Prettier-compatible JavaScript code formatter (and sister project of Oxlint) that boasts being 30x faster than Prettier and 3x faster than Biome. Since the alpha, it now supports embedded language formatting (JSX, YAML, HTML, etc), Tailwind CSS class sorting, import sorting, and more.


Boshen, Dunqing, and Sugiura (VoidZero)






FlexGrid by Wijmo: The Industry-Leading JavaScript Datagrid — A fast and flexible DataGrid for building modern web apps. Key features and virtualized rendering are included in the core grid module. Pick & choose special features to keep your app small. Built for JavaScript, extended to Angular, React, and Vue.


Wijmo From MESCIUS sponsor




IN BRIEF:



RELEASES:




📖  Articles and Videos








The Fastest Frontend Tooling for Humans and AI — Christoph (of Jest fame) covers his preferred tools for getting your JavaScript tool stack running as fast as possible. It’s also intended for LLMs to process via this Markdown version.


Christoph Nakazawa






Goodbye innerHTML, Hello setHTML for Stronger XSS Protection — As of v148, Firefox supports the Sanitizer API. Rather than assigning HTML to DOM nodes with innerHTML, you can use setHTML for safety by default. It’s a cutting-edge feature, with Chrome 146 (beta) also adding support, but nothing in Safari yet, so DOMPurify will remain useful for a while.


Mozilla Hacks






Clerk's Free Tier Now Covers 50,000 MRUs — Up from 10K. MFA included in Pro. Unlimited apps on all plans. No per-app upgrades anymore.


Clerk sponsor






Halving Node.js Memory Usage with Pointer Compression — Cloudflare, Igalia, and the Node project have collaborated on node-caged, a Node.js 25 Docker image with V8 pointer compression enabled, yielding up to 50% memory savings. Matteo digs into all the details.


Matteo Collina




📺 My Angular Stack in 2026 – An opinionated walk through tools the author would pick if starting a new Angular project now. Rainer Hahnekamp


📄 How to Publish to npm from GitHub Actions – Using the new npm OIDC trusted publishing workflow. Gleb Bahmutov


📄 Building an Endless Procedural Snake with Three.js and WebGL Sujen Phea



🛠 Code & Tools








OpenSeadragon 6.0: A Web Viewer for High Resolution Images — A big step forward for a project that’s almost 15 years old, and one of few stable, trusty options for rendering ultra-high resolution images for users to zoom into and pan around. Version 6 introduces a new async and cache-managed pipeline, making it far more efficient at scale.


OpenSeadragon Contributors




💡 OpenSeadragon was recently used as the basis for the Isometric NYC (well worth reading about in its own right!) project.





SurveyJS: JavaScript Libraries for Dynamic Web Forms — Build JSON-driven forms in your app (React/Angular/Vue) without SaaS limitations. Keep full ownership of your data.


SurveyJS sponsor






bignumber.js 10.0: Library for Arbitrary-Precision Arithmetic — Works around limitations of JavaScript’s Number and BigInt types, such as if you need to work with very large non-integers. Usefully, the library is included on the page so you can play with it in the JS console.


Michael Mclaughlin






 Slowmo: Slow Down, Pause, or Speed Up Time — A tool you can use either as a library or browser extension that slows down time in the browser for debugging and testing purposes. It slows down numerous things including CSS animations, transitions, and requestAnimationFrame.


Francois Laberge






React Doctor: Give Your React Code a Quick Check-Up — Fresh from the creator of React Scan and React Grab, a new tool that scans your codebase and gives you a 0-100 score. (GitHub repo.)


Aiden Bai




💡 Angular Doctor is a similar project for Angular apps inspired by React Doctor.





Vue Scrollama 3.0: Vue Component for Scroll-Driven InteractionsScrollama is a library for doing so called ‘scrollytelling’ where scroll position affects the presence of certain elements in the viewport. This project makes it easier to use with Vue.


Vignesh Shenoy














📰 Classifieds




💛 JSNation | the key web dev conference | June 11 & 15. Don’t miss out - 50+ talks, 1.5K devs to connect, Amsterdam vibes, & global access.



Ex‑Palantir engineers built Meticulous, an E2E UI testing tool that automatically covers every edge case, boosting product quality and development speed.






📢  Elsewhere in the ecosystem















02/16/2026





















#​773 — February 17, 2026

Read on the Web





JavaScript Weekly








TanStack Hotkeys: A Type-Safe, Cross-Platform Hotkey Library — The TanStack family gains a new member: Hotkeys, an alpha-stage universal keyboard interaction toolkit. It handles cross-environment quirks, supports multi-step sequences (like Vim commands or cheat codes), and can record user shortcuts. Here's the full pitch.


TanStack LLC




💡 Being in alpha, the focus in the docs is on React for now, but it's not React only, and they're looking for help with Solid, Angular, Svelte, and Vue adapters.





Still Writing Tests Manually? Meticulous AI Is Here — Notion, Dropbox, Wiz, and LaunchDarkly have found a new testing paradigm - and they can't imagine working without it. Built by ex-Palantir engineers, Meticulous autonomously creates a continuously evolving suite of E2E UI tests that delivers near-exhaustive coverage with zero developer effort.


Meticulous sponsor






Announcing TypeScript 6.0 Beta — v6.0 is largely a “time to clean up your tsconfig” release, designed to bridge the transition to the Go-powered native TypeScript 7 later this year. Be aware of some tweaks, like types defaulting to [] and --strict now being true by default, among many more breaking changes and deprecations.


Microsoft




IN BRIEF:





RELEASES:




📖  Articles and Videos








Experiments with CodeMirrorCodeMirror is one of the most robust code editor components out there (we’ve just used it while rebuilding our newsletter editor!) and it’s very extensible too, as seen in this walkthrough of building a VSCode-like ‘change review’ feature for it.


Antonio De Lucreziis






How to Make an HTTP Request in Node.js — A comprehensive guide to using fetch in production, tackling timeouts, streaming requests and responses, retries, concurrency, mocking, and more. Most of this is useful in the broader JavaScript context.


Luciano Mammino






One Database for Transactions and Analytics. No Pipelines — TimescaleDB extends Postgres so analytics runs on live data—no sync lag, no drift, no second system. Try free.


Tiger Data (creators of TimescaleDB) sponsor






Implementing Virtual Scrolling at Billion-Row Scale — A walkthrough of tackling the numerous challenges involved in building a table component (HighTable) that handles billions of rows.


Sylvain Lesage






JS-Heavy Approaches Aren't Compatible with Long-Term Performance Goals — A web performance engineer at Automattic makes the case against JS-heavy architectures and in support of a more server-centric approach.


Sérgio Gomes




📄 Fun with TypeScript Generics – Not your typical entry-level tutorial but a dive into a niche use case. Adam Rackis


📄 Building Bulletproof React Components – Elegant, no-nonsense tips from the co-creator of SWR. Shu Ding


📄 How Rolldown Works: High-Performance Code Splitting with Bitset Logic Atriiy


📄 Angular Bindings: What Are They and How Do I Use Them? Bo French



🛠 Code & Tools





Electrobun v1: A Bun-Based Desktop App Approach — An introduction to a cross-platform runtime for JS/TS desktop apps. It uses the OS’s default web renderer (like Neutralinojs) with Bun as the engine and bundler behind the scenes. The resulting bundles are as small as 12MB. (Homepage and GitHub repo.)


Blackboard




💡 Electrobun's creator ▶️ shows it off in this 4 minute video.





Console Ninja: Inline Logs & Smarter Debugging — See console output, runtime data, and errors next to your code, shared with your AI. Rethought, redesigned, and rebuilt in v2 for faster JavaScript debugging workflows.


Wallaby Team sponsor






fetch-network-simulator: Intercept fetch to Simulate Poor Network Conditions — The heart of this is a library that intercepts fetch and applies rules to do things like drop random requests, delay them, or slow them down, so you can see how resilient your app is.


Karn Pratap Singh






Peek: A Lightweight Library for Smart Page Header Behavior — You can see it in action on the page. It’s “smart” in that it will differentiate between small insignificant scrolls and intentional ones. You can customize the thresholds and delays and it works with any framework. Repo here.


Chad Pierce






🏎️ Rari: Runtime-Accelerated Rendering Infrastructure — A React Server Components framework but with a Rust-powered server runtime, aiming for higher throughput and lower latency. The getting started guide will help you get the idea.


Ryan Skinner






Broad Infinite List: A Bidirectional Infinite List for React and Vue — Smoothly stream logs, feed updates, or chat history in both directions without layout shifts.


suhaotian






  • 📊 Perspective 4.2 – Interactive analytics and data viz component for large/streaming datasets.




  • Dockview 5.0 – Zero dependency layout manager supporting tabs, groups, grids, and split views.




  • ♟️ Stockfish.js 18 – A WASM port of the Stockfish chess engine you can use from JavaScript.




  • Ohm 17.5 – Parsing toolkit for building parsers, interpreters, etc.









📰 Classifieds




🔥JSNation 2026 lineup: Matt Pocock, Luca Mezzalira & more speakers revealed! Let’s talk modern web dev in beautiful Amsterdam this June.



📸 Add robust 1D/2D barcode scanning to your web app with STRICH. Easy integration, simple pricing. Free trial and demo app available.






📢  Elsewhere in the ecosystem















02/09/2026





















#​772 — February 10, 2026

Read on the Web





JavaScript Weekly








npmx: A New npm Registry Package Browser — A smooth, fast way to browse packages on the official npm registry. It’s certainly fast, smooth, and you see more info up front and center - check out the axios page for example. “We’re not replacing the npm registry, but instead providing an elevated developer experience through a fast, modern UI.”


npmx




💡 A particularly nifty feature is the ability to compare packages quickly, in areas like size, dependencies, module format, license, etc.





The Most Loved JavaScript Course Year After Year — JavaScript: The Hard Parts is rated 4.92 on average by thousands of developers. Build real mental models for how JavaScript works, from execution context and closures to async behavior and modern language features.


Frontend Masters sponsor






📊 The State of JS 2025 Survey Results — The results of the annual survey are here, compiling the opinions of over 12,000 JavaScript developers into a flurry of charts in areas as diverse as language pain points, frontend framework choices, build tool usage, how much of their code is AI generated, and what non-JS/TS languages they use.


Devographics






ESLint v10.0.0 Released — This long-awaited milestone completes the removal of the legacy eslintrc config system, introduces a new config lookup algorithm that starts from the linted file (great for monorepos), adds JSX reference tracking to fix scope analysis issues, and more.


ESLint Team




IN BRIEF:





RELEASES:




  • 🤖 Transformers.js v4 Preview – Run ML models in the browser on top of a new WebGPU runtime.




  • Bun v1.3.9 – Run multiple package.json scripts concurrently/sequentially with --parallel/--sequential, faster Bun.markdown.react(), regexps get a SIMD boost, and more.




  • Ink 6.7 – Build rich terminal apps with React. v6.7 adds concurrent rendering and synchronized updates (less flicker!)




  • Ember 6.10 – Cleanups and modernization for the stable, battle-tested framework.





📖  Articles and Videos








It’s About to Get a Lot Easier For Your JavaScript to Clean Up After Itself — A fun technical exploration of Symbol.dispose and using, two new features that’ll ease many headaches around cleaning up after yourself: closing connections, freeing resources, etc. Just watch out for the Muppets…


Mat Marquis






▶  Evan You on Vite, Rust and the Future of JS Tooling — The Vue.js creator joined the Better Stack podcast to discuss his path from building Vite to founding VoidZero and developing a Rust-based JS toolchain.


Evan You and Better Stack






Debugging a Next.js Production Issue with Sentry Logs, Not Just Errors — Lessons from a Next.js production debugging session where understanding behavior mattered more than stack traces.


Sentry sponsor






🤖 Debugging React with AI: Can It Replace an Experienced Developer? — Nadia rigged up an app laced with subtle bugs, unleashed Claude on it, and… watched it fail to impress.


Nadia Makarevich




📄 Why Inngest Migrated from Next.js to TanStack Start Jacob Heric


📄 Implementing the Temporal Proposal in JavaScriptCore Tim Chevalier (Igalia)


📄 What to Expect in Angular 22 Kelly Vatter (Mescius)


📄 Solid.js Best Practices Brenley Dueck



🛠 Code & Tools





Shovel.js: What If Your Server Were Just a Service Worker? — A full-stack framework and meta-framework built around the Service Worker model, using Web APIs wherever possible to provide a consistent server surface across Node, Bun, and edge runtimes.


Brian Kim






VerifyFetch: Fetch Large Files with Resume and Verification Features — Imagine fetch but with the ability to resume downloads, check you downloaded what you meant to download, and fail fast on any corruption. GitHub repo.


Hamza Ezzaydia






Teach Your AI Coding Agent How to Implement Clerk Authentication — One command installs Clerk Skills for Claude Code, Cursor, Copilot, and more. Your agent learns auth so you ship faster.


Clerk sponsor






🔐 OTPAuth: One-Time Password (HOTP/TOTP) Library — Node, Deno, Bun and browser library to generate and validate TOTP and HOTP one-time passwords used in two-factor auth.


Héctor Molinero Fernández






📺 Shaka Player 5.0: Library for Playing Adaptive Media — Play formats like DASH and HLS in the browser sans plugins. Supports offline store & playback via IndexedDB. (Demos.)


Shaka Project










📰 Classifieds




🎉Notion, Dropbox, Wiz, and LaunchDarkly have switched to Meticulous for frontend tests that provide near-exhaustive coverage with zero developer effort. Find out why.



📸 Add robust 1D/2D barcode scanning to your web app with STRICH. Easy integration, simple pricing. Free trial and demo app available.






📢  Elsewhere in the ecosystem















02/05/2026

It is not all that uncommon to see tools and resources advertised for use by designers and agencies as being “the best”.  Obviously, not all can be the best. To find out for yourself you need to know for what and why a given tool or resource is said to be best. Given the number […]


The post 12 Must-Have Tools and Resources for Designers and Agencies in 2026 appeared first on WebAppers.