11102. Comic Relief extends relationship with GoCardless to easily collect donations year-round (gocardless.com)
11103. Building Modern Chat App with Python & messaging APIs (deploy-preview-325--pubnub-web-builder.netlify.app)
Build a scalable Python chat app using PubNub for real-time messaging, presence detection, and low-latency communication with easy API integration
11104. Building Modern Chat App with Python & messaging APIs (www.pubnub.com)
Build a scalable Python chat app using PubNub for real-time messaging, presence detection, and low-latency communication with easy API integration
11105. Getting started with Laravel and Postgres (supabase.com)
Learn how to create a new Laravel PHP app and connect it to a Supabase PostgreSQL database.
11106. TDD: Writing Testable Code (medium.com)
11107. Change Hostname in Linux (jaketrent.com)
Here's how to permanently change the hostname in Linux.It's simple enough:hostnamectl set-hostname mynewhostnameThen see what it's set to:hostname
11108. Empty the Trash from Terminal (jaketrent.com)
Here's a way to empty the trash from the terminal.Trashed files simply sit in a hidden folder in your home directory. Delete it for good, and trash is emptied:rm -rf ~/.local/share/TrashCheck your before/after disk usage with df.
11109. Format USB Drive as FAT32 (jaketrent.com)
How to format a USB Drive for FAT32.See USB drivesPlug your USB drive in, and you'll see a new device show up. Run lsblk and see something like:NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS ... sda 8:0 1 961M 0 diskThere it is. /dev/sda is our USB drive.Format FAT32Fat32 is a pretty good filesystem for a...
11110. Year in Review: 2023 into 2024 (taniarascia.com)
It's 2024, y'all. We're 20 days into the year, so I'm running out of time to write that end of year post I always do. I haven't quite known…
11111. Year in Review: 2023 into 2024 (www.taniarascia.com)
It's 2024, y'all. We're 20 days into the year, so I'm running out of time to write that end of year post I always do. I haven't quite known…
11112. How Core Web Vitals affect SEO (vercel.com)
11113. Desktop Toast Notifications with C#, WPF & MVVM (deploy-preview-325--pubnub-web-builder.netlify.app)
This guide will walk you through building the front-end and back-end code for desktop notifications with the MVVM design pattern.
11114. Desktop Toast Notifications with C#, WPF & MVVM (www.pubnub.com)
This guide will walk you through building the front-end and back-end code for desktop notifications with the MVVM design pattern.
11115. Thoughts on Generative AI and anime (matt.aimonetti.net)
For a little while, I’ve been considering the potential impact of generative Artificial Intelligence on various areas of our lives, more recently I’ve had very interesting conversations about applying AI to help the creations of manga/animé. This blurb was writing to help think through the challenge...
11116. Building a Chat Application Using Node.js (deploy-preview-325--pubnub-web-builder.netlify.app)
Build scalable, real-time text and video chat apps with Node.js, leveraging WebSocket and WebRTC, while learning best practices for performance and security
11117. Building a Chat Application Using Node.js (www.pubnub.com)
Build scalable, real-time text and video chat apps with Node.js, leveraging WebSocket and WebRTC, while learning best practices for performance and security
11118. Scaling Challenge Leaderboards for Millions of Athletes (medium.com)
11119. What is Big Data? Definition and examples (deploy-preview-325--pubnub-web-builder.netlify.app)
Unlock the power of Big Data! Learn its core concepts, tools, and best practices that every data engineer needs to design scalable data pipelines
11120. Crafting Beacons: Utilizing BLE for Android Devices (deploy-preview-325--pubnub-web-builder.netlify.app)
An updated overview of how to build an Android beacon (ie. iBeacon), including in-depth tutorials on building the emitter and detector.
11121. What is Big Data? Definition and examples (www.pubnub.com)
Unlock the power of Big Data! Learn its core concepts, tools, and best practices that every data engineer needs to design scalable data pipelines
11122. Crafting Beacons: Utilizing BLE for Android Devices (www.pubnub.com)
An updated overview of how to build an Android beacon (ie. iBeacon), including in-depth tutorials on building the emitter and detector.
11123. Comparing AWS Transit Gateway and VPC Peering (deploy-preview-325--pubnub-web-builder.netlify.app)
Explore the comparison between AWS Transit Gateway and VPC Peering, and how they impact modern cloud networking decisions.
11124. Comparing AWS Transit Gateway and VPC Peering (www.pubnub.com)
Explore the comparison between AWS Transit Gateway and VPC Peering, and how they impact modern cloud networking decisions.
11125. Branch chose Neon for its true Postgres and serverless nature (neon.com)
Using Neon has meant our developers can continue to spend their time on things that meaningfully drive the business forward, instead of babysitting infrastructure. Adithya Reddy, Developer 4 at Branch Branch is a leader in innovative home and auto insurance that’s simple to buy and built for savings...
11126. Horizontally scaling the Rails backend of Shop app with Vitess (shopify.engineering)
Shop app horizontally scaled a Ruby on Rails app with Vitess. This blog describes Vitess and our detailed approach for introducing Vitess to a Rails app.
11127. Bring Your Own Extensions to Serverless PostgreSQL (neon.com)
Extensions in PostgreSQL are comparable to libraries in programming languages or plugins in web browsers. They are pivotal in the PostgreSQL ecosystem, providing additional functionalities ranging from encryption and AI to handling time series and geospatial data. More complex extensions can transfo...
11128. How to build AI-powered apps using Postgres and DronaHQ (neon.com)
AI, no-code, and low-code have captured the world’s imagination. Developers now have an easier time adding new features than ever before. These new tools have really made a difference for developers, helping them build bigger systems, and do it all much faster. In this article, I want to draw your ...
11129. Date.now() (davidwalsh.name)
Ask any software engineer and they’ll tell you that coding date logic can be a nightmare. Developers need to consider timezones, weird date defaults, and platform-specific date formats. The easiest way to work with dates is to reduce the date to the most simple format possible — usually a timestamp....
11130. The Difference between Gaming Servers & Chat Servers (deploy-preview-325--pubnub-web-builder.netlify.app)
Segregate gaming servers from chat servers using advanced methodologies and recent technologies.