Search
L2TP VPN v AWS snadno a rychle
19.8.2020
Tento článek vznikl na základě podnětů k předchozímu článku o zprovoznění proxy serveru na Digital Ocean. V něm jsem zmiňoval, že proxy server rozhodně nenahrazuje VPN, které zajišťuje plně šifrovaný přístup. Podíváme se tedy, jak si zprovoznit vlastní VPN server
radEventListener: a Tale of Client-side Framework Performance
18.8.2020
React is popular, popular enough that it receives its fair share of criticism. Yet, this criticism of React isn’t completely unwarranted: React and ReactDOM total about 120 KiB of minified JavaScript, which definitely contributes to slow startup time. When client-side rendering in React is relied...
Fusing With Whales: Cashfusion Privacy Mixing Expands Allowing 10x Bigger Coins
12.8.2020
On August 11, 2020, the Electron Cash developer Jonald Fyookball announced that Cashfusion tiers have been expanded to allow 10x bigger coins to be fused. The announcement got the Bitcoin Cash community excited to “fuse with whales,” as the increase has been upped from 0.82 BCH to...
Don’t Wait! Mock the API
10.8.2020
Today we have a loose coupling between the front end and the back end of web applications. They are usually developed by separate teams, and keeping those teams and the technology in sync is not easy. To solve part of this problem, we can “fake” the API server that the back end tech...
Proxy server na Digital Ocean snadno a rychle
6.8.2020
Vlastní proxy server se hodí v případě, že potřebujete přistupovat ke službám, které jsou geograficky limitované, nebo jednoduše potřebujete svou službu otestovat z jiné země
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...