[FreeCodeCamp] has a ton of free training exercises from HTML5, CSS, JavaScript, Databases, and Python.
Learn [HTML5]
Learn [JQuery]
The Development Blog of Tim Graupmann
[FreeCodeCamp] has a ton of free training exercises from HTML5, CSS, JavaScript, Databases, and Python.
Learn [HTML5]
Learn [JQuery]
[developer sdk] – Currently exposes Twitch events
[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] helps find errors across every level of your application stack.
[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.
Fornite uses the [Burbank] font.
[Yew] is a modern Rust framework for creating multi-threaded front-end web apps with WebAssembly.
[openstack] is a set of software components that provide common services for cloud infrastructure.
[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] 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] is a month-long celebration of Open Source technology, run by Facebook. Just do [4 pull requests] by 8/15 to earn some swag.
[browserify] – lets you require(‘modules’) in the browser by bundling up all of your dependencies.
The Mixer streaming platform supports custom widget overlays over the video streams. Those widgets support [two-way communication].
@TODO: Use PHP to combine JPGs into video to reduce Gb of space down to MBs…
[K12 Chrome Extension] is now required in order for K12 educational content to work.
[WebUSB] – Apparently, HTML5 pages can talk to USB devices…
[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
With [Bootstrap] build responsive, mobile-first projects on the web with the world’s most popular front-end component library.