# great

Published articles for great.

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

## Kotlin Multiplatform Frequently Asked Questions - Touchlab

DevFeed: [Kotlin Multiplatform Frequently Asked Questions - Touchlab](<https://devfeed.tech/articles/kotlin-multiplatform-frequently-asked-questions-touchlab-38265.md>)

Original publisher: [Read original article](<https://touchlab.co/kotlin-multiplatform-frequently-asked-questions>)

Published: 2019-11-19T22:18:08Z

Content type: article

Language: en

Sources: [Touchlab | Enterprise Mobile Innovation & Development](<https://devfeed.tech/sources/touchlab-enterprise-mobile-innovation-development.md>)

Topics: [Kotlin Multiplatform](<https://devfeed.tech/topics/kotlin-multiplatform.md>), [multiplatform](<https://devfeed.tech/topics/multiplatform.md>), [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Library](<https://devfeed.tech/topics/library.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [business logic](<https://devfeed.tech/topics/business-logic.md>)

Tags: [business-logic](<https://devfeed.tech/tags/business-logic.md>), [code-sharing](<https://devfeed.tech/tags/code-sharing.md>), [great](<https://devfeed.tech/tags/great.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [kotlin-compiler](<https://devfeed.tech/tags/kotlin-compiler.md>), [kotlin-multiplatform](<https://devfeed.tech/tags/kotlin-multiplatform.md>), [kotlin-multiplatform-libraries](<https://devfeed.tech/tags/kotlin-multiplatform-libraries.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [multiplatform](<https://devfeed.tech/tags/multiplatform.md>), [thoughts](<https://devfeed.tech/tags/thoughts.md>)

### AI overview

This FAQ explains how Kotlin Multiplatform can be introduced into existing applications and how much code teams may share. It discusses sharing business logic while generally keeping platform-specific UI, expected app size impact, Swift and Objective-C interoperability, and libraries used by Touchlab and its community.

### Source excerpt

Touchlab is building a community of mobile code sharing and Kotlin Multiplatform enthusiasts. We answer Kotlin Multiplatform frequently asked questions.

## Toolbox: After a Conference

DevFeed: [Toolbox: After a Conference](<https://devfeed.tech/articles/toolbox-after-a-conference-37089.md>)

Original publisher: [Read original article](<https://shostack.org/blog/toolbox-after-a-conference/>)

Author: Adam

Published: 2018-08-21T00:00:00Z

Content type: opinion

Language: en

Sources: [Shostack & Friends Blog](<https://devfeed.tech/sources/shostack-friends-blog.md>)

Topics: [Tool](<https://devfeed.tech/topics/tool.md>), [To-Do](<https://devfeed.tech/topics/todo.md>), [email](<https://devfeed.tech/topics/email.md>), [Slack](<https://devfeed.tech/topics/slack.md>), [export](<https://devfeed.tech/topics/export.md>)

Tags: [advice](<https://devfeed.tech/tags/advice.md>), [email](<https://devfeed.tech/tags/email.md>), [export](<https://devfeed.tech/tags/export.md>), [great](<https://devfeed.tech/tags/great.md>), [organization](<https://devfeed.tech/tags/organization.md>), [process](<https://devfeed.tech/tags/process.md>), [slack](<https://devfeed.tech/tags/slack.md>), [toolbox](<https://devfeed.tech/tags/toolbox.md>)

### AI overview

A personal account of a post-conference follow-up workflow using email, messaging apps, LinkedIn, Workflowy, business cards, Slack, calendars, photos, and social media. The author describes organizing these queues and asks readers to share more effective methods.

### Source excerpt

[no description provided]

## Using VueJS 2.0 with Craft CMS

DevFeed: [Using VueJS 2.0 with Craft CMS](<https://devfeed.tech/articles/using-vuejs-2-0-with-craft-cms-31319.md>)

Original publisher: [Read original article](<https://nystudio107.com/blog/using-vuejs-2-0-with-craft-cms>)

Author: andrew@nystudio107.com (Andrew Welch)

Published: 2016-12-09T20:12: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: [Vue.js](<https://devfeed.tech/topics/vue.md>), [Content Management System](<https://devfeed.tech/topics/cms.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [jQuery](<https://devfeed.tech/topics/jquery.md>), [Document Object Model (DOM)](<https://devfeed.tech/topics/dom.md>)

Tags: [angular](<https://devfeed.tech/tags/angular.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>), [great](<https://devfeed.tech/tags/great.md>), [insights](<https://devfeed.tech/tags/insights.md>), [interfaces](<https://devfeed.tech/tags/interfaces.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [library](<https://devfeed.tech/tags/library.md>), [manipulation](<https://devfeed.tech/tags/manipulation.md>), [modern](<https://devfeed.tech/tags/modern.md>), [powerful](<https://devfeed.tech/tags/powerful.md>), [simple](<https://devfeed.tech/tags/simple.md>), [vuejs](<https://devfeed.tech/tags/vuejs.md>), [works](<https://devfeed.tech/tags/works.md>)

### AI overview

This tutorial explains VueJS 2.0 and demonstrates replacing jQuery with VueJS on a Craft CMS website. It contrasts Vue's architecture for building interactive, data-driven frontend interfaces with jQuery's DOM-manipulation toolkit.

### Source excerpt

VueJS is a simple yet powerful library for building modern web interfaces, and it works great with Craft CMS