[developer sdk] – Currently exposes Twitch events
Category: Web Development
winston
[winston] is designed to be a simple and universal logging library with support for multiple transports. A transport is essentially a storage device for your logs. Each winston
logger can have multiple transports (see: Transports) configured at different levels (see: Logging levels). For example, one may want error logs to be stored in a persistent remote location (like a database), but all logs output to the console or a local file.
sentry
[sentry] helps find errors across every level of your application stack.
koa
[koa] is a new web framework designed by the team behind Express, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs. By leveraging async functions, Koa allows you to ditch callbacks and greatly increase error-handling. Koa does not bundle any middleware within its core, and it provides an elegant suite of methods that make writing servers fast and enjoyable.
Fortnite Font
Fornite uses the [Burbank] font.
Yew
[Yew] is a modern Rust framework for creating multi-threaded front-end web apps with WebAssembly.
openstack
[openstack] is a set of software components that provide common services for cloud infrastructure.
symphony
[symphony] An open-source cloud platform written in Go, heavily inspired from existing orchestrators (Docker Swarm, Kubernetes, OpenStack, tc) and developed weekly live at The Alt-F4 Stream on Twitch.
gRPC
[gRPC] is a modern open source high performance RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed computing to connect devices, mobile applications and browsers to backend services.
Open Source Immersion
[Open Source Immersion] is a month-long celebration of Open Source technology, run by Facebook. Just do [4 pull requests] by 8/15 to earn some swag.
10 modern layouts in 1 line of CSS
browserify
[browserify] – lets you require(‘modules’) in the browser by bundling up all of your dependencies.
Google Cloud Run
- Write code your way using your favorite languages (Go, Python, Java, C#, PHP, Ruby, Node.js, Shell, and others)
- Only pay when your code is running
JSON Tools
WPF – Microsoft Edge WebView2
Mixer Two-Way Communication with Custom Controls and Game Clients
The Mixer streaming platform supports custom widget overlays over the video streams. Those widgets support [two-way communication].
TODO: Reduce massive JPG captures to H.264 video
@TODO: Use PHP to combine JPGs into video to reduce Gb of space down to MBs…
The Complete WordPress Website Business Course
K12 Chrome Extension
[K12 Chrome Extension] is now required in order for K12 educational content to work.
Netflix JavaScript Talks – Making Bandersnatch
WebUSB
[WebUSB] – Apparently, HTML5 pages can talk to USB devices…
HOW TO INSTALL AND USE MEMCACHED WITH NGINX, PHP 7 ON UBUNTU 16.04
[HOW TO INSTALL AND USE MEMCACHED WITH NGINX, PHP 7 ON UBUNTU 16.04]
Add a dynamic extension to: (get the path from phpinfo)
/etc/php/7.1/fpm/php.ini
extension=memcached.so
Restart the service:
sudo service memcached restart sudo service php7.1-fpm restart
Bootstrap
With [Bootstrap] build responsive, mobile-first projects on the web with the world’s most popular front-end component library.