Search
Týden Živě: 5G prý šíří koronavirus a Microsoft uspořádal digitální Build
24.5.2020
Pandemii Covid-19 doprovází epidemie strachu z 5G • Microsoft uspořádal Build. Tentokrát online • SD budou rychlejší a Vláďa na Řípu
Build 2020: Microsoft Edge dostane tyhle šikovné novinky
21.5.2020
Konference Microsoft Build je zaměřena zejména na vývojáře aplikací a webů, ale redmondská společnost na ní odhalila i novinky, na které se mohou těšit běžní uživatelé. Týkají se například prohlížeče Edge (nové verze postavené na Chromiu).
Ta se v nejbližších týdnech dočká synchronizace
Podívejte se, jak vypadá Edge na Linuxu. Microsoft se pochlubil na Build 2020
20.5.2020
Microsoft včera odstartoval svoji digitální 48hodinovou verzi výroční vývojářské konference Build 2020, která se protáhne ještě na celý dnešní den. Novinek pro programátory je hodně, přičemž mnoho z nich se točí okolo prohlížeče Edge.
Toho nového Edge, který je už založený na jádře Chromium. Má
Microsoft Build 2020: Chromium bude klíčová komponenta Windows 10. Nejen webového prohlížeče
19.5.2020
Microsoft letos neuspořádal svoji výroční vývojářskou konferenci Build v klasické podobě, ale stejně jako mnozí ostatní se přesunul na web. Právě tam před pár minutami také skončila úvodní přednáška, která se letos musela obejít bez zaplněného auditoria.
Novinek pro vývojáře je hned několik.
How to Build a Chrome Extension
19.5.2020
I made a Chrome extension this weekend because I found I was doing the same task over and over and wanted to automate it. Plus, I’m a nerd during a pandemic, so I spend my weird pent-up energy building things. I’ve made five Chrome extensions with that energy, yet I still find it hard...
How to Make a Simple CMS With Cloudflare, GitHub Actions and Metalsmith
14.5.2020
Let’s build ourselves a CMS. But rather than build out a UI, we’re going to get that UI for free in the form of GitHub itself! We’ll be leveraging GitHub as the way to manage the content for our static site generator (it could be any static site generator). Here’s the gist of it: GitHub is going...
Accepting Payments (including Recurring Payments) on WordPress.com
12.5.2020
I’m a fan of building websites with the least amount of technical debt and things you have to be responsible for as possible for what you wanna do. Sometimes you take on this debt on purpose because you have to, but when you don’t, please don’t ;).
Let’s say you need...
Honesty and Education Will Help Bitcoin Build Trust – Survey
12.5.2020
Source: Adobe/Pixel-Shot
Education and honesty could help cryptocurrencies, such as Bitcoin (BTC), achieve mainstream acceptance, per a new report.
These were the findings of the 2020 Edelman Trust Barometer, a survey that garnered data from 34,000 people in 26 regions, with 1,150 respondents...
Dealing With Stale Props and States in React’s Functional Components
12.5.2020
There’s one aspect of JavaScript that always has me pulling my hair: closures. I work with React a lot, and the overlap there is that they can sometimes be the cause of stale props and state. We’ll get into exactly what that means, but the trouble is that the data we use to build our UI can...
CSS Animation Timelines: Building a Rube Goldberg Machine
12.5.2020
If you’re going to build a multi-step CSS animation or transition, you have a particular conundrum. The second step needs a delay that is equal to the duration of the first step. And the third step is equal to the duration of the first two steps, plus any delay in between. It gets more...
IBM Teams With 3 European Power Grids to Build Green Energy Blockchain Platform
5.5.2020
IBM has created a new blockchain consortium with power grid operators TenneT, Swissgrid and Terna to help facilitate the transition to renewable energy
Litecoin Mimblewimble Integration Sees Test Build and Codebase Progress
4.5.2020
Litecoin and Grin++ developer, David Burkett, has posted an April progress update on Litecoin’s Mimblewimble integration, claiming that a testing framework has been built and codebase integration has started
React Integration Testing: Greater Coverage, Fewer Tests
1.5.2020
Integration tests are a natural fit for interactive websites, like ones you might build with React. They validate how a user interacts with your app without the overhead of end-to-end testing. 
This article follows an exercise that starts with a simple website, validates behavior with unit...
Enable Gatsby Incremental Builds on Netlify
1.5.2020
The concept of an “incremental build” is that, when using some kind of generator that builds all the files that make for a website, rather than rebuilding 100% of those files every single time, it only changes the files that need to be changed since the last build. Seems like...
Nasdaq Partners With R3 to Help Build Institutional-Grade Digital Assets
30.4.2020
Nasdaq is partnering with the blockchain solution provider R3 to build institution-grade digital assets and marketplaces
Alpine.js: The JavaScript Framework That’s Used Like jQuery, Written Like Vue, and Inspired by TailwindCSS
29.4.2020
We have big JavaScript frameworks that tons of people already use and like, including React, Vue, Angular, and Svelte. Do we need another JavaScript library? Let’s take a look at Alpine.js and you can decide for yourself. Alpine.js is for developers who aren’t looking to build a single page...
How to Redirect a Search Form to a Site-Scoped Google Search
29.4.2020
This is just a tiny little trick that might be helpful on a site where you don’t have the time or desire to build out a really good on-site search solution. Google.com itself can perform searches scoped to one particular site. The trick is getting people there using that special syntax...
Advice for Writing a Technical Resume
27.4.2020
Marco Rogers asked a very good question on Twitter:
I talk to a lot of people new to tech from non-traditional backgrounds, e.g. bootcamps or self-taught. I'm looking for good information for those people on how to build out a strong resume when they don't have work experience yet. Advice...
NFT Devs Build While Users Follow Ethereum Price & Wait For Better Products
26.4.2020
F1® Delta Time NFTs are used in the game as core assets for play. The coronavirus-related lockdown might help the non-fungible token (NFT) market, but industry players should offer better products if they want this sector to go mainstream.
While the NFT market is slow lately and people...
Rethinking Twitter as a Serverless App
23.4.2020
In a previous article, we showed how to build a GraphQL API with FaunaDB. We’ve also written a series of articles [1, 2, 3, 4] explaining how traditional databases built for global scalability have to adopt eventual (vs. strong) consistency, and/or make compromises on relations and indexing...