Search
Pseudo Code
23.7.2019
Yonatan Doron wrote a post on Medium not long ago called "Art of Code — Why you should write more Pseudo Code." Love that title, as a fan of pseudo code myself. That is, writing "code" that describes something you want to do or communicate, but that isn't of any particular language and doesn't...
5 Minute Serverless Functions in Azure without an IDE
22.7.2019
Microsoft Azure makes it incredibly easy to get a basic API/microservice up and running quickly! If you are unfamiliar with building serverless architectures in the Microsoft ecosystem, using Azure
Improving Video Accessibility with WebVTT
17.7.2019
"The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect."
- Tim Berners-Lee
Accessibility is an important element of web development, and with the ever-growing prevalence of video content, the necessity for captioned content is growing...
A Peek at New Methods Coming to Promises
16.7.2019
Promises are one of the most celebrated features introduced to JavaScript. Having a native asynchronous artifact baked right into the language has opened up a new era, changing not only how we write code but also setting up the base for other freat APIs — like fetch!
Let's step back a moment...
Liquid Exchange Launches BCH/USDC Trading Pairs
10.7.2019
The global cryptocurrency trading platform Liquid has announced the release of its new BCH/USDC trading pairs allowing anyone to swap bitcoin cash for the popular stablecoin USDC. Moreover, Liquid users will soon be able to connect their accounts to Bitcoin.com’s new Bitcoin Cash Register...
Blockchain Browsers — How DLT Could Affect Web Surfing
5.7.2019
Blockchain browsers have begun to gain popularity, but will the new technology overthrow global search giants?
Collective #528
1.7.2019
Bounds.js * CSS Animation Worklet API * Numverify * HTML can do that? * Using Basis Textures in Three.js
Collective #528 was written by Pedro Botelho and published on Codrops
Multicoin, Intel Capital Invest $3.6 Million in Startup Demystifying Blockchain Data
26.6.2019
Multicoin Capital and Intel Capital have led a $3.6 million seed round for blockchain API startup, dfuse
Opera Releases iOS Version of its ‘Blockchain-Ready’ Mobile Web Browser
26.6.2019
Web browser Opera has released new iOS version, complete with an Ethereum wallet and support for Ethereum dApps
Spam Detection APIs
25.6.2019
I was trying to research the landscape of these the other day — And by research, I mean light Googling and asking on Twitter. Weirdly, very little comes to mind when thinking about spam detection APIs. I mean some kind of URL endpoint, paid or not, where you can hit it with a block of text...
Spam Detection APIs
25.6.2019
I was trying to research the landscape of these the other day — And by research, I mean light Googling and asking on Twitter. Weirdly, very little comes to mind when thinking about spam detection APIs. I mean some kind of URL endpoint, paid or not, where you can hit it with a block of text...
Handling File Uploads in GraphQL and Vue
19.6.2019
In this tutorial, I'll be showing you how to hand file uploads in GraphQL by building a fullstack app. The tutorial will be divided into two main sections: building the GraphQL API and the frontend
Managing State in React using Unstated-Next
17.6.2019
In a previous post, we saw how to manage state using Unstated. As you might recall, Unstated uses React’s built-in setState to allow you create components that can consume state by subscribing to a provider — like the React’s Context API.
Well, we’re going to build off that last post by looking...
Game of Thrones Quiz Game with React and GraphQL: Handling Mutations with 8base
17.6.2019
To begin creating questions, we’ll have to run mutations on the Questions table; a quick trick is to look at the 8base API explorer to see how the mutation script should look like. Go the to 8base
Accept Direct Crypto Payments Using the Rocketr Gateway
16.6.2019
It’s in the best interest of businesses to offer their customers a variety of payment options. Cryptocurrencies can undoubtedly bring more buyers and many merchants have introduced support for digital assets. A platform called Rocketr helps merchants accept payments in crypto, including...
Collective #524
13.6.2019
The Layout Instability API * Write HTML Like It's 1999 * JavaScript questions * Pika CDN * The Economics of Open Source
Collective #524 was written by Pedro Botelho and published on Codrops
Erste Group zavádí jednotný přístup k API všech svých bank. K API Spořky je již připojeno 184 firem
13.6.2019
Erste Group Bank AG se rozhodla nabídnout jednotný přístup k rozhraním pro programování aplikací (API) svých dceřiných bank ve střední a východní Evropě. První v nabídce Erste Group budou API, která umožňují využití služeb a rolí předepsaných ustanoveními směrnice o platebních službách 2 (PSD2)....
BitMEX Observes Increase in Attacks on Accounts, Stresses Security Measures
11.6.2019
Cryptocurrency exchange BitMEX has noticed an uptick in attacks on user accounts and has advised clients to observe certain security measures
Collective #523
10.6.2019
Function-based Component API in Vue * Brutalist HTML quine * The Anatomy of a Jellyfish * freemium.cc
Collective #523 was written by Pedro Botelho and published on Codrops
Weekly Platform News: Feature Policy, ECMAScript i18n API, Packaged PWAs
7.6.2019
In this week's news, a new Feature Policy API in Chrome, Firefox blocks cookies from known trackers, Chrome for Android now allows websites to share images, and more.
The post Weekly Platform News: Feature Policy, ECMAScript i18n API, Packaged PWAs appeared first on CSS-Tricks