Slide 1

Slide 1 text

Atom: Resistance is futile MILANO FRONT END MEETUP 29.03.2016 presented by Alessandro Muraro (@akmur)

Slide 2

Slide 2 text

name: “Alessandro Muraro” roles: [ “UI Developer”, “Meetup Organizer” ] worksAt: “Objectway” twitterHandle: “@akmur” website: “alexmuraro.me”

Slide 3

Slide 3 text

So, what is Atom editor?

Slide 4

Slide 4 text

No content

Slide 5

Slide 5 text

• Text Editor inspired by Textmate and Sublime Text • 1 million active users • Created by Github • Open Source and cross platform • Based on Chromium, created with HTML, CSS and Javascript. • Easily modifiable / extensible Atom in a nutshell

Slide 6

Slide 6 text

Mmmh… what’s wrong with Sublime Text?

Slide 7

Slide 7 text

We all love Sublime Text!

Slide 8

Slide 8 text

• Bad documentation • No sense of community • Slow development • Ugly package manager • Hard to extend • One man show • Not Open Source But…

Slide 9

Slide 9 text

So, what’s to love about Atom?

Slide 10

Slide 10 text

Up to date learning resources atom.io/docs

Slide 11

Slide 11 text

• API documentation • Atom Flight Manual • Discussion forum • Slack channel

Slide 12

Slide 12 text

A beautiful Autocomplete

Slide 13

Slide 13 text

A beautiful Linter

Slide 14

Slide 14 text

Simple access to settings for core and community packages

Slide 15

Slide 15 text

default settings (cmd + ,)

Slide 16

Slide 16 text

find and install packages and themes

Slide 17

Slide 17 text

each package has settings

Slide 18

Slide 18 text

Strong Git integration (core + packages)

Slide 19

Slide 19 text

Git at a glance

Slide 20

Slide 20 text

Git Status

Slide 21

Slide 21 text

git-plus package

Slide 22

Slide 22 text

merge-conflicts package

Slide 23

Slide 23 text

Hackable to the core… from css to init scripts to packages

Slide 24

Slide 24 text

Open source = Lots of potential

Slide 25

Slide 25 text

Github long term commitment & a clear roadmap

Slide 26

Slide 26 text

Recap • Good documentation • Awesome Autocomplete and Linter • Easy package installation and set up • Git integration • Hackable & Open Source

Slide 27

Slide 27 text

What’s to dislike about Atom?

Slide 28

Slide 28 text

• Speed: search and startup take longer • Stability: careful with those plugins

Slide 29

Slide 29 text

So, should you switch?

Slide 30

Slide 30 text

Bonus #1: Package madness!

Slide 31

Slide 31 text

git-time-machine

Slide 32

Slide 32 text

activate-power-mode

Slide 33

Slide 33 text

imdone-atom

Slide 34

Slide 34 text

clipboard-plus

Slide 35

Slide 35 text

atom-pigments

Slide 36

Slide 36 text

markdown preview

Slide 37

Slide 37 text

• Atom CSS Unit Converter • Filesize • Package Sync • File Icons • Highlight selected • Open recent • Project manager • Sort lines Gimme more

Slide 38

Slide 38 text

Bonus #2: Steal this config! • https://github.com/genoma/ atom-configuration • https://github.com/akmur/ atom-configuration

Slide 39

Slide 39 text

That’s all folks!