Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Ola Sendecka - Emoji Driven Development
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
JezdezCon
June 27, 2015
0
810
Ola Sendecka - Emoji Driven Development
JezdezCon
June 27, 2015
Tweet
Share
More Decks by JezdezCon
See All by JezdezCon
Baptiste Mispelon - Stickers Vs. Buttons
jezdezcon
0
69
Marc Tamlyn - MariaDB <3
jezdezcon
0
38
Ola Sitarska - Misandry!
jezdezcon
0
94
Featured
See All Featured
Optimising Largest Contentful Paint
csswizardry
37
3.6k
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
150
Agile Actions for Facilitating Distributed Teams - ADO2019
mkilby
0
160
Navigating Team Friction
lara
192
16k
Mobile First: as difficult as doing things right
swwweet
225
10k
SEO Brein meetup: CTRL+C is not how to scale international SEO
lindahogenes
1
2.5k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3.1k
The Illustrated Children's Guide to Kubernetes
chrisshort
51
52k
Exploring the relationship between traditional SERPs and Gen AI search
raygrieselhuber
PRO
2
3.7k
Exploring anti-patterns in Rails
aemeredith
2
290
Organizational Design Perspectives: An Ontology of Organizational Design Elements
kimpetersen
PRO
1
650
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
330
Transcript
None
Emoji Driven Development
⚡️
Why Emojis? ❄️
from django.db import models class Reporter(models.Model): full_name = models.CharField(max_length=70) def
__str__(self): return self.full_name class Article(models.Model): pub_date = models.DateField() headline = models.CharField(max_length=200) content = models.TextField() reporter = models.ForeignKey(Reporter) def __str__(self): return self.headline
None
from . import class (.): = .(⬆️_↔️=70) def ____(): return
. class (.): _ = .() = .(⬆️_↔️=200) = .() = .() def ____(): return .