Search
WordPress-Powered Landing Pages on a Totally Different Site via Cloudflare Workers
22.7.2020
What if you have some content on one site and want to display that content on another site? We can do this in the browser no problem. We can fetch it, and plunk it onto the page.
Ajax, right? Ugh. Now we’re in client-side rendered site territory, which isn’t great for performance...
Start9 Labs Pitches a Private At-Home Server. And It Works
8.7.2020
Start9 Labs’ Embassy server sets up its own private internet network and comes with its own operating system. We tried it
Casa Releases Results on Server Implementation Test
4.7.2020
Casa finds ElectrumX to be the “best bang for the buck” for server implementations after test
Online Data Analysis Points to Venezuela Accepting BTC for Passports
26.6.2020
During the last week, a number of bitcoiners have been discussing Venezuela’s Administrative Service for Identification, Migration, and Foreigners, also known as SAIME accepting bitcoin payments for passport applications and renewals. A number of crypto journalists couldn’t confirm...
Kraken Pledges $150K for Development of Open-Source BTCPay Server
25.6.2020
Crypto exchange Kraken has donated $150,000 to the foundation managing BtcPay Server, an open-source tool for merchants accepting bitcoin payments
Stay DRY Using axios for API Requests
18.6.2020
HTTP requests are a crucial part of any web application that’s communicating with a back-end server. The front end needs some data, so it asks for it via a network HTTP request (or Ajax, as it tends to be called), and the server returns an answer. Almost every website these days does this in some...
[aktualita] Livesport koupil od Petra Vachlera server Kinobox, chystá "svět videozábavy"
10.6.2020
Internetový portál Kinobox.cz, který informuje o novinkách ze světa filmu, mění majitele. Od Petra Vachlera ho podle magazínu Forbes kupuje společnost Livesport. Redakci pod vedením filmového publicisty Kamila Fily chce využít i pro budoucí streaming televizního vysílání. Kinobox se má pod novým...
How I Used Brotli to Get Even Smaller CSS and JavaScript Files at CDN Scale
5.6.2020
This article is about my experience using Brotli at production scale. Despite being really expensive and a truly unfeasible method for on-the-fly compression, Brotli is actually very economical and saves cost on many fronts, especially when compared with gzip or lower compression levels...
Hackers Plant Crypto Miners By Exploiting Flaw in Popular Server Framework Salt
4.5.2020
Hackers have exploited a critical flaw in infrastructure management tool Salt and, in one case planted crypto mining software
Continuous Deployments for WordPress Using GitHub Actions
6.4.2020
Continuous Integration (CI) workflows are considered a best practice these days. As in, you work with your version control system (Git), and as you do, CI is doing work for you like running tests, sending notifications, and deploying code. That last part is called Continuous Deployment (CD)....
Collective #600
2.4.2020
Fix an overloaded server * New use-cannon features * Ash's Smooth Scroll * Animockup
Collective #600 was written by Pedro Botelho and published on Codrops
APIs and Authentication on the Jamstack
31.3.2020
The first “A” in the Jamstack stands for “APIs” and is a key contributor to what makes working with static sites so powerful. APIs give developers the freedom to offload complexity and provide avenues for including dynamic functionality to an otherwise static site. Often, accessing an API requires...
The 3 Laws of Serverless
6.3.2020
Burke Holland thinks that to "build applications without thinking about servers" is a pretty good way to describe serverless, but...
Nobody really thinks about servers when they are writing their code. I mean, I doubt any developer has ever thrown up their hands and said “Whoa, whoa, whoa. Wait...
Minecraft Players Can Win Bitcoin on New Treasure Hunt Server
3.2.2020
A new Minecraft server allows players in the blocky universe to compete against one another to find hidden treasure and receive a bitcoin reward
Apollo GraphQL without JavaScript
29.1.2020
It's cool to see progressive enhancement being done even while using the fanciest of the fancy front-end technologies.
This is a button in a JSX React component that has a click handler applied directly to it that fires a data mutation Ajax request through Apollo GraphQL. That is about the least...
Bitcoin.com Releases SLP Indexer Server for High Performance Token Services
21.1.2020
Bitcoin.com is releasing the open source SLP Indexer Server for validating Simple Ledger Protocol tokens as part of its commitment to the development of the token ecosystem. The tool is designed to make SLP token transactions perform as fast as BCH and empower developers to create even greater...
IP Geolocation and Threat Intelligence API: ipdata (Sponsored)
20.1.2020
An IP address is a simple, numeric piece of information that gets passed to a server, but that IP address can provide a wealth of information with ipdata. With ipdata you can learn user location, language, currency, and much more! Quick Hits ipdata is an IP Geolocation and Threat Intelligence API....
BTCPay Server Now Processing Blockstream’s Liquid Assets
15.1.2020
BTCPay server now accepts assets issued on Blocksteam's sidechain, Liquid
[aktualita] SledováníTV zařadí do nabídky nejznámější server s obsahem pro dospělé
14.1.2020
Předplatitelé služby SledováníTV.cz, kteří využívají některý z balíčků Basic, Max, Maxi, Standard, Prémium nebo Relaxxx, uvidí od 15. ledna 2020 nový program. Provozovatel služby se dohodl na zařazení kanálu Pornhub, přidružené aktivity stejnojmenného serveru s obsahem pro dospělé. „Kanál bude...
Filtering Lists Dynamically With Vue on the Server Side is Easier Than You’d Think
4.12.2019
I recently attended the ARTIFACT conference in Austin, TX, and was inspired by a few talks about accessibility through the lens of site performance. It became clear to me that there is this tendency to rely on big JavaScript frameworks to handle the work — like React, Vue, and Angular — but that...