forked from oktadev/okta-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauthors.yml
976 lines (850 loc) · 37 KB
/
authors.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
indranil-jha:
full_name: Indranil Jha
display_name: Indranil Jha
avatar: avatar-indranil-jha.jpg
bio: "Senior Solutions Engineer"
erikka-innes:
full_name: Erikka Innes
display_name: Erikka Innes
avatar: avatar-erikka-innes.jpg
github: https://github.com/erikkai
bio: "Freelance Developer and Writer"
ryan-stewart:
full_name: Ryan Stewart
display_name: Ryan Stewart
avatar: avatar-ryan-stewart.jpeg
web: http://ryanstewart.net
github: https://github.com/ryanstewart
bio: "Director of Product Management for CIAM Developer Platform at @okta"
pawel-szydziak:
full_name: Paweł Szydziak
display_name: Paweł
avatar: avatar-pawel-szydziak.jpg
email: Pawel.Szydziak@toptal.com
linkedin: https://www.linkedin.com/in/pawel-szydziak/
joyce-morrell:
full_name: Joyce Morrell
display_name: Joyce
avatar: avatar-joyce-morrell.jpg
email: joyce.morrell@okta.com
linkedin: https://www.linkedin.com/in/joyce-morrell-0579a/
maurice-sharp:
full_name: Maurice Sharp
display_name: Maurice
avatar: avatar-maurice-sharp.jpg
email: maurice.sharp@okta.com
linkedin: https://www.linkedin.com/in/msharp/
bio: Maurice is a developer, author, and documentation writer. He transitioned to developer documentation after writing a book on coding for iPhone. He went from managing a mobile development team to documenting Apple developer APIs. Then he moved to Okta where he focuses on developer content strategy and writes the occasional article.
Outside of work, he occasionally gives a workshop on designing and delivering engaging stories using a methodology based on cognitive biology and brain function. He's given these to presenters, entrepreneurs pitching VCs, and others. He uses the same methodology for writing documentation.
victor-ronin:
full_name: Victor Ronin
display_name: Victor
avatar: avatar-victor_ronin.png
email: victor.ronin@okta.com
web: http://victorronin.com/en/
github: https://github.com/vronin
greg-sinka:
full_name: Gergely Sinka
display_name: Gergely Sinka
avatar: avatar-greg-sinka.jpeg
twitter: https://twitter.com/sigewuzhere
vickie-li:
full_name: Vickie Li
display_name: Vickie
avatar: avatar-vickie-li.jpg
email: vickieli101@gmail.com
twitter: https://twitter.com/vickieli7
web: https://medium.com/@vickieli
bio: "Vickie Li is a professional investigator of nerdy stuff, with a primary focus on web security. She began her career as a web developer and fell in love with security in the process. Now, she spends her days hunting for vulnerabilities, writing, and blogging about her adventures hacking the web."
jon-todd:
full_name: Jon Todd
display_name: Jon
avatar: avatar-jon_todd.jpg
email: jtodd@okta.com
twitter: https://twitter.com/JonToddDotCom
github: https://github.com/jontodd
matt-loughran:
full_name: Matt Loughran
display_name: Matt Loughran
avatar: avatar-mloughran.png
email: matt.loughran@okta.com
github: https://github.com/mattloughran-okta
vimarsh-karbhari:
full_name: Vimarsh Karbhari
display_name: Vimarsh
avatar: avatar-vimarsh_karbhari.jpg
email: vimarsh.karbhari@okta.com
web: https://medium.com/@vimarshk/
twitter: https://twitter.com/VimarshApi
github: https://github.com/vimarshkarbhari-okta
william-dawson:
full_name: William Dawson
display_name: Wils Dawson
avatar: avatar-william_dawson.jpg
email: wdawson@okta.com
twitter: https://twitter.com/wilsdawson
github: https://github.com/wdawson
linkedin: https://linkedin.com/in/wilsdawson
karl-mcguinness:
full_name: Karl McGuinness
display_name: Karl McGuinness
avatar: avatar-karl.png
email: kmcguinness@okta.com
web: https://www.linkedin.com/in/karlmcguinness
twitter: https://twitter.com/jankytweet
github: https://github.com/mcguinness
raphael-londner:
full_name: Raphael Londner
display_name: Raphael
avatar: avatar-raphael.jpg
email: raphael.londner@okta.com
web: https://www.linkedin.com/in/londner
twitter: https://twitter.com/rlondner
github: https://github.com/rlondner
matt-raible:
full_name: Matt Raible
display_name: Matt Raible
avatar: avatar-matt-raible.jpg
email: matt.raible@okta.com
web: http://raibledesigns.com
twitter: https://twitter.com/mraible
github: https://github.com/mraible
bio: Matt Raible is a well-known figure in the Java community and has been building web applications for most of his adult life.
For over 20 years, he has helped developers learn and adopt open source frameworks and use them effectively.
He's a web developer, Java Champion, and Developer Advocate at Okta.
Matt has been a speaker at many conferences worldwide, including Devnexus, Devoxx Belgium, Devoxx France, Jfokus, and JavaOne.
He is the author of <a href="https://www.infoq.com/minibooks/angular-mini-book/">The Angular Mini-Book</a>, <a href="https://www.infoq.com/minibooks/jhipster-mini-book">The JHipster Mini-Book</a>, Spring Live, and contributed to Pro JSP.
He is a frequent contributor to open source and a member of the JHipster development team.
You can find him online <a href="https://twitter.com/mraible">@mraible</a> and <a href="https://raibledesigns.com">raibledesigns.com</a>.
lee-brandt:
full_name: Lee Brandt
display_name: Lee Brandt
avatar: avatar-leebrandt.jpg
email: lee.brandt@okta.com
web: http://leebrandt.me
twitter: https://twitter.com/leebrandt
github: https://github.com/leebrandt
lars-johansen:
full_name: Lars K. Johansen
display_name: Lars K. Johansen
avatar: avatar-lars.jpg
email: lars.johansen@okta.com
web: https://www.linkedin.com/in/larskrjo
twitter: https://twitter.com/larskrjo
github: https://github.com/larskrjo
bio: Lars K. Johansen is a Staff Software Engineer and the lead for the Customer Federations team in the CIAM
(Customer Identity Access Management) Products sphere at Okta. He has a great passion for software that
involves security, scalability, efficiency, and reliability. Lars was born and raised in Oslo, Norway, and
he enjoys going on hikes, playing tennis, and loves to cook and eat delicious food. Before Okta,
Lars was a graduate student at Harvard University, holds a Master's Degree from The Norwegian University of
Science and Technology (NTNU), and most recently wrote his Master's Thesis on the topic of Network Coding at
Massachusetts Institute of Technology (MIT).
daniel-zeller:
full_name: Daniel Zeller
display_name: Daniel Zeller
avatar: avatar-dzeller.jpg
email: daniel.zeller@okta.com
linkedin: https://www.linkedin.com/in/daniel-zeller-22bb36a7/
brian-demers:
full_name: Brian Demers
display_name: Brian Demers
avatar: avatar-bdemers.jpg
email: brian.demers@okta.com
web: https://www.linkedin.com/in/bdemers/
twitter: https://twitter.com/briandemers
github: https://github.com/bdemers
bio: Brian Demers is a Developer Advocate at Okta and a PMC member for the Apache Shiro project. He spends much of his
day contributing to OSS projects in the form of writing code, tutorials, blogs, and answering questions. Along with
typical software development, Brian also has a passion for fast builds and automation.
Away from the keyboard, Brian is a beekeeper and can likely be found playing board games.
You can find him on Twitter at <a href="https://twitter.com/briandemers">@briandemers</a>.
xinxin-zhu:
full_name: Xinxin Zhu
display_name: Xinxin Zhu
avatar: avatar-xinxinzhu.jpg
email: xinxinzhu@api7.ai
twitter: https://twitter.com/starszcan
github: https://github.com/starsz
bio: Xinxin Zhu is a System Engineer at API7.AI and a committer for the Apache APISIX project. He is an open-source enthusiast and
a Golang developer. Now, he is working on the control plane of Apache APISIX writing code, reviewing code, and answering questions
in the community. Xinxin Zhu is a fun guy, you can find him on Twitter at <a href="https://twitter.com/starszcan">@starszcan</a> 🙂
huan-liu:
full_name: Huan Liu
display_name: Huan Liu
avatar: avatar-huanliu.jpg
email: huan.liu@okta.com
web: https://huanliu.wordpress.com
github: https://github.com/drhuanliu
bio: Huan Liu is a Director of Engineering and Sphere Head for CIAM (Customer Identity Access Management) Products.
His team is responsible for both the end-to-end CIAM experiences and the underlying federation protocols.
Prior to Okta, Huan was an Engineering Manager and Head of the Terragraph program at Facebook. He was also the
co-lead of the Maveric program, which brings Facebook's ML expertise to 5G networks. Huan holds a Ph.D. degree in
Electrical Engineering from Stanford University.
micah-silverman:
full_name: Micah Silverman
display_name: Micah Silverman
avatar: avatar-dogeared.jpg
web: https://afitnerd.com
twitter: https://twitter.com/afitnerd
github: https://github.com/dogeared
bio: Micah Silverman is a Senior Security H@X0R. With 25 years of Java Experience (yup, that's from the beginning),
he's authored numerous articles, co-authored a Java EE book and spoken at many conferences. He's a maker, who's
built full size MAME arcade cabinets and repaired
<a href="http://afitnerd.com/2011/10/16/weekend-project-fix-dark-tower/" target="_blank">old electronic games</a>.
He brings his love of all things Java and Developer Advocacy to you!
ivan-dwyer:
full_name: Ivan Dwyer
display_name: Ivan Dwyer
avatar: avatar-ivan-dwyer.jpg
twitter: https://twitter.com/fortyfivan
github: https://github.com/fortyfivan
bio: ""
randall-degges:
full_name: Randall Degges
display_name: Randall Degges
avatar: avatar-rdegges.jpg
web: https://www.rdegges.com
twitter: https://twitter.com/rdegges
github: https://github.com/rdegges
bio: "Randall Degges runs Evangelism at Okta where he works on security research, development, and education. In his spare time, Randall <a href='https://www.rdegges.com'>writes articles</a> and <a href='https://speakerdeck.com/rdegges'>gives talks</a> advocating for security best practices. Randall also builds and contributes to various open-source security tools. <p>Randall's realm of expertise include Python, JavaScript, and Go development, web security, cryptography, and infrastructure security. Randall has been writing software for ~20 years and has built some of the most-used API services on the internet."
nate-barbettini:
full_name: Nate Barbettini
display_name: Nate Barbettini
avatar: avatar-nbarbettini.jpg
web: https://www.recaffeinate.co
twitter: https://twitter.com/nbarbettini
github: https://github.com/nbarbettini
alex-salazar:
full_name: Alex Salazar
display_name: Alex Salazar
avatar: avatar-alex_salazar.jpg
email: alex.salazar@okta.com
twitter: https://twitter.com/SalaTzar
robert-damphousse:
full_name: Robert Damphousse
display_name: Robert Damphousse
avatar: avatar-robert.png
email: robert.damphousse@okta.com
twitter: https://twitter.com/robertjd_
joel-franusic:
full_name: Joël Franusic
display_name: Joël Franusic
avatar: avatar-jf.jpg
email: joel.franusic@okta.com
twitter: https://twitter.com/jf
github: https://github.com/jpf
web: http://joel.franusic.com
silas-brazil:
full_name: Silas Brazil
display_name: Silas Brazil
avatar: avatar-silas-b.jpg
github: https://github.com/silas-b
web: https://www.linkedin.com/in/silas-brazil
jordan-melberg:
full_name: Jordan Melberg
display_name: Jordan Melberg
avatar: avatar-jmelberg.jpg
email: jordan.melberg@okta.com
github: https://github.com/jmelberg
brandon-parise:
full_name: Brandon Parise
display_name: Brandon Parise
avatar: avatar-brandon_parise.jpg
email: brandon@modernup.io
web: https://modernup.io/
github: https://github.com/bparise
aaron-parecki:
full_name: Aaron Parecki
display_name: Aaron Parecki
avatar: avatar-aaronpk.jpg
email: aaron.parecki@okta.com
web: https://aaronparecki.com/
twitter: https://twitter.com/aaronpk
github: https://github.com/aaronpk
bio: 'Aaron Parecki is a Senior Security Architect at Okta. He is the author of <a href="https://oauth2simplified.com/">OAuth 2.0 Simplified</a>, and maintains <a href="https://oauth.net/">oauth.net</a>. He regularly writes and gives talks about <a href="https://aaronparecki.com/oauth/">OAuth</a> and online security. He is an editor of several internet specs, and is the co-founder of <a href="https://indieweb.org/">IndieWebCamp</a>, a conference focusing on data ownership and online identity. Aaron has spoken at conferences around the world about OAuth, data ownership, quantified self, and home automation, and his work has been featured in Wired, Fast Company and more.'
alex-dahl:
full_name: Alex Dahl
display_name: Alex Dahl
avatar: avatar-adahl.jpg
email: alex.dahl@okta.com
web: https://alexdahl.com
github: https://github.com/alexdahl
andrew-hughes:
full_name: Andrew Hughes
display_name: Andrew Hughes
avatar: avatar-moksamedia.jpg
github: https://github.com/moksamedia
twitter: https://twitter.com/oktadev
dave-nugent:
full_name: Dave Nugent
display_name: Dave Nugent
avatar: avatar-drnugent.jpg
email: dave.nugent@okta.com
web: http://davetech.com/
twitter: https://twitter.com/drnugent
github: https://github.com/drnugent
braden-kelley:
full_name: Braden Kelley
display_name: Braden Kelley
avatar: avatar-bkelley.jpg
email: braden@coupleofgingers.com
github: https://github.com/redbmk
twitter: https://twitter.com/oktadev
team-okta:
full_name: Team Okta
display_name: Team Okta
avatar: avatar-oktadev.png
email: devrel@okta.com
github: https://github.com/oktadev
twitter: https://twitter.com/oktadev
tom-smith:
full_name: Tom Smith
display_name: Tom Smith
avatar: avatar-tom_smith.jpg
email: tom.smith@okta.com
github: https://github.com/tom-smith-okta
krasimir-hristozov:
full_name: Krasimir Hristozov
display_name: Krasimir Hristozov
avatar: avatar-krasimir.jpg
twitter: https://twitter.com/oktadev
ibrahim-suta:
full_name: Ibrahim Šuta
display_name: Ibrahim Šuta
avatar: avatar-isuta.png
chris-green:
full_name: Chris Green
display_name: Chris Green
avatar: avatar-chrisgreen.jpg
twitter: https://twitter.com/oktadev
patrick-mcdowell:
full_name: Patrick McDowell
display_name: Patrick McDowell
avatar: avatar-pmcdowell.jpg
karl-penzhorn:
full_name: Karl Penzhorn
display_name: Karl Penzhorn
avatar: avatar-kpenzhorn.jpg
david-neal:
full_name: David Neal
display_name: David Neal
avatar: avatar-reverentgeek.jpg
web: https://reverentgeek.com
twitter: https://twitter.com/reverentgeek
github: https://github.com/reverentgeek
conor-gilsenan:
full_name: Conor Gilsenan
display_name: Conor Gilsenan
avatar: avatar-cgilsenan.jpg
web: https://www.allthingsauth.com/
twitter: https://twitter.com/conorgil
github: https://github.com/conorgil
andrew-van-beek:
full_name: Andrew Van Beek
display_name: Andrew Van Beek
avatar: avatar-avanbeek.jpg
web: https://videogame-resume.herokuapp.com/
twitter: https://twitter.com/andrewvanbeek1
github: https://github.com/andrewvanbeek-okta
keith-casey:
full_name: Keith Casey
display_name: Keith Casey
avatar: avatar-keith-casey.jpg
github: https://github.com/caseysoftware
twitter: https://twitter.com/caseysoftware
web: http://caseysoftware.com/
kleber-correia:
full_name: Kleber Correia
display_name: Kleber Correia
avatar: avatar-kcorreia.jpg
github: https://github.com/klebervirgilio
twitter: https://twitter.com/klebervirgilio
web: https://medium.com/@klebervirgilio
holger-schmitz:
full_name: Holger Schmitz
display_name: Holger Schmitz
avatar: avatar-holger_schmitz.jpg
email: holger@notjustphysics.com
web: http://notjustphysics.com
github: https://github.com/holgerschmitz
twitter: https://twitter.com/oktadev
jonathan-ray:
full_name: Jonathan Ray
display_name: Jonathan Ray
avatar: avatar-jonathan-ray.jpg
email: jonathan.ray@toptal.com
web: http://notjustphysics.com
github: https://github.com/jonathan-ray
joy-foster:
full_name: Joy Foster
display_name: Joy Foster
avatar: avatar-joyanne-foster.jpg
github: https://github.com/joyannefoster
twitter: https://twitter.com/oktadev
raphael-do-vale:
full_name: Raphael do Vale
display_name: Raphael do Vale
avatar: avatar-raphaeldovale.jpg
email: raphael@dovale.net
github: https://github.com/raphaeldovale
macy-ngan:
full_name: Macy Ngan
display_name: Macy Ngan
email: designbymacy@gmail.com
avatar: avatar-mngan.jpg
github: https://github.com/maisykiwi
heather-downing:
full_name: Heather Downing
display_name: Heather Downing
avatar: avatar-quorralyne.jpg
web: https://quorralyne.com
twitter: https://twitter.com/quorralyne
github: https://github.com/quorralyne
ryan-foster:
full_name: Ryan Foster
display_name: Ryan Foster
avatar: avatar-ryanfoster.jpg
twitter: https://twitter.com/oktadev
jefferson-haw:
full_name: Jefferson Haw
display_name: Jefferson Haw
avatar: avatar-jeffhaw.jpeg
frederico-hakamine:
full_name: Frederico Hakamine
display_name: Frederico Hakamine
avatar: avatar-sudobinbash.png
email: frederico.hakamine@okta.com
web: https://sudobinbash.com
twitter: https://twitter.com/sudobinbash
github: https://github.com/sudobinbash
andy-march:
full_name: Andy March
display_name: Andy March
avatar: avatar-amarch.jpg
email: andy.march@okta.com
github: https://github.com/andymarch
twitter: https://twitter.com/andymarch
web: https://andymarch.co.uk
lindsay-brunner:
full_name: Lindsay Brunner
display_name: Lindsay Brunner
avatar: avatar-lindsayb.png
email: lindsay.brunner@okta.com
github: https://github.com/lindsayb610
twitter: https://twitter.com/lindsayb610
peter-yaworsky:
full_name: Peter Yaworsky and Himanshu Ghai
display_name: Peter Yaworsky and Himanshu Ghai
avatar: avatar-oktadev.png
email: peter.yaworsky@okta.com
charlie-holland:
full_name: Charlie Holland
display_name: Charlie Holland
avatar: avatar-charlie-holland.jpeg
laura-rodriguez:
full_name: Laura Rodríguez
display_name: Laura Rodríguez
avatar: avatar-laura-rodriguez.jpg
email: laura.rodriguez@okta.com
terje-kolderup:
full_name: Terje Kolderup
display_name: Terje Kolderup
avatar: avatar-terje-kolderup.jpg
twitter: https://twitter.com/oktadev
vishal-rohilla:
full_name: Vishal Rohilla
display_name: Vishal Rohilla
avatar: avatar-vrohilla.jpeg
jimena-garbarino:
full_name: Jimena Garbarino
display_name: Jimena Garbarino
avatar: avatar-jimena.png
twitter: https://twitter.com/indiepopart
github: https://github.com/indiepopart
daniel-pereira:
full_name: Daniel Pereira
display_name: Daniel Pereira
avatar: avatar-daniel.jpeg
tom-abbott:
full_name: Tom Abbott
display_name: Tom Abbott
avatar: avatar-tom-abbott.jpg
twitter: https://twitter.com/omgitstom
les-hazlewood:
full_name: Les Hazlewood
display_name: Les Hazlewood
avatar: avatar-les-hazlewood.jpeg
twitter: https://twitter.com/lhazlewood
ivo-katunaric:
full_name: Ivo Katunaric
display_name: Ivo Katunaric
avatar: avatar-ivo-katunaric.jpg
github: https://github.com/ivo-katunaric
thiago-negri:
full_name: Thiago Negri
display_name: Thiago Negri
avatar: avatar-thiago-negri.jpg
github: https://github.com/thiago-negri
mikel-pascual:
full_name: Mikel Pascual
display_name: Mikel Pascual
avatar: avatar-mikel.jpg
twitter: https://twitter.com/oktadev
nickolas-fisher:
full_name: Nickolas Fisher
display_name: Nickolas Fisher
avatar: avatar-nik.jpg
github: https://github.com/nickolasfisher
web: https://profile.fishbowlllc.com
lee-mcgovern:
full_name: Lee McGovern
display_name: Lee McGovern
avatar: avatar-lee-mcgovern.jpg
omar-darwish:
full_name: Omar Darwish
display_name: Omar Darwish
avatar: avatar-omardarwish.jpg
twitter: https://twitter.com/ohmarzing
chase-aucoin:
full_name: Chase Aucoin
display_name: Chase Aucoin
avatar: avatar-chase.jpg
twitter: https://twitter.com/ChaseAucoin
nicolas-triballier:
full_name: Nico Triballier
display_name: Nico Triballier
avatar: avatar-nicolas-triballier.jpeg
twitter: https://twitter.com/nycotri
github: https://github.com/nicotriballier
linkedin: https://www.linkedin.com/in/nicolastriballier/
chris-gustafson:
full_name: "Chris Gustafson"
display_name: "Chris Gustafson"
avatar: avatar-chris-gustafson.jpeg
david-marin:
full_name: "David Marin"
display_name: "David Marin"
avatar: avatar-david-marin.jpg
github: https://github.com/davefx
web: https://davefx.com/en/freelance-developer/
heather-wallander:
full_name: "Heather Wallander"
display_name: "Heather Wallander"
avatar: avatar-heather-wallander.jpg
bio: "Heather Wallander is a Solution Engineer at Okta, specializing in Customer Identity Use Cases. After beginning her career in sales and marketing, she moved into software development, before finding the best of both worlds in Solutions Engineering. Heather has a bachelor's in Marketing and master's in Information Systems. She joined Okta in February 2019."
bruno-leite:
full_name: "Bruno Leite"
display_name: "Bruno Leite"
avatar: avatar-bruno-leite.jpg
github: https://github.com/brunocleite
web: http://www.brunoleite.co
giorgi-dalakishvili:
full_name: "Giorgi Dalakishvili"
display_name: "Giorgi Dalakishvili"
avatar: avatar-giorgi-dalakishvili.jpg
github: https://github.com/Giorgi/
twitter: https://twitter.com/GioDalakishvili
linkedin: https://www.linkedin.com/in/giorgidalakishvili/
web: https://giorgi.dev
nick-gamb:
full_name: Nick Gamb
display_name: Nick Gamb
avatar: avatar-nick-gamb.jpg
github: https://github.com/nickgamb
ruslan-zaharov:
full_name: Ruslan Zaharov
display_name: Ruslan Zaharov
avatar: avatar-ruslan-zaharov.jpg
github: https://github.com/ruXlab
franco-tiveron:
full_name: Franco Tiveron
display_name: Franco Tiveron
avatar: avatar-franco-tiveron.jpg
linkedin: https://www.linkedin.com/in/francotiveron/
twitter: https://twitter.com/francotiveron
karl-hughes:
full_name: Karl Hughes
display_name: Karl Hughes
avatar: avatar-karl-hughes.jpg
github: https://github.com/karllhughes
twitter: https://twitter.com/karllhughes
web: https://www.karllhughes.com/
joe-cavazos:
full_name: Joe Cavazos
display_name: Joe Cavazos
avatar: avatar-joe-cavazos.jpg
email: joe@jlcavazos.com
web: https://jlcavazos.com
github: https://github.com/cavazosjoe
linkedin: https://www.linkedin.com/in/joe-cavazos-82002a66/
phill-edwards:
full_name: Phillip Edwards
display_name: Phill Edwards
avatar: avatar-phill-edwards.jpg
email: phillip.edwards@toptal.com
web: https://dr-phill-edwards.eu
github: https://github.com/dr-phill-edwards
linkedin: https://www.linkedin.com/in/phillip-edwards-9502295/
dino-bikic:
full_name: Dino Bikic
display_name: Dino Bikic
avatar: avatar-dino-bikic.png
twitter: https://twitter.com/oktadev
karson-kwan:
full_name: Karson Kwan
display_name: Karson Kwan
avatar: avatar-karson-kwan.jpg
linkedin: https://www.linkedin.com/in/karsonkwan/
daniel-petisme:
full_name: Daniel Petisme
display_name: Daniel Petisme
avatar: avatar-daniel-petisme.jpg
twitter: https://twitter.com/danielpetisme
github: https://github.com/danielpetisme
linkedin: https://www.linkedin.com/in/danielpetisme
ali-spivak:
full_name: Ali Spivak
display_name: Ali Spivak
avatar: avatar-alispivak.jpg
twitter: https://twitter.com/alispivak
github: https://github.com/alispivak
linkedin: https://www.linkedin.com/in/alispivak
gabe-jackson:
full_name: Gabe Jackson
display_name: Gabe Jackson
avatar: avatar-gabe-jackson.jpg
twitter: https://twitter.com/gabe_jackson
github: https://github.com/gj
linkedin: https://www.linkedin.com/in/gabej
claudio-acquaviva:
full_name: Claudio Acquaviva
display_name: Claudio Acquaviva
avatar: avatar-claudio-acquaviva.jpg
twitter: https://twitter.com/CAcquaviva
github: https://github.com/CAcquaviva
linkedin: https://www.linkedin.com/in/claudioacquaviva
cale-switzer:
full_name: Cale Switzer
display_name: Cale Switzer
avatar: avatar-cale-switzer.jpg
github: https://github.com/Tennyx
linkedin: https://www.linkedin.com/in/cale-switzer-380a8630
edunham:
full_name: E. Dunham
display_name: E. Dunham
avatar: avatar-edunham.jpg
github: https://github.com/edunham
twitter: https://twitter.com/qedunham
deepu-sasidharan:
full_name: Deepu K Sasidharan
display_name: Deepu K Sasidharan
avatar: avatar-deepu-sasidharan.jpg
twitter: https://twitter.com/deepu105
github: https://github.com/deepu105
linkedin: https://www.linkedin.com/in/deepu05
email: deepu.sasidharan@okta.com
web: https://deepu.tech
bio:
Deepu is a polyglot developer, Java Champion, and OSS aficionado. He mainly works with Java, JS, Rust, and Golang. He co-leads JHipster and created the JDL Studio and KDash.
He's a Senior Developer Advocate for DevOps at Okta. He is also an international speaker and published author.
alisa-duncan:
full_name: Alisa Duncan
display_name: Alisa Duncan
avatar: avatar-alisa_duncan.jpeg
github: https://github.com/alisaduncan
twitter: https://twitter.com/alisaduncan
web: https://alisaduncan.dev
email: alisa.duncan@okta.com
bio:
Alisa Duncan is a Senior Developer Advocate at Okta, a full-stack developer, and a community builder who loves the thrill of learning new things.
She is a Google Developer Expert in Angular and organizes coding workshops and community events locally and internationally.
Her background is primarily working on enterprise software platforms, and she is a fan of all things TypeScript and JavaScript.
tanay-pant:
full_name: Tanay Pant
display_name: Tanay Pant
avatar: avatar-tanay-pant.jpg
web: https://soundcloud.com/technicallytrue
twitter: https://twitter.com/tanay1337
github: https://github.com/tanay1337
bio: "Tanay is a Senior Developer Advocate at Okta. He loves writing and has published books on topics like Firefox OS, virtual assistants with Raspberry Pi, and WebVR."
victory-nwani:
full_name: Victory C. Nwani
display_name: Victory Nwani
avatar: avatar-victory.jpg
twitter: https://twitter.com/iamnwani01
github: https://github.com/vickywane
linkedin: https://www.linkedin.com/in/victory-nwani-b820b2157/
email: victory@hera.marketing
web: https://nwani.netlify.app/
teniola-fatunmbi:
full_name: Teniola Fatunmbi
display_name: Teniola Fatunmbi
avatar: avatar-TFatunmbi.png
bio: "I am a web developer and computer science undergraduate. I build web applications with JavaScript (React and Node) and also write about them sometimes."
sebastian-nilsson:
full_name: Sebastian Nilsson
display_name: Sebastian Nilsson
avatar: avatar-SNilsson.jpg
web: https://sebnilsson.com/
bio: "Sebastian Nilsson is a professional problem solver, with expertise in the Microsoft ecosystem and a passion for the web and open source."
cameron-pavey:
full_name: Cameron Pavey
display_name: Cameron Pavey
avatar: avatar-CPavey.jpg
twitter: https://twitter.com/cpave3
bio: "Cameron is a full-stack dev living and working in Melbourne. He's committed himself to the never-ending journey of understanding the intricacies of quality code, developer productivity, and job satisfaction."
tristan-morris:
full_name: "Tristan Morris"
display_name: "Tristan Morris"
avatar: avatar-tristan-morris.jpg
linkedin: https://www.linkedin.com/in/howlertristan/
shahed-nasser:
full_name: "Shahed Nasser"
display_name: "Shahed Nasser"
avatar: avatar-SNasser.jpg
web: https://blog.shahednasser.com/
bio: Shahed is a full-stack developer with high expertise in web development. She also loves writing technical articles, as they help her learn, become better, and spread her knowledge in the hopes that it will help someone out there.
james-hickey:
full_name: "James Hickey"
display_name: "James Hickey"
avatar: avatar-JHickey.jpg
web: https://www.jamesmichaelhickey.com/
twitter: https://twitter.com/jamesmh_dev
bio: James is a Microsoft MVP with a background building web and mobile applications in fintech and insurance industries. He's the author of "Refactoring TypeScript" and creator of open-source tools for .NET called Coravel. He lives in Canada, just ten minutes from the highest tides in the world.
alina-yurenko:
full_name: "Alina Yurenko"
display_name: "Alina Yurenko"
avatar: avatar-alina_yurenko.png
web: https://dev.to/alina_yurenko
twitter: https://twitter.com/alina_yurenko
bio: I ❤️ all things tech, open source and community. Developer 🥑 for @GraalVM at @OracleLabs, helping @jhipster, ex @googledevgroups
alex-doukas:
full_name: Alex Doukas
display_name: "Alex Doukas"
avatar: avatar-ADoukas.png
linkedin: https://www.linkedin.com/in/alexdoukas/
bio: I'm Alex, a front end developer. My main area of expertise is web development and everything that comes along with it. I also have extensive knowledge of topics such as software testing, UX design, big data, social media marketing, and SEO techniques.
john-gramila:
full_name: John Gramila
display_name: John Gramila
avatar: avatar-JGramila.jpg
web: https://toughpixels.com/
twitter: https://twitter.com/jgramila
bio: John is a developer and writer working in Chicago. Failure and success both create growth, and growth never stops.
lukonde-mwila:
full_name: Lukonde Mwila
display_name: Lukonde Mwila
avatar: avatar-LMwila.jpg
web: https://toughpixels.com/
twitter: https://twitter.com/LuKE9ine
bio: Lukonde is a Principal Technical Evangelist at SUSE and is an AWS Container Hero. He specializes in cloud and DevOps engineering and cloud-native technologies. He is passionate about sharing knowledge through various mediums and engaging with the developer community at large.
olabayo-balogun:
full_name: Olabayo Balogun
display_name: Olabayo Balogun
avatar: avatar-OBalogun.jpg
linkedin: https://www.linkedin.com/in/olabayobalogun/
bio: "A .Net, Blazor and Angular software engineer who is committed to building technological infrastructures capable of solving the challenges of netizens now and in the future. "
chris-concannon:
full_name: Chris Concannon
display_name: Chris Concannon
avatar: avatar-chris-concannon.jpeg
web: https://blog.concannon.tech
bio: Chris is a Senior Solutions Engineer at Okta. He studied biomedical engineering at Duke University. After spending several years in the medical device industry, he pivoted his career to software development. Chris lives in San Francisco and spends much of his free time enjoying the great outdoors.
arek-nawo:
full_name: Arek Nawo
display_name: Arek Nawo
avatar: avatar-ANawo.jpg
web: https://areknawo.com/
twitter: https://twitter.com/areknawo
github: https://github.com/areknawo
alex-nachbaur:
full_name: Alex Nachbaur
display_name: Alex Nachbaur
avatar: avatar-alex-nachbaur.jpg
web: https://nachbaur.com/
twitter: https://twitter.com/nachoman
github: https://github.com/alexastrocat
linkedin: https://www.linkedin.com/in/alexnachbaur/
bio: "Alex is currently an Apple / Swift software engineer, specializing in mobile & desktop native app and SDK development. Also a parent, sailor, rocket nerd, and amateur science teacher."
gabi-dombrowski:
full_name: Gabi Dombrowski
display_name: Gabi Dombrowski
avatar: avatar-gabi.jpg
web: http://gabidombrowski.com
twitter: https://twitter.com/gabzilladev
github: https://github.com/gabidombrowski
bio: Gabi spent her youth immersed in MS-DOS, server rooms, and Geocities fan page HTML. She transitioned to a development career in 2016 after life as a Systems Administrator and is active in her local tech community as a volunteer and as Mentor Director for a monthly coding session to help women break into the industry. Her other interests include ashtanga yoga, learning languages, and curating stellar playlists.
havi-hoffman:
full_name: Havi Hoffman
display_name: Havi Hoffman
avatar: avatar-havi-hoffman.jpg
web: https://medium.com/@freshelectrons/in-the-land-of-the-javascripters-c91394e9d2e6
twitter: https://twitter.com/freshelectrons
github: https://github.com/havi
linkedin: https://www.linkedin.com/in/havihoffman/
bio: "Once upon a time, Havi Hoffman discovered the World Wide Web, and went to work on the Yahoo directory. Then she discovered blogs, and went to work in the land of wordpress, managing and editing content for developers at Yahoo, Mozilla, and a startup called Scarf. She lived among the JavaScripters and it was good. Now she's at Auth0 by Okta, sharing the login love."
semona-igama:
full_name: Semona Igama
display_name: Semona Igama
avatar: avatar-semona-igama.jpeg
twitter: https://twitter.com/sudomonas
github: https://github.com/isemona
linkedin: https://www.linkedin.com/in/semonaigama/
bio: Semona has been with Okta for three years supporting developers as a Developer Support Engineer. She is excited to transition to a Dev Advocate role - advocating for Okta developer community needs. Outside of work, Semona is a foodie, loves kombucha, and is interested in board games and ultimate frisbee.
daniel-marma:
full_name: Daniel Marma
display_name: Dan Marma
avatar: avatar-daniel-marma.jpeg
linkedin: https://www.linkedin.com/in/danmarma/
bio: As a Product Acceleration Principal Architect at Okta, Dan brings decades of enterprise technology and process design (including 6+ years within Okta professional services) to the Okta product team focused on ensuring a smooth transition to Okta Identity Engine and implementing other new products in the market. He has worked with thousands of client complex identity solutions, many first of kind in IAM.
max-katz:
full_name: Max Katz
display_name: Max Katz
avatar: avatar-max-katz.jpg
linkedin: https://www.linkedin.com/in/maxkatz/
bio: Max Katz is Okta Workflows Developer Advocate. Max loves the no-code automation space and provides developer education with content, videos, and online meetups. Before Okta, Max led the North America Developer Advocacy team at IBM. Before IBM, Max led developer advocacy for a cloud-based mobile app platform, Appery, helping it grow from zero to over 400,000 developers. Max regularly writes on his http://maxkatz.net blog.
tanish-kumar:
full_name: Tanish Kumar
display_name: Tanish Kumar
avatar: avatar-tanish-kumar.jpeg
github: https://github.com/tanishkumar02
linkedin: https://www.linkedin.com/in/tanish-kumar/
michael-palermo:
full_name: Michael Palermo
display_name: Michael Palermo
avatar: avatar-mpalermo.jpeg
linkedin: https://www.linkedin.com/in/palermo4/
twitter: https://twitter.com/palermo4
web: https://about.me/palermo4
bio: Michael is the Manager of Developer Advocacy at Okta. He has been advocating developer technologies for over 25 years. Michael is a published author of technical books as well as online courses with Pluralsight. Previously, Michael evangelized "smart home" with the Amazon Alexa team, taught developers location data with HERE Technologies, and championed HTML5 while at Microsoft.
ram-gandhi:
full_name: Ram Gandhi
display_name: Ram Gandhi
avatar: avatar-ram-gandhi.jpg
github: https://github.com/ramgandhi-okta
bio: Ram Gandhi is a Developer Support Solutions Architect at Okta, a full-stack developer, DevOps expert, and a problem solver who is excited by learning new things. He has over 13 years of experience developing software applications across various industries and securing them using industry best practices. He loves to work in cross-platform development and Kubernetes.
louie-campagna:
full_name: Louie Campagna
display_name: Louie Campagna
avatar: avatar-louie-campagna.jpeg
linkedin: https://www.linkedin.com/in/louie-campagna/
bio: Louie Campagna is an Okta Developer Support Engineer. He enjoys coding creative solutions to problems and writing scripts to automate processes. Louie's previous experience spans across customer service, desktop engineering, identity and access management and governance, and programming.
nick-connelly:
full_name: Nick Connelly
display_name: Nick Connelly
avatar: avatar-nick-connelly.jpg
linkedin: https://www.linkedin.com/in/nicholasconnelly/
bio: Nick Connelly is a seasoned Professional Consultant within the Okta Professional Services team, bringing over a decade of experience in cybersecurity and identity and access management. Passionate about learning new technologies and improving processes, Nick is dedicated to delivering exceptional value for customers by leveraging the latest advancements and best practices in the industry.
jeff-taylor:
full_name: Jeff Taylor
display_name: Jeff Taylor
avatar: avatar-jeff-taylor.jpg
linkedin: https://www.linkedin.com/in/jeffctaylor/
github: https://github.com/jefftaylor-okta
bio: Jeff is a Group Product Manager working on our Developer Products for Developers and Operators working with Workforce Identity Cloud including helping Integrators submitting to the Okta Integration Network easily and effectively. Jeff is a champion for Builders on the Okta ecosystem.
nesh-popovic:
full_name: Nesh Popović
display_name: Nesh Popović
avatar: avatar-nesh-popovic.jpeg
linkedin: https://www.linkedin.com/in/nesh-popovi%C4%87-219aa11/
bio: As a Developer and Solutions Engineer for the past 20+ years, I've been involved in developing and selling secure and robust software solutions. When not helping my sales team deal with the complexities of software platforms, you can usually find me playing pickleball, basketball or backgammon.