-
Updated
Jul 30, 2021
{{ message }}
A framework is a reusable set of libraries or classes in software. In an effort to help developers focus their work on higher level tasks, a framework provides a functional solution for lower level elements of coding. While a framework might add more code than is necessary, they also provide a reusable pattern to speed up development.
Awesome List of resources on leading people and being a manager. Geared toward tech, but potentially useful to anyone.
A visual overview of useful skills to learn as a web developer
Your first K.I.S.S Unity 3D Framework.
Old examples of Vercel projects you can deploy yourself
A collaborative list of awesome for iOS developers. Include quick preview.
Generative Adversarial Networks (GANs) resources sorted by citations
A simple JavaScript framework for building ambitious UIs
Fast and easy PHP framework
Organize your code into reusable components
A list of Swift scripting tools, frameworks & examples
A curated list of awesome frameworks, libraries and softwares made in Bangladesh.
List of curated frameworks by the **Game Development in Rust** community.
Extensive List of CSS Frameworks and UI Libraries.
O objetivo do repositório é descrever o significado de vários termos que compõem o ecossistema e a linguagem Java.
Repository for my tutorial course: Learning AngularJS on LinkedIn Learning and Lynda.com. http://raybo.org/angular
Github Repo for my Vue.js Essential Training course on LinkedIn learning.
This repo aim to show you what to learn on the way to excellence.
A starter kit for developing PWAs in a lerna monorepo including a web-component design-system in Typescript.
Package of tools for working with AWS Lambda backed microservices
SLProject is a platform independent 3D computer graphics scene graph library. Read more on:
An easy to use low-code open-source python framework for Time Series analysis, visualization, forecasting along with AutoTS
Task export inconsistent with actions
In JS mode, exporting tasks as
module.exports = class SomeTaskcauses AH to throw an error when trying to execute it ' task not found' but exporting asexports.someTask = SomeTaskworks. Actions work either way.From @evantahler:
actions have this line https://github.com/actionhero/actionhero/blob/v24.0.4/src/initializers/actions.ts#L65-L67
where