# awesome

Published articles for awesome.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Craft CMS 3 Orientation Guide - Welcome!

DevFeed: [Craft CMS 3 Orientation Guide - Welcome!](<https://devfeed.tech/articles/craft-cms-3-orientation-guide-welcome-31249.md>)

Original publisher: [Read original article](<https://nystudio107.com/blog/craft-cms-3-orientation-guide-welcome>)

Author: andrew@nystudio107.com (Andrew Welch)

Published: 2018-07-31T20:14:00Z

Content type: tutorial

Language: en

Sources: [nystudio107 | Articles on modern web development.](<https://devfeed.tech/sources/nystudio107-articles-on-modern-web-development.md>)

Topics: [Content Management System](<https://devfeed.tech/topics/cms.md>), [PHP](<https://devfeed.tech/topics/php.md>), [API](<https://devfeed.tech/topics/api.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Tailwind CSS](<https://devfeed.tech/topics/tailwind.md>)

Tags: [apis](<https://devfeed.tech/tags/apis.md>), [awesome](<https://devfeed.tech/tags/awesome.md>), [backend](<https://devfeed.tech/tags/backend.md>), [building](<https://devfeed.tech/tags/building.md>), [cms](<https://devfeed.tech/tags/cms.md>), [craft](<https://devfeed.tech/tags/craft.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [guide](<https://devfeed.tech/tags/guide.md>), [help](<https://devfeed.tech/tags/help.md>), [insights](<https://devfeed.tech/tags/insights.md>), [orientation](<https://devfeed.tech/tags/orientation.md>), [philosophy](<https://devfeed.tech/tags/philosophy.md>), [php](<https://devfeed.tech/tags/php.md>), [stuff](<https://devfeed.tech/tags/stuff.md>), [tailwind-css](<https://devfeed.tech/tags/tailwind-css.md>), [understand](<https://devfeed.tech/tags/understand.md>), [we-ll](<https://devfeed.tech/tags/we-ll.md>), [you-re](<https://devfeed.tech/tags/you-re.md>)

### AI overview

An orientation guide to Craft CMS 3 explains its content-authoring model, PHP and Yii2 foundation, APIs, server-rendered frontend, headless options, and flexible approach to website structure and styling.

### Source excerpt

This is your orientation guide if you're new to Craft CMS 3! We'll help you understand the Craft philosophy of building awesome stuff

## Another web development awesome list

DevFeed: [Another web development awesome list](<https://devfeed.tech/articles/another-web-development-awesome-list-37239.md>)

Original publisher: [Read original article](<https://muffinman.io/blog/another-web-development-awesome-list/>)

Author: Stanko

Published: 2016-11-07T00:00:00Z

Content type: article

Language: en

Sources: [Stanko Tadić](<https://devfeed.tech/sources/stanko-tadic.md>)

Topics: [Awesome Lists](<https://devfeed.tech/topics/awesome.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [Development](<https://devfeed.tech/topics/development.md>), [Git](<https://devfeed.tech/topics/git.md>)

Tags: [awesome](<https://devfeed.tech/tags/awesome.md>), [contribute](<https://devfeed.tech/tags/contribute.md>), [development](<https://devfeed.tech/tags/development.md>), [git](<https://devfeed.tech/tags/git.md>), [links](<https://devfeed.tech/tags/links.md>), [list](<https://devfeed.tech/tags/list.md>), [web-development](<https://devfeed.tech/tags/web-development.md>)

### AI overview

The author introduces an awesome list collecting useful web development links, explains that it was created after sharing links in a company Slack developer channel, and invites contributions. A November 2017 update says the repository is no longer maintained.

### Source excerpt

Update November 2017 # Unfortunately, I'm not maintaining this repo anymore. Still, there are couple of really useful links on it. People are making awesome lists on the Git these days. I'm spamming our company's slack dev channel, and someone suggested to put all of those links in one place. So I created one awesome list as well. Awesome web development Feel free to contribute!

## Finn.no shares eventHub and Awesome Board repositories on GitHub

DevFeed: [Finn.no shares eventHub and Awesome Board repositories on GitHub](<https://devfeed.tech/articles/spreading-love-and-good-vibrations-on-github-31961.md>)

Original publisher: [Read original article](<https://tech.finn.no2011/11/21/spreading-love-and-good-vibrations-on-github/>)

Author: espen

Published: 2011-11-21T19:02:40Z

Content type: release

Language: en

Sources: [Finn.no](<https://devfeed.tech/sources/finn-no.md>)

Topics: [GitHub](<https://devfeed.tech/topics/github.md>), [Publish-subscribe pattern](<https://devfeed.tech/topics/pubsub.md>), [jQuery](<https://devfeed.tech/topics/jquery.md>), [Document Object Model (DOM)](<https://devfeed.tech/topics/dom.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [awesome](<https://devfeed.tech/tags/awesome.md>), [code](<https://devfeed.tech/tags/code.md>), [event](<https://devfeed.tech/tags/event.md>), [github](<https://devfeed.tech/tags/github.md>), [libraries](<https://devfeed.tech/tags/libraries.md>), [manipulation](<https://devfeed.tech/tags/manipulation.md>), [repositories](<https://devfeed.tech/tags/repositories.md>), [tools](<https://devfeed.tech/tags/tools.md>)

### AI overview

Finn.no announces that it has shared the eventHub and Awesome Board repositories on GitHub under the finn-no organization. eventHub uses the publish-subscribe pattern for loosely coupled components and applications, while Awesome Board supports quality visualization. The shared versions are incomplete compared with the internal version.

### Source excerpt

We have finally made an effort to put some of our repos out on GitHub under the finn-no organization. It is not exactly filled with stuff right now, but we aim to put a lot more of our libraries and tools out here. Currently there are a few repositories out there: eventHub Awesome Board[Gone] eventHub This is just a tiny piece of code which enables you to build loosely coupled components or applications by utilizing the publish-subscribe pattern. The eventHub is just an object which publishes event to those to registered event listeners functions. We have written one-page JS applications using only the hub besides jQuery for DOM manipulation. It scales pretty well and it is pretty much what you'd need to create an application. Once your application grows to be quite large you might want to add some other architectural components, but for small to medium sized projects it is brilliant. It is used for the dashboard part for the Awesome Board[Gone]. Awesome Board The Awesome Board[Gone] is the application which has featured in two articles about visualizing quality. We have shown it a few times to different audiences and due to request for making it available we decided it was a good thing to share it on GitHub. There are some pieces missing from the version we run internally, but have patience the rest might still make it to a repo near you. Enjoy! Feel free to drop us a line in the comments section or follow us on Twitter.