Search
JAMstack CMSs Have Finally Grown Up!
15.11.2019
This article is based on Brian's presentation at Connect.Tech 2019. Slides with speaker notes from that presentation are available to download.
In my experience, developers generally find the benefits of the JAMstack easy to comprehend. Sites are faster because the resources are static and served...
Build a 100% Serverless REST API with Firebase Functions & FaunaDB
31.10.2019
Indie and enterprise web developers alike are pushing toward a serverless architecture for modern applications. Serverless architectures typically scale well, avoid the need for server provisioning and most importantly are easy and cheap to set up! And that’s why I believe the next evolution...
Nepoužívám žádnou VPN pro bezpečnost nebo anonymitu
25.10.2019
NordVPN, poskytovatel VPN služeb, byl někdy v roce 2018 hacknut. V oficiální reakci stojí, že se jednalo jen o jeden server a že to bylo kvůli nezabezpečenému systému pro vzdálenou správu, který na stroji ponechal správce datacentra
[aktualita] Server iDnes.cz zveřejnil cenu předplatného, za první měsíc vydal 600 placených článků
21.10.2019
Přístup do placené sekce zpravodajského serveru iDNES.cz bude od začátku prosince stát 39 Kč měsíčně. Cenu předplatného zveřejnilo vydavatelství Mafra. Sekci iDNES Premium si podle firmy za první měsíc zkušebního provozu vyzkoušelo 150 tisíc lidí. Až do konce listopadu ale uživatelé mohou...
Filtering Data Client-Side: Comparing CSS, jQuery, and React
24.9.2019
Say you have a list of 100 names:
<ul>
<li>Randy Hilpert</li>
<li>Peggie Jacobi</li>
<li>Ethelyn Nolan Sr.</li>
<!-- and then some -->
</ul>
...or file names, or phone numbers, or whatever. And you want to filter them...
HaasOnline – Create Crypto Algorithms Without Coding
23.9.2019
HaasOnline Software, the creators of advanced crypto trading products, has announced the release of a Visual Editor, which leverages their overhauled scripting language, HaasScript. Users can choose between the newly released drag-and-drop visual editor or use the updated text-based editor while...
Microsoft posunul ukončení podpory pro Exchange Server 2010, podpora pro Windows 7 však 14. ledna skončí
18.9.2019
14. ledna příštího roku měla skončit nejen oficiální podpora operačního systému Windows 7, ale také MS Exchange Serveru 2010. Zatímco pro „sedmičky“ zůstává tento termín nadále v platnosti, v případě poštovního serveru se Microsoft rozhodl prodloužit dobu vydávání záplat o dalších devět měsíců –
Overflow And Data Loss In CSS
17.9.2019
"Data Loss" is a funny term. My brain thinks of like packet loss on the way from the server to your browser, resulting in missing content in files. Perhaps it is that on some level, but in CSS parlance, it has to do with the overflow property. Too much content for sized container + hidden overflow...
Square Crypto Grants BTCPay Foundation 100,000 Dollars to Support BTCPay Server
16.9.2019
Square Crypto has reported that it is giving the first of its several grants to help open-source projects in bitcoin to the BTCPay Foundation. Furthermore, the crypto-centered division of mobile payment organization, Square crypto is giving the BTCPay Foundation a grant of 100,000 dollars to help...
Weekly Platform News: Apple Deploys Web Components, Progressive HTML Rendering, Self-Hosting Critical Resources
13.9.2019
In this week's roundup, Apple gets into web components, how Instagram is insta-loading scripts, and some food for thought for self-hosting critical resources.
Apple deploys web components built using Stencil
The new Apple Music web app (beta) uses a JavaScript framework (Ember.js) but also...
Other Ways to SPAs
21.8.2019
That rhymed lolz.
I mentioned on a podcast the other day that I sorta think WordPress should ship with Turbolinks. It's a rather simple premise:
Build a server-rendered site.
Turbolinks intercepts clicks on same-origin links.
It uses AJAX for the HTML of the new page and replaces the current page...
Let’s Build a JAMstack E-Commerce Store with Netlify Functions
20.8.2019
A lot of people are confused about what JAMstack is. The acronym stands for JavaScript, APIs, and Markup, but truly, JAMstack doesn’t have to include all three. What defines JAMstack is that it’s served without web servers. If you consider the history of computing, this type of abstraction isn’t...
Let Mavo Shine in Building Interactive Web Applications
6.8.2019
As you could guess from the title, this tutorial is dedicated to Mavo: a new, approachable way to create complex, reactive, persistent web applications just by writing HTML and CSS, without a single line of JavaScript and no server backend.
🐇 Follow the white rabbit!
Mavo is developed...
PR: bitHolla Releases Open Exchange Kit HollaExShell
24.7.2019
bitHolla, the company that builds customized cryptocurrency trading software is announcing the launch of its new product HollaExShell, an open exchange software package, giving anyone the ability to launch a full fledged crypto exchange from a command-line interface. HollaEx packages provided...
Multi-Line Truncation with Pure CSS
17.7.2019
Truncating a single line of text if is fairly straightforward. Truncating multiple lines is a bit harder. Using just CSS (no JavaScript or server-side dancing) is nice for the simplicity. It's gotten a little easier lately since Firefox (since version 68) has started supporting the ultra-bizarre...
Web Server Security Firm Cloudflare Announces Launch of Ethereum Gateway
19.6.2019
Web server security service company Cloudflare has launched an Ethereum gateway
Game of Thrones Quiz Game with React and GraphQL: Initiate Backend Connection
17.6.2019
Now that our frontend application is running, the next step is to set up the client to communicate with the server. We’ll make use of the apollo-boost package to achieve this. The package provides
[aktualita] Ze serveru Vareni.cz unikla uživatelská data, server 7 dní mlčel
11.6.2019
Ze serveru Vareni.cz unikla uživatelská data. Podle bezpečnostního experta Michala Špačka, který na incident upozornil, ale začal server rozesílat notifikační emaily o úniku dat až 7 dní po incidentu a bezděky v nich navíc přiznal zásadní pochybení ve způsobu uložení dat. „Vareni.cz rozesílá...
Deploying an Angular App to Netlify
6.6.2019
Netlify is one of the best places to deploy an application or a website today. There is no need to manage a server, NGINX, certificates, or scaling due to hig
Evergreen Googlebot
16.5.2019
I've heard people say that the #1 most exciting and important thing that came out of Google I/O this year was the evergreen Googlebot:
Today, we are happy to announce that Googlebot now runs the latest Chromium rendering engine (74 at the time of this post) when rendering pages for Search. Moving...