Alvin Crespoalvincrespo.hashnode.dev·Oct 18, 2024Enhancing a Scalable Export in Ruby on Rails: Lessons LearnedIn my last blog post, I walked you through the implementation of a scalable export system in a Ruby on Rails application. Since then, I’ve encountered a few challenges, particularly around concurrency, file locking, and ensuring that data exports are...DiscussRuby on Rails
Jachen Duschlettaforqrynblog.qryn.dev·Sep 26, 2024🔎 Cloudflare Tail Workers + qrynSupercharge Your Observability: Using Cloudflare Tail Workers with qryn In the ever-evolving landscape of cloud computing and web services, observability has become a critical aspect of maintaining robust and efficient systems. Today, we're excited t...Discuss·10 likes·73 readscloudflare
Samsam006.hashnode.dev·Sep 19, 2024Setup of Cloudflare’s WorkersIntroduction about Workers Before setup and running a worker, let's first understand what a worker is and is what speciality it holds in the current market of different cloud providers. I always looked at Cloudflare as a company which provides some C...Discusscloudflare d1
Daniel Adesojiblog.sojidaniels.com·Jun 8, 2024Understanding Background Workers in Node.jsWhat Are Background Workers? Background workers are processes that handle tasks outside of the main application flow. These tasks are executed asynchronously, allowing the primary application to remain responsive and efficient. In the context of Node...Discuss·1 like·50 readsworkers
Ankita Sharmacodecraftbyankita.hashnode.dev·Apr 19, 2024Workers in JavaScriptIntroduction JavaScript, often celebrated for its simplicity, surprises many with its single-threaded nature, seemingly limiting its ability to handle complex tasks efficiently. However, it has a hidden concurrency solutions. What are those solutions...Discussworkers
Hasnat Razamhr202.hashnode.dev·Jun 5, 2023Rails Background Jobs - Reconstruct Your ApplicationHas your Rails application ever experienced a situation where it becomes slow while handling large amounts of data, sending emails, or performing other demanding computations? During those times, you probably wished for a solution that could efficien...DiscussReact
Mrugesh Mohapatrahn.mrugesh.dev·May 22, 2023How to reject recruiter emails with a custom no-reply email address?The spammer's curse I understand how frustrating it is to get spam emails from recruiters and others who harvest email addresses from GitHub. GitHub displays the Git Author email address on every commit if the repository is public. However, it's wort...thomas ruth and 1 other are discussing this2 people are discussing thisDiscuss·284 readsspam
Kengineering.oohalo.com·Dec 11, 2022Can we have a scalable fastapi service with common cache ?So as it goes, we were using FastAPI for one of the apps. Our app uses a lot of memory(for ml models). Premise: I wanted to launch multiple workers of the app as Python is single-threaded and also be able to have a common cache across. We can use Uvi...Discuss·26 readsFastAPI