├── .editorconfig ├── .gitattributes ├── .github └── pull_request_template.md ├── contributing.md ├── create-ama.md └── readme.md /.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | indent_style = tab 5 | end_of_line = lf 6 | charset = utf-8 7 | trim_trailing_whitespace = true 8 | insert_final_newline = true 9 | 10 | [*.md] 11 | trim_trailing_whitespace = false 12 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto eol=lf 2 | -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | **By submitting this pull request, I promise I have read the [contributing guidelines](https://github.com/sindresorhus/amas/blob/main/contributing.md) twice and ensured my submission follows it. 🖖** 2 | -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | Please ensure your pull request adheres to the following guidelines: 4 | 5 | - Search previous suggestions before making a new one, as yours may be a duplicate. 6 | - A link back to this list from your readme, so users can discover more AMAs, would be appreciated. 7 | - Make an individual pull request for each suggestion. 8 | - Titles should be [capitalized](http://grammar.yourdictionary.com/capitalization/rules-for-capitalization-in-titles.html). 9 | - Use the following format: `[Name](link) - Bio.` 10 | - Link additions should be added to the bottom of the relevant category. 11 | - New categories or improvements to the existing categorization are welcome. 12 | - Start the bio with a capital and end with a full stop/period. No links or emojis. 13 | - Check your spelling and grammar. 14 | - Make sure your text editor is set to remove trailing whitespace. 15 | - The pull request and commit should have a useful title. Example: `Add Sindre Sorhus` 16 | 17 | Thank you for your suggestions! 18 | -------------------------------------------------------------------------------- /create-ama.md: -------------------------------------------------------------------------------- 1 | # Create your own AMA! 2 | 3 | - [Fork](https://github.com/sindresorhus/ama/fork) my AMA or copy paste its [readme](https://raw.githubusercontent.com/sindresorhus/ama/main/readme.md) into new repo. 4 | - Personalize the readme with your bio, what people can ask, website/twitter/etc links. 5 | - If you forked, you have to enable the issue tracker: `Settings` → `Features` → `☑ Issues`. 6 | - Add it to [this list](https://github.com/sindresorhus/amas). *(Please read the [contributing guidelines](contributing.md)).* 7 | - [Tweet](https://twitter.com/intent/tweet?text=Ask%20me%20*anything*%20in%20my%20shiny%20new%20AMA!%20[insert%20link%20to%20your%20AMA]) about your shiny new AMA! 8 | - When you've answered a question in your AMA, close the issue. 9 | - **Read and ask questions in the [other AMAs](https://github.com/sindresorhus/amas).** *(Good way to encourage others to ask questions in your AMA)* 10 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # Awesome & Marvelous Amas [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) 2 | 3 | > [AMA](https://en.wikipedia.org/wiki/R/IAmA) → Ask Me Anything 4 | 5 | #### Ask these people anything! 6 | 7 | - [Sindre Sorhus](https://github.com/sindresorhus/ama) - Full-time open-sourcerer. Maker of many npm packages and apps. 8 | - [Pascal Hartig](https://github.com/passy/ama) - Polyglot. Engineer at Twitter. Contributor to Yeoman, TodoMVC, WSK. 9 | - [Stephen Sawchuk](https://github.com/stephenplusplus/ama) - Just having fun. Creator of wiredep, youmeyou. Helper of ^. 10 | - [Mark Otto](https://github.com/mdo/ama) - Designer at GitHub. Creator of Bootstrap. 11 | - [Zach Holman](https://github.com/holman/feedback) - Developer and speaker. Previously worked at GitHub. 12 | - [Kent C. Dodds](https://github.com/kentcdodds/ama) - JavaScript dev, open source contributor, community builder, and speaker. 13 | - [Simon Boudrias](https://github.com/SBoudrias/ama) - Yeoman, Inquirer.js and a bunch of other node modules. Software engineer at Yelp. 14 | - [Reza Akhavan](https://github.com/jedireza/ama) - Engineer at Mozilla. Co-organizer at NodeSchoolSF. Creator of Drywall, Frame, Aqua. 15 | - [Wes Bos](https://github.com/wesbos/ama) - Full stack developer, independent author, speaker, teacher and JavaScripter. 16 | - [Anselm Hannemann](https://github.com/anselmh/AMA) - Freelance front-end developer, author of WDRL, co-organizer of Nightlybuild.io. 17 | - [Blain Smith](https://github.com/blainsmith/ama) - Partner/Engineer at MadGlory and Odd Networks. Rebel Geek. 18 | - [Lewis Cowper](https://github.com/lewiscowper/ama) - Former forklift driver. Now web developer. 19 | - [Blake Winton](https://github.com/bwinton/ama) - UX Engineer for Mozilla Firefox, and the author of Whimsy. 20 | - [Darrin Henein](https://github.com/darrinhenein/ama) - Design Lead for Firefox Mobile at Mozilla, creator of Lastronaut. 21 | - [Cassie McDaniel](https://github.com/cassiemc/ama) - Design Director for Mozilla Foundation, cofounder of Women&&Tech, speaker and writer. 22 | - [Wenjie Fan](https://github.com/DIYgod/ama) - Front-end engineer for Linux Deepin, blogger of anotherhome.net. 23 | - [Maxime Euzière](https://github.com/xem/ama) - Front-end hacker and JS code-golfer. 24 | - [Robert Haritonov](https://github.com/operatino/ama) - Front-end team lead, SourceJS maintainer and Living Style Guide evangelist. 25 | - [Lim Chee Aun](https://github.com/cheeaun/ama) - Product engineer. GitHub stargazer. Anime lover. 26 | - [Darcy Clarke](https://github.com/darcyclarke/ama) - Developer, Designer, Founder, Mentor & Speaker. 27 | - [Vishnu Ks](https://github.com/hackerkid/ama) - Student at IIIT Allahabad. Experimentalist. 28 | - [Nick Desaulniers](https://github.com/nickdesaulniers/ama) - Open Source Zealot at Mozilla. 29 | - [Henry Snopek](https://github.com/hhsnopek/ama) - Front-end developer, university student. 30 | - [Mikola Lysenko](https://github.com/mikolalysenko/ama) - Geometry vagrant. 31 | - [Drew Minns](https://github.com/drewminns/ama) - Designer/Developer and Educator. Lead Developer and Instructor with HackerYou. 32 | - [Heather Payne](https://github.com/heatherpayne/ama) - CEO of HackerYou, founder of Ladies Learning Code. 33 | - [Ryan Christiani](https://github.com/Rchristiani/ama) - Lead Instructor and Developer at HackerYou in Toronto. 34 | - [Ahmad Nassri](https://github.com/ahmadnassri/ama) - Head of Engineering at Mashape. Technology Entrepreneur & Dog Lover. Toronto ✈ San Francisco. 35 | - [Patty Delgado](https://github.com/partydelgado/ama) - Engineering lead at Refinery29. Avid mentor and developer evangelist, especially for women and minorities. 36 | - [Nicholas C. Zakas](https://github.com/nzakas/ama) - Architect at Box, author, creator of ESLint. 37 | - [Lance He](https://github.com/indigofeather/ama) - Full stack developer and speaker. 38 | - [Derick Bailey](https://github.com/derickbailey/ama) - Developer and entrepreneur, author and screencaster. 39 | - [Andy Jiang](https://github.com/lambtron/ama/) - Customer Acquisition and Evangelist at Segment, maker of things. 40 | - [Benny Thomas](https://github.com/virtueme/ama/) - Full stack developer caring about children reading. 41 | - [Sebastian McKenzie](https://github.com/sebmck/ama) - Creator of Babel. 42 | - [Rishabh Pugalia](https://github.com/rishabhp/ama) - Full stack engineer. Creator of CSSDeck. 43 | - [Matthew Mueller](https://github.com/matthewmueller/ama) - Creator of Cheerio, Duo, and a few other node modules. 44 | - [DeokHong Kim](https://github.com/insanehong/ama) - Front-end engineer at NAVER, founder of hackrslab. 45 | - [Hugo Giraudel](https://github.com/hugogiraudel/ama) - CSS goblin, Sass hacker, margin psycho. 46 | - [Will Binns-Smith](https://github.com/wbinnssmith/ama) - JavaScript at Bitbucket. Makes internet things. 47 | - [Lauri Tervonen](https://github.com/mollikka/ama) - CS & SE university student in Finland. 48 | - [Matija Marohnić](https://github.com/silvenon/ama) - From modding Warcraft to frontend design/development and nerdiness for Node.js build tools. 49 | - [Kyle Robinson Young](https://github.com/shama/ama) - Makes stuff and likes bears. 50 | - [Trent Oswald](https://github.com/therebelrobot/ama) - Maker of web things Mashape and nodejs/website. 51 | - [Una Kravets](https://github.com/una/ama) - Front-end developer, Sass things, Dev communities & Open Source Design. 52 | - [Chris Missal](https://github.com/chrismissal/ama) - Maker of Internet things in Austin, TX. A goofball, nerd, and OSS lover. 53 | - [Acho Arnold](https://github.com/najela/ama) - Full stack web developer with great passion in Social Psychology. 54 | - [Rob Furlong](https://github.com/robbbz/ama) - Maker of cool things with the web, freelancer. 55 | - [Honza Bittner](https://github.com/tenhobi/ama) - Student at FIT CTU, Dart lover. 56 | - [Jan Sanchez](https://github.com/jansanchez/ama) - Front-end developer. Creator of css-url-versioner, open source contributor. 57 | - [Adrián Arroyo Calle](https://github.com/AdrianArroyoCalle/ama) - Currently a student in Spain doing any kind of development which uses C++, Rust, JavaScript and TypeScript. 58 | - [Richard Littauer](https://github.com/RichardLitt/ama) - Full stack developer, linguist, and sometime digital nomad. Creating with the MIT Media Lab, wrote the Na'vi Dictionary, NodeSchool organizer, The User Is Drunk. 59 | - [Nick Johnstone](https://github.com/Widdershin/ama) - Web developer from New Zealand, currently working as a Rails developer full-time. As a side project, I'm making a tool for developing games with no coding required. 60 | - [JD Ballard](https://github.com/Qix-/ama) - Idaho native, Chalk collaborator, sunshine burns us. Likes hypotheticals, dislikes bees. 61 | - [Charlike Mike Reagent](https://github.com/tunnckoCore/ama) - Passionate full stack developer, hacking on ArchLinux. Perfectionist. Revolutionist. Founder of RegexHQ, core member at JSTransformers and part of dwylhq. 62 | - [Mohamad Jahani](https://github.com/mamal72/ama) - Software developer from Iran, mostly working on web backends, \*nix servers, electronic devices and most cool stuff you can imagine! A knowledge addict, who's reading and working 24/7. 63 | - [Justin Miller](https://github.com/incanus/ama) - Mobile lead at Mapbox, formerly Code Sorcery Workshop (Pukka/Meerkat), photographer, traveler. 64 | - [Yitzchok Willroth](https://github.com/coderabbi/ama) - Coder & Rabbi (though seldom at the same time!); Engineering Practice Manager, Grovo; Organizer, ShorePHP & NYPHP; Conference Speaker; Mentor. 65 | - [Graham Daniels](https://github.com/greydnls/ama) - Sr Software Engineer at Refinery29, US Lead for PHPWomen, Host of #NoCapes, Single dad. Brooklyn, NY. 66 | - [Jeff Carouth](https://github.com/jcarouth/ama) - Lead Platform Engineer at Liftopia, Co-host of the Loosely Coupled Podcast, mentor, and conference speaker. 67 | - [Matthew Turland](https://github.com/elazar/amas) - Full Stack Engineer at When I Work, author, mentor, and conference speaker. 68 | - [Joe Ferguson](https://github.com/svpernova09/ama) - PHP Dev, Sys Admin, Community Builder, Conf Organizer & Speaker, Maker, Hacker, Tinkerer, Space Geek, Husband. Enjoys craft beers and whiskey. Owned by cats. 69 | - [Hamish Friedlander](https://github.com/hafriedlander/ama) - Developer, CTO at SilverStripe, human (presumed). 70 | - [Chris Tankersley](https://github.com/dragonmantank/ama) - PHP developer, system admin, speaker, teacher, sometimes writer, and I play video games on YouTube. 71 | - [Deepak Verma](https://github.com/deepaknverma/ama) - Full stack developer at Hometrack Australia, AWS Solution Architect, and passionate about photography. 72 | - [Dan Abramov](https://github.com/gaearon/ama) - JavaScript and React hobbyist, creator of React Hot Loader and Redux. 73 | - [Daichi Furiya](https://github.com/wasabeef/ama) - Software developer in Japan. I love Android, JavaScript and iOS. 74 | - [Maxime Thirouin](https://github.com/MoOx/ama) - Freelance front-end/UI/UX developer. Open Source addict & compulsive coder. 75 | - [Chris Biscardi](https://github.com/ChristopherBiscardi/ama) - UI lead at Docker. JavaScript. Haskell. Builder of products and tooling. 76 | - [Vladimir Agafonkin](https://github.com/mourner/ama) - Engineer at Mapbox, creator of Leaflet and a bunch of other open source libraries. Building the future of interactive maps. 77 | - [Claudio Procida](https://github.com/claudiopro/ama) - Full stack web developer, mentor, evangelist and speaker. Passionate about painting and photography. 78 | - [Zeno Rocha](https://github.com/zenorocha/ama) - Developer Advocate at Liferay. 79 | - [Kahlil Lechelt](https://github.com/kahlil/ama) - JavaScript developer, organizes KarlsruheJS, co-host of the Descriptive Podcast and the Reactive Podcast, vocalist. 80 | - [Vadim Demedes](https://github.com/vdemedes/ama) - Node.js addict. 81 | - [Raymond Clanan](https://github.com/rclanan/ama) - Freelance full stack developer at Utopian Concept LLC. 82 | - [MK Yuan](https://github.com/fengmk2/ama) - Node.js developer at Alipay. 83 | - [Hong Liu](https://github.com/honglio/ama) - Freelance full stack web developer and founder of PresentBook. 84 | - [Arnaud Benard](https://github.com/arnaudbenard/ama) - Freelance JS developer and digital nomad. 85 | - [Anthony Ramella](https://github.com/tonyynot/ama) - I went from zero to hired web developer in 5 months. I blog about my experiences learning code and working as a junior developer. 86 | - [Diki Ananta](https://github.com/dikiaap/ama) - Freelance full-stack developer working with Laravel. 87 | - [Steel Brain](https://github.com/steelbrain/ama) - The Rebel™, also a Node.js, PHP and HackLang developer. 88 | - [CJ Patoilo](https://github.com/cjpatoilo/ama) - Front-end engineer, JavaScript evangelist, DEV IO co-Founder. 89 | - [Armagan Amcalar](https://github.com/dashersw/ama) - Head of Software Engineering at unu GmbH. Software architect, entrepreneur, conference speaker, mentor, electronics engineer, guitar lover, singer. 90 | - [Breno Polanski](https://github.com/brenopolanski/ama) - Front-end software engineer at Meteorite BI. 91 | - [Camilo Nova](https://github.com/camilonova/ama) - Full stack software developer in Colombia. 92 | - [Jon Moss](https://github.com/maclover7/ama) - Rails developer. Average teen. Member of the Ruby on Rails Issues Team. 93 | - [Seth Alexander](https://github.com/itzsaga/ama) - Free Code Camper, Burgeoning Dev, all things JavaScript. 94 | - [Ariya Hidayat](https://github.com/ariya/ama) - VP of Engineering Shape Security, Author of Esprima and PhantomJS. 95 | - [Rob Thomas](https://github.com/xrobau/ama) - VoIP Developer, IPv6 and Security Evangelist, DevOps proponent. Currently at Sangoma. 96 | - [Amit Merchant](https://github.com/amitmerchant1990/ama) - Full-stack developer working with JavaScript, PHP and Java. 97 | - [William Oliveira](https://github.com/woliveiras/ama) - Front-end developer (Brazilian) working with JavaScript, Angular, Stylus, Gulp, Git, etc. Read more about me on my blog. 98 | - [Unbug Lee](https://github.com/unbug/ama) - Author of MIHTool and Codelf. 99 | - [Tibor Simon](https://github.com/tiborsimon/ama) - Electrical engineer, software geek, DSP, iOS, vimmer, guitarist, biker, runner, tiborsimon.io. 100 | - [Danilo Vaz](https://github.com/danilovaz/ama) - Front-end developer (Brazilian), working at mLabs with JavaScript, EmberJS, APIs and other cool stuffs. I'm also BeerJS/SJC organizer. 101 | - [Adrian Mejia](https://github.com/amejiarosario/ama) - Software engineer at Cisco. Blogger at adrianmejia.com. Author of "E-commerce Application built with the MEAN stack". JavaScript lover. Boston located. 102 | - [Jon Kuperman](https://github.com/jkup/ama) - I love JavaScript! I blog at Codeplanet, make videos at Nodecasts and podcast at The Web Behind. 103 | - [Max Stoiber](https://github.com/mxstbr/ama) - Open source developer advocate at Thinkmill, developing KeystoneJS and ElementalUI. Creator of react-boilerplate, part of React Vienna. 104 | - [Joe Lencioni](https://github.com/lencioni/ama) - Building ImportJS and Diffux CI. Web infra at Airbnb. 105 | - [Lindsey Bieda](https://github.com/lindseyb/ama) - Back-end developer, game maker, and hardware hacker. 106 | - [Jeroen Engels](https://github.com/jfmengels/ama) - JS developer and open source enthusiast. 107 | - [Tim Smith](https://github.com/smithtimmytim/ama) - Front-end designer, nerd, and recovering coffee addict. 108 | - [Sam Verschueren](https://github.com/SamVerschueren/ama) - Full stack JavaScript developer and open source contributor. 109 | - [Haroen Viaene](https://github.com/Haroenv/ama) - Student mostly doing JS, open source everything, creating stuff at bullgit. 110 | - [Kundan Singh](https://github.com/kundansingh1/ama) - Full Stack Javascript Developer, Biker, Traveller, Photographer. 111 | - [Michael Novotny](https://github.com/manovotny/ama) - JavaScript developer. Open source contributor. Insatiable learner. Standards and best practices enthusiast. Development is a lifestyle, not a job. 112 | - [Artem Sapegin](https://github.com/sapegin/ama) - Frontend developer at Here, creator of React Styleguidist and passionate photographer. 113 | - [Miguel Durán](https://github.com/miduga/ama) - Developer of things and stuff at Typeform, creator of React Slidy. Love videogames, embrace StandardJS. Living in Barcelona. 114 | - [Chris 'Freddy' Getsfred](https://github.com/elderfo/ama) - Black hoodie aficionado, full-stack developer, JavaScript lover, new open source contributer, former script nerd, former technology instructor. 115 | - [Seth Holladay](https://github.com/sholladay/ama) - A human seeking a full stack of pancakes and software, bug free. 116 | - [Nikita Voloboev](https://github.com/nikitavoloboev/ama) - macOS enthusiast, open knowledge evangelist, writer, and an aspiring web developer. 117 | - [Sitesh Shrivastava](https://github.com/SITZ/ama) - About Technology, Quantitative Finance, Products & Extreme Sports. 118 | - [Zach Leatherman](https://github.com/zachleat/ama) - I have a beard sometimes. 119 | - [Francis Sunday](https://github.com/codehakase/ama) - Software Developer based in Port Harcourt, Nigeria. 120 | - [Travis Northcutt](https://github.com/tnorthcutt/ama) - Husband, dad, nomad, PHP developer. 121 | - [Olavi Haapala](https://github.com/olpeh/ama) - Web and mobile developer from Finland. 122 | - [Manu Sunny](https://github.com/manupsunny/ama) - Back-end .NET/Java developer. 123 | - [Ken Wheeler](https://github.com/kenwheeler/ama) - Professional American. Manchild. 124 | - [Helen V. Holmes](https://github.com/helenvholmes/ama) - Freelance designer and UI engineer. 125 | - [Rachel Andrew](https://github.com/rachelandrew/cssgrid-ama) - CSS Grid Ask Me Anything. Rachel Andrew is a UK web developer, writer, public speaker and co-founder of Perch CMS. 126 | - [Ilya Bodrov](https://github.com/bodrovis/ama) - Author, teacher, consulting developer. Fan of Ruby and Elixir. 127 | - [Matt Seemon](https://github.com/mattseemon/ama) - Voice-over artist, karaoke jockey, amateur actor, IT enthusiast. 128 | - [Gaurav Mehla](https://github.com/gauravmehla/ama) - Full-stack developer, JS coder, open source contributor. 129 | - [Hasan Bayat](https://github.com/EmpireWorld/ama) - Awesome developer. Loves open source. 130 | - [Stéphane Hulard](https://github.com/shulard/ama) - Open source lover, dad, husband, speaker, teacher, remote worker, full-stack developer who loves playing with PHP. 131 | - [Scott Hanselman](https://github.com/shanselman/ama) - Teacher, Podcaster, OSCON Chair, Developer, Open Source C# and .NET at Microsoft. 132 | - [Jürgen Gutsch](https://github.com/JuergenGutsch/ama) - .NET junkie, addicted to web and software development, clean coder, MVP for Visual Studio and Development Technologies. 133 | - [Lizzie Siegle](https://github.com/elizabethsiegle/ama) - iOS and web developer, developer evangelist, hackathon hacker and judge, Spectra organizer, racially ambiguous. 134 | - [Sami CHNITER](https://github.com/chniter/ama) - Microsoft Exchange, Office, Skype For Business, PowerShell developer, blogger, and software geek. 135 | - [Mordechai Zuber](https://M-ZUBER/AMA) - Developer, Maintainer, Open Sourcer. Passionate about development. 136 | - [Krzysztof Cieslak](https://github.com/Krzysztof-Cieslak/AMA) - Software developer, consultant, founder of Lambda Factory, author of Ionide, Forge, Fornax, project owner and maintainer of VSCode-Elm, contributor to many OSS projects, international speaker. 137 | - [Benjamin Reitzammer](https://github.com/benjmin-r/ama) - Developer, ex-CTO, Engineering Manager, Communities. 138 | - [Clark Weckmann](https://github.com/clarkhacks/ama) - Web Developer, Designer, and Programmer. Specializing in small business websites and blogs. 139 | - [Kevin Jalbert](https://github.com/kevinjalbert/ama) - Developer Lead at Shopify), primarily using Rails and React. 140 | - [Sean Killeen](https://github.com/SeanKilleen/ama) - .NET Lead & Managing Consultant at Excella. Speaker, blogger, tech lead. Would love to talk .NET, modernization, distributed systems, public speaking, musical theatre, and really pretty much anything else. 141 | - [Tobias Kienzler](https://github.com/zommuter/ama) - Physicist, programmer, parent. 142 | - [Juha Lindstedt](https://github.com/pakastin/ama) - Web architect at iDiD. Creator of RE:DOM, Deck of Cards and other open source projects. 143 | - [Rifat Nabi](https://github.com/torifat/ama) - Front-end developer and open-source enthusiast. 144 | - [Md Eftakhairul Islam](https://github.com/eftakhairul/ama) - Software engineer, hacker, open source enthusiast and tech blogger at eftakhairul.com. 145 | - [Chaitanya Giri](https://github.com/chaitanyagiri/ama) - Full-stack developer, JavaScript <3, tabs over spaces, open source enthusiast. 146 | - [Rishi Pithadiya](https://github.com/rishiip/ama) - Full-stack Ruby on Rails developer in India, open source enthusiast. 147 | - [Byungjin Park](https://github.com/posquit0/ama) - Software Architect, DevOps Engineer, Hacker, Open Sourcer. 148 | - [Ali Spittel](https://github.com/aspittel/ama) - Teaching code, Python and JavaScript developer, blogger. 149 | - [Khen Daniel](https://github.com/thekhenzie/ama) - Software Engineer. Aspiring Photographer. Hacker. 150 | - [Riza Fahmi](https://github.com/rizafahmi/ama) - Developer, mentor, speaker. Curriculum Director, Co-Founder Hacktiv8 Coding Bootcamp. 151 | - [Sergey Sova](https://github.com/sergeysova/ama) - Rust lover. Mentor. Freelancer. React developer. 152 | - [Omar Bahareth](https://github.com/obahareth/ama) - Head of Software Engineering at Tam, mentor, full-stack developer, currently heavily into Ruby and Elixir, and slowly getting into Go and Rust. Located in Saudi Arabia. 153 | - [Addy Osmani](https://dev.to/addyosmani/im-addy-osmani-ask-me-anything-596c) - Engineering manager on the Chrome team at Google leading up Web Performance. 154 | - [CY Lim](https://github.com/cylim/ama) - Full-stack JavaScript digital nomad. 155 | - [Hamza Baig](https://github.com/hamxabaig/ama) - Full-stack JavaScript engineer. Passionate about Artificial Intelligence. 156 | - [Frédéric Harper](https://github.com/fharper/ama) - Developer Advocate at npm, former Mozilla & Microsoft one, Apress author, public speaker, #crazycatman & more. 157 | - [Emanuele Bartolesi](https://github.com/kasuken/ama) - Full-stack web developer. Ethical hacker. Beginner triathlete. 158 | - [Brad Garropy](https://bradgarropy.com/ama) - Self-taught frontender at Adobe, blogger, streamer, tweeter. 159 | - [Fabio Spampinato](https://github.com/fabiospampinato/ama) - Self-taught full-stack developer passionate about open source and empowering people. 160 | - [Eduards Sizovs](https://github.com/sizovs/ama) - Software architect, blogger, trainer, speaker, and a conference organizer. 161 | - [Even Stensberg](https://github.com/evenstensberg/ama) - OSS contributor and developer. 162 | - [Erdal TAŞKESEN](https://github.com/erdaltsksn/ama) - All in one developer. 163 | - [Frances Coronel](https://francescoronel.com/ama) - Open source enthusiast, senior software engineer at Byteboard, Corgi mom. 164 | - [Wendell Hu](https://github.com/wendzhue/ama) - Front-end developer at Alibaba. 165 | - [KimSia Sim](https://github.com/simkimsia/ama) - Independent developer, blogger, owner of business apps agency. Based in Singapore. 166 | - [Jim Lesperance](https://github.com/cooljl31/ama) - Passionate full-stack developer, loves dogs, and likes to travel. 167 | - [Greg Edelston](https://github.com/gredelston/ama) - Software engineer at Google. Zen Buddhist and improv lover. 168 | - [Chris Otto](https://github.com/chrisotto6/ama) - Test Engineer, creator of VSCodeFitNesse and blogger. 169 | - [Ahmad Ainul Rizki](https://github.com/awanisius/ama) - Full-stack developer, part-time open-sourcerer, and interested in functional languages. 170 | - [Ale Muñoz](https://github.com/bomberstudios/ama) - Developer relations at Sketch, plugin developer, designer & digital toolsmith. 171 | - [Imed Jaberi](https://github.com/3imed-jaberi/ama) - JavaScript dev, mentor, open source contributor, community builder, and speaker. 172 | - [Arpit Mohan](https://dev.to/mohanarpit/i-am-a-yc-alumnus-3x-vc-funded-founder-cto-ama-4006) - Distributed Systems Engineer, Java and Golang developer, 3x CTO, blogger. 173 | - [TheTechRobo](https://github.com/thetechrobo/ama) - Hobbyist Python 3.x developer who corrects grammar so much he loses friends. 174 | - [Lali Akhil Raj](https://github.com/Lalisfeed/ama) - Creating stuff for web & AI. 175 | - [Felipe Plets](https://github.com/felipeplets/ama) - Tech lead, open source contributor, and blogger. 176 | - [Angelo Pirola](https://github.com/angelodotnet/ama) - Microsoft (.NET) Backend Web Developer, GitHub contributor and based in Italy. 177 | - [Can Tecim](https://github.com/cantecim/ama) - Software Engineer, former CTO, TypeScript and Node.js lover, open source contributor, remote worker based in Istanbul, Turkey. 178 | - [Jan-Hendrik Heuing](https://github.com/jheuing/ama) - Developer, team lead, CTO, consultant. 179 | - [Sarvsav Sharma](https://github.com/sarvsav/ama) - Aspiring green software developer passionate about sustainable coding, specializing in Go. 180 | 181 | #### Ask these organizations anything! 182 | 183 | - [Edenspiekermann](https://github.com/edenspiekermann/ama) - Design agency based in Berlin and around the world. 184 | - [Code Monkey Health](https://github.com/codemonkeyhealth/ama) - Helping developers and others with tips, tricks, recipes and programs focused on Lifestyle, Exercise, Attitude and Food LEAF. 185 | - [Ruby Taiwan](https://github.com/rubytaiwan/AMA) - Helping developers in Taiwan with any questions. Can ask in English or Chinese. 186 | - [DevOps Taiwan](https://github.com/DevOpsTW/AMA) - Helping DevOps engineers with any questions. 187 | - [Vim Taiwan](https://github.com/vim-tw/ama) - Helping vimmers in Taiwan with any questions. 188 | - [From the Front](https://github.com/fromthefront/ama) - Nonprofit organization behind the "From the Front" conference series in Italy. 189 | - [HackCU](https://github.com/HackCU/ama) - A collegiate hackathon at the University of Colorado that operates a free bi-annual event for students to learn coding or push their skills building things. 190 | - [Ansible Taiwan](https://github.com/ansible-tw/ama) - Helping Ansible users in Taiwan with any questions. 191 | - [IIIT Vadodara](https://github.com/iiitv/aua) - Open-source organization maintained by college students. 192 | - [Nikita Voloboev](https://github.com/nikitavoloboev/ama) - Loves making and sharing things. Building Learn Anything, Enpicom and tools. 193 | - [S Fox Jones](https://github.com/tj-commits/ama) - Full stack developer, independent author, and JavaScript lover. 194 | 195 | --- 196 | 197 | #### [Create your own AMA!](create-ama.md) 198 | 199 | --- 200 | 201 | *Fun: AMAs is a [recursive acronym](https://en.wikipedia.org/wiki/Recursive_acronym).* 202 | 203 | ## License 204 | 205 | [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) 206 | 207 | To the extent possible under law, [Sindre Sorhus](http://sindresorhus.com) has waived all copyright and related or neighboring rights to this work. 208 | --------------------------------------------------------------------------------