Articles by Tag #worker

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Running DeepSeek Janus-Pro-1B in the Browser: A Comprehensive Guide

The ability to run large language models (LLMs) directly in the browser has opened new possibilities...

Learn More 65 1Jan 28

Running DeepSeek-R1 in the Browser: A Comprehensive Guide

As AI technology evolves, running sophisticated machine learning models directly within the browser...

Learn More 56 1Jan 23

Optimizing heavy operations in Vue with Web Workers

Heavy computations on the main thread can lead to sluggish UI, dropped frames, and poor user...

Learn More 30 1Apr 14

A Story of Building a Storage-Agnostic Message Queue

A year ago, I was knee-deep in Golang, trying to build a simple concurrent queue as a learning...

Learn More 17 4May 9

How to use canvas in Web Workers with OffscreenCanvas

Lately, I have been working on a feature to capture images from media streams and scale them down to...

Learn More 9 0May 3

VarMQ Tuning Worker Pool

I've created a "tune API" for the next version of VarMQ. Essentially, "Tune" allows you to increase...

Learn More 5 0May 18

Boost Node.js Performance with Worker Threads 🚀 | Multithreading Explained!

Node.js is great for handling multiple requests asynchronously, but what if I tell you it struggles...

Learn More 4 0Mar 30

How to Use Cloudflare Workers to Deploy a Minimal Node.js API

When we think of deploying APIs, especially with Node.js, our minds usually go to Express.js servers...

Learn More 1 0May 26

Running Laravel Queue Worker in Production

Laravel Queue Worker plays an important role in running in the background. It does not put a load on...

Learn More 1 0Oct 17 '24

“ A Complete Guide to Obtaining a Work Permit Visa for New Zealand: Step-by-Step”

Are you thinking about starting a new job and living and working in New Zealand? Renowned for its...

Learn More 0 0Jul 2 '24

Introducing Threadosaurus: Simplify Worker Threads in Node.js with TypeScript

Managing worker threads in Node.js can be complex. That’s where Threadosaurus comes in — a simple,...

Learn More 0 0Oct 1 '24

Creation of a job processing library using Elixir and Redis

Today I will cover how you can build your job processing library and understand the core aspects of...

Learn More 0 0Jan 25

Bootstrapping Cloudflare Workers app with oak framework & routing controller

Hello all, Following up on my previous introductory post about the library oak-routing-ctrl, I'd...

Learn More 0 1Jun 30 '24

How to get data from Cloudflare worker GET/POST requests

Cloudflare worker Cloudflare Workers provides a serverless execution environment that...

Learn More 0 0Mar 27