Discussion

Knex.js

Knex.js (pronounced /kəˈnɛks/) is a “batteries included” SQL query builder for Postgres, MSSQL, MySQL, MariaDB, SQLite3, Oracle, and Amazon Redshift designed to be flexible, portable, and fun to use. It features both traditional node style callbacks as well as a promise interface for cleaner async flow control, a stream interface, full featured query and schema builders, transaction support (with savepoints), connection pooling and standardized responses between different query clients and dialects. The project is hosted on GitHub, and …

Javascript

PptxGenJS – Generate your PPT

Create JavaScript PowerPoint Presentations Features Support for all major PowerPoint chart types Support for custom Slide sizes (A4, etc.) Support for corporate/brand Slide Master designs Support for RTL (right-to-left) text Support for Chinese and other international language/fonts Compatible with Node, Angular, Electron and other application frameworks Node and other libraries/apps can use advanced export types …

Backend Discussion Laravel Security

Laravel Sanctum

Laravel Sanctum provides a featherweight authentication system for SPAs (single page applications), mobile applications, and simple, token based APIs. Sanctum allows each user of your application to generate multiple API tokens for their account. These tokens may be granted abilities / scopes which specify which actions the tokens are allowed to perform. How It Works …

Discussion

SCORM

Shareable Content Object Reference Model is a collection of standards and specifications for web-based electronic educational technology. It defines communications between client side content and a host system, which is commonly supported by a learning management system What is SCORM? SCORM is a set of technical standards for eLearning products. It provides the communication method …

Discussion

Fuze

Fuze is a cloud communications and contact center platform, built for the enterprise. Our intuitive, all-in-one platform enables a seamless transition between calling, meeting, chatting, and sharing, powered by the industry-leading intelligent cloud architecture. Fuze modernizes the communications experience and empowers the digital and distributed workforce to communicate anywhere, anytime, and across any device. Calling …

Backend PHP

Phalcon – A full-stack PHP framework delivered as a C-extension

Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it’s needed, without expensive file stats and file reads that traditional PHP frameworks employ. Developers do not need to know …

Frontend React.js

use-media

useMedia React sensor hook that tracks state of a CSS media query. Depending on your testing setup, you may need to mock window.matchMedia on components that utilize the useMedia hook. import useMedia from ‘use-media’;// Alternatively, you can import as:// import {useMedia} from ‘use-media’;const Demo = () => { // Accepts an object of features to test const isWide = useMedia({minWidth: …

Discussion Frontend Javascript React.js

REBASS

REACT PRIMITIVE UI COMPONENTSBUILT WITH STYLED SYSTEM Getting Started Install the core Rebass library. npm i rebass ThemeProvider By default, Rebass components are stylistically unopinionated and do not include a theme. You can add a theme to your application with a ThemeProvider component and by providing a theme in context. For this guide, use the Emotion ThemeProvider with the …