传智播客全栈_播客:从家庭学生到自学成才的全栈开发人员

传智播客全栈

In this week's episode of the freeCodeCamp podcast, Abbey chats with Madison Kanna, a full-stack developer who works remotely for Mediavine. Madison describes how homeschooling affected her future learning style, how she tackles imposter syndrome and failure, and how she helps others teach themselves to code.

在本周的freeCodeCamp播客中,Abbey与全职开发人员Madison Kanna聊天,该开发人员在Mediavine进行远程工作。 麦迪逊描述了家庭学校教育如何影响她的未来学习风格,如何解决冒名顶替综合症和失败以及如何帮助他人自学编程。

Growing up, Madison's parents encouraged her to follow her curiosity - she once spent months learning everything she could about dinosaurs. She was 10. Once she decided to learn to code, this self-directed learning greatly came to her aid.

麦迪逊长大后,父母鼓励她跟随她的好奇心-她曾经花几个月学习有关恐龙的一切知识。 她10岁那年。一旦她决定学习编码,这种自我指导的学习就极大地帮助了她。

After leaving college before getting her degree, Madison was inspired to get into the world of tech. Her sister was a developer in San Francisco, and Madison thought - if she can do it, why can't I? While she struggled to get into coding at first, she tried and tried again, and she was soon hooked.

在获得学位之前离开大学后,麦迪逊受到启发进入了技术世界。 她的姐姐是旧金山的一名开发商,麦迪逊想-如果她能做到,我为什么不能呢? 虽然一开始她很努力地尝试编码,但是她又一次又一次地尝试,很快就迷上了。

Madison taught herself to code with free online resources and decided that she wanted to give something back to the community. She created her own free coding course, she mentors a number of junior developers, and she regularly sends out tips and resources.

麦迪逊(Madison)自学使用免费的在线资源进行编码,并决定自己想回馈社区。 她创建了自己的免费编码课程,并指导了许多初级开发人员,并且定期发送提示和资源。

When Madison's not learning more about the backend or working on projects for Mediavine, she loves meeting with other devs in her local community and spending time with her family.

当麦迪逊不了解更多有关后端的知识或为Mediavine从事项目工作时,她喜欢与当地社区的其他开发人员会面并与家人共度时光。

In this episode, you'll hear some great advice about how to figure out your learning style and teach yourself to code, what books to read, how to use imposter syndrome and failure to your advantage, and how to create opportunities for yourself - among many other things.

在这一集中,您将听到一些关于如何弄清学习风格和如何自学编程,读什么书,如何使用冒名顶替综合症和对自己不利的方法以及如何为自己创造机会的很好的建议。许多其他事情。

This interview is a 1 hour and 20 min listen in your favorite podcast player app - just search "freecodecamp" and you should find it.

这次采访是您最喜欢的播客播放器应用程序中的1个小时20分钟监听-只需搜索“ freecodecamp”,您就可以找到它。

If you have an Amazon Echo, you can just say "Alexa - play the freeCodeCamp podcast."

如果您有Amazon Echo,则可以说“ Alexa-播放freeCodeCamp播客”。

Or you can listen to it right here in your browser.

或者,您可以在浏览器中直接在此处收听。

Find Madison on Twitter.

在Twitter上找到Madison。

Visit Madison's website here to sign up for her free course.

访问此处的麦迪逊网站以注册免费课程。

Check out Madison's review of Clive Thompson's book Coders here.

在此处查看Madison对Clive Thompson的《 Coders》一书的评论。

翻译自: https://www.freecodecamp.org/news/from-homeschooler-to-fullstack-developer/

传智播客全栈

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/391554.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

leetcode 82. 删除排序链表中的重复元素 II(map)

解题思路 map记录数字出现的次数,出现次数大于1的数字从链表中移除 代码 /*** Definition for singly-linked list.* public class ListNode {* int val;* ListNode next;* ListNode() {}* ListNode(int val) { this.val val; }* ListNode(…

python 列表、字典多排序问题

版权声明:本文为博主原创文章,遵循 CC 4.0 by-sa 版权协议,转载请附上原文出处链接和本声明。本文链接:https://blog.csdn.net/justin051/article/details/84289189Python使用sorted函数来排序: l [2,1,3,5,7,3]print…

接facebook广告_Facebook广告分析

接facebook广告Is our company’s Facebook advertising even worth the effort?我们公司的Facebook广告是否值得努力? 题: (QUESTION:) A company would like to know if their advertising is effective. Before you start, yes…. Facebook does ha…

如何创建自定义进度栏

Originally published on www.florin-pop.com最初发布在www.florin-pop.com The theme for week #14 of the Weekly Coding Challenge is: 每周编码挑战第14周的主题是: 进度条 (Progress Bar) A progress bar is used to show how far a user action is still in…

基于SpringBoot的CodeGenerator

title: 基于SpringBoot的CodeGenerator tags: SpringBootMybatis生成器PageHelper categories: springboot date: 2017-11-21 15:13:33背景 目前组织上对于一个基础的crud的框架需求较多 因此选择了SpringBoot作为基础选型。 Spring Boot是由Pivotal团队提供的全新框架&#xf…

seaborn线性关系数据可视化:时间线图|热图|结构化图表可视化

一、线性关系数据可视化lmplot( ) 表示对所统计的数据做散点图,并拟合一个一元线性回归关系。 lmplot(x, y, data, hueNone, colNone, rowNone, paletteNone,col_wrapNone, height5, aspect1,markers"o", sharexTrue,shareyTrue, hue_orderNone, col_orde…

hdu 1257

http://acm.hdu.edu.cn/showproblem.php?pid1257 题意:有个拦截系统,这个系统在最开始可以拦截任意高度的导弹,但是之后只能拦截不超过这个导弹高度的导弹,现在有N个导弹需要拦截,问你最少需要多少个拦截系统 思路&am…

eda可视化_5用于探索性数据分析(EDA)的高级可视化

eda可视化Early morning, a lady comes to meet Sherlock Holmes and Watson. Even before the lady opens her mouth and starts telling the reason for her visit, Sherlock can tell a lot about a person by his sheer power of observation and deduction. Similarly, we…

我的AWS开发人员考试未通过。 现在怎么办?

I have just taken the AWS Certified Developer - Associate Exam on July 1st of 2019. The result? I failed.我刚刚在2019年7月1日参加了AWS认证开发人员-联考。结果如何? 我失败了。 The AWS Certified Developer - Associate (DVA-C01) has a scaled score …

关系数据可视化gephi

表示对象之间的关系,可通过gephi软件实现,软件下载官方地址https://gephi.org/users/download/ 如何来表示两个对象之间的关系? 把对象变成点,点的大小、颜色可以是它的两个参数,两个点之间的关系可以用连线表示。连线…

Hyperledger Fabric 1.0 从零开始(十二)——fabric-sdk-java应用

Hyperledger Fabric 1.0 从零开始(十)——智能合约(参阅:Hyperledger Fabric Chaincode for Operators——实操智能合约) Hyperledger Fabric 1.0 从零开始(十一)——CouchDB(参阅&a…

css跑道_如何不超出跑道:计划种子的简单方法

css跑道There’s lots of startup advice floating around. I’m going to give you a very practical one that’s often missed — how to plan your early growth. The seed round is usually devoted to finding your product-market fit, meaning you start with no or li…

将json 填入表格_如何将Google表格用作JSON端点

将json 填入表格UPDATE: 5/13/2020 - New Share Dialog Box steps available below.更新:5/13/2020-下面提供了 新共享对话框步骤。 Thanks Erica H!谢谢埃里卡H! Are you building a prototype dynamic web application and need to collaborate with …

leetcode 173. 二叉搜索树迭代器

实现一个二叉搜索树迭代器类BSTIterator ,表示一个按中序遍历二叉搜索树(BST)的迭代器: BSTIterator(TreeNode root) 初始化 BSTIterator 类的一个对象。BST 的根节点 root 会作为构造函数的一部分给出。指针应初始化为一个不存在…

jyputer notebook 、jypyter、IPython basics

1 、修改jupyter默认工作目录:打开cmd,在命令行下指定想要进的工作目录,即键入“cd d/ G:\0工作面试\学习记录”标红部分是想要进入的工作目录。 2、Tab补全 a、在命令行输入表达式时,按下Tab键即可为任意变量(对象、…

cookie和session(1)

cookie和session 1.cookie产生 识别用户 HTTP是无状态协议,这就回出现这种现象:当你登录一个页面,然后转到登录网站的另一个页面,服务器无法认识到。或者说两次的访问,服务器不能认识到是同一个客户端的访问&#xff0…

熊猫数据集_为数据科学拆箱熊猫

熊猫数据集If you are already familiar with NumPy, Pandas is just a package build on top of it. Pandas provide more flexibility than NumPy to work with data. While in NumPy we can only store values of single data type(dtype) Pandas has the flexibility to st…

2018年,你想从InfoQ获取什么内容?丨Q言Q语

- Q 言 Q 语 第 三 期 - Q言Q语是 InfoQ 推出的最新板块, 旨在给所有 InfoQer 一个展示观点的平台。 每期一个主题, 不扣帽子,不论对错,不看输赢, 只愿跟有趣的灵魂相遇。 本期话题: 2018年,你想…

特征阻抗输入阻抗输出阻抗_软件阻抗说明

特征阻抗输入阻抗输出阻抗by Milan Mimica米兰米米卡(Milan Mimica) 软件阻抗说明 (Software impedance explained) 数据处理组件之间的阻抗不匹配 (The impedance mismatch between data processing components) It all starts with the simplest signal-processing diagram …

数学建模3

数学建模3 转载于:https://www.cnblogs.com/Forever77/p/11423169.html