freecodecamp_freeCodeCamp的新编码课程现已上线,其中包含1,400个编码课程和6个开发人员认证

freecodecamp

For the past year, our community has been hard at work on a massive new programming curriculum. And now that curriculum is live and out of beta!

在过去的一年中,我们的社区一直在努力编写大量的新编程课程。 现在,该课程已上线并且为beta版!

We’ve retooled freeCodeCamp’s curriculum to emphasize fundamental software development skills and concepts:

我们对freeCodeCamp的课程进行了重新设计,以强调基本的软件开发技能和概念:

  • HTML, CSS, and JavaScript

    HTML,CSS和JavaScript
  • Accessibility

    辅助功能
  • Visual Design

    视觉设计
  • Data Structures

    数据结构
  • Object-oriented Programming

    面向对象编程
  • Functional Programming

    功能编程
  • Debugging

    调试
  • Information Security

    信息安全
  • Testing

    测试中

You’ll still learn specific tools like Node.js and React, but these appear further into our curriculum.

您仍将学习诸如Node.js和React之类的特定工具,但是这些工具在我们的课程中会更进一步。

We recommend working through the curriculum in order from start to finish, but feel free to skip around if you just want to learn a specific skill.

我们建议您从头到尾依次学习课程,但如果您只是想学习特定技能,请随时跳过。

您可以获得6个新的开发人员认证。 (6 new developer certifications you can earn.)

You can still claim all of the original 3 certifications (Front End, Back End, and Data Visualization) from the freeCodeCamp settings page. And now we also offer 6 new certifications:

您仍然可以在freeCodeCamp设置页面上声明所有原始的3个认证 (前端,后端和数据可视化)。 现在我们还提供6个新认证:

  • Responsive Web Design (HTML, CSS, Flexbox, CSS Grid)

    响应式网页设计 (HTML,CSS,Flexbox,CSS网格)

  • JavaScript Algorithms and Data Structures (Just JavaScript. LOTS of JavaScript.)

    JavaScript算法和数据结构 (仅JavaScript。很多JavaScript。)

  • Front End Libraries (React, Redux, Sass, Bootstrap, jQuery)

    前端库 (React,Redux,Sass,Bootstrap,jQuery)

  • Data Visualization (D3.js)

    数据可视化 (D3.js)

  • APIs and Microservices (Node.js, Express.js, databases)

    API和微服务 (Node.js,Express.js,数据库)

  • Information Security and Quality Assurance (Chai, Helmet.js, BCrypt, Passport.js)

    信息安全和质量保证 (Chai,Helmet.js,BCrypt,Passport.js)

Each of these new certifications has 5 required projects that you must complete. All the other coding challenges are optional, and serve to prepare you for these projects.

这些新认证中的每一个都有5个必须完成的必需项目。 所有其他编码挑战都是可选的,可帮助您为这些项目做准备。

30个核心课程项目中的每个项目都有其自己的测试套件。 (Each of the 30 core curriculum projects has its own test suite.)

In the past, freeCodeCamp’s projects just had user stories. It was up to you to interpret these user stories and turn them into working features.

过去,freeCodeCamp的项目只有用户故事。 取决于您自己来解释这些用户故事并将其转变为有效的功能。

Now every required project on freeCodeCamp has its own suite of tests. These tests can help guide your coding. And you can run them to see whether your project is ready to submit.

现在,freeCodeCamp上的每个必需项目都有自己的测试套件。 这些测试可以帮助指导您的编码。 您可以运行它们以查看您的项目是否准备好提交。

You can include these test suites in your project by including a single line of JavaScript. This means you can build your projects anywhere: on  CodePen,  Glitch, or right on your local computer. Our only requirement is that your projects have a publicly accessible URL on the web.

您可以通过包含一行JavaScript将这些测试套件包含在您的项目中。 这意味着您可以在任何地方构建项目:在CodePen , Glitch上或在本地计算机上。 我们唯一的要求是您的项目必须在网络上具有可公开访问的URL。

数以百计的新编码面试准备挑战 (Hundreds of new coding interview prep challenges)

Thousands of people have asked for a section focused on coding interview preparation. So we’ve added hundreds of advanced algorithm and data structure challenges, and dozens of optional “take home projects” that you can build for practice.

成千上万的人要求提供一个专门针对面试准备的部分。 因此,我们增加了数百个高级算法和数据结构挑战,以及数十个可以为实践而构建的可选“带回家的项目”。

Some of these challenges are extremely difficult, and will take even veteran programmers hours to complete.

其中一些挑战非常困难,甚至需要资深的程序员才能完成数小时。

Long after you’ve finished all of freeCodeCamp’s certifications, you can keep coming back and expanding your skills here.

在完成所有freeCodeCamp的认证后很长时间,您可以继续回来并在这里扩展技能。

闪电般的学习平台 (A lightning-fast learning platform)

We’ve rebuilt our learning platform from the ground up. Our full curriculum is now on the  learn.freeCodeCamp.org subdomain. It’s a single-page React app with a clean, simple design.

我们从头开始重新构建了学习平台。 我们的完整课程表现在位于learning.freeCodeCamp.org子域上。 这是一个单页面的React应用,具有简洁,简单的设计。

We are caching the entire platform on  Netlify’s Content Delivery Network so that it will be fast for you regardless of where you are in the world.

我们将整个平台缓存在Netlify的Content Delivery Network上,这样无论您身在何处 ,它都将为您提供快速的访问。

您可以在任何地方解决的全栈Web开发挑战 (Full stack web development challenges you can solve anywhere)

Many of the challenges involve building Node.js applications. You can build these on your local computer, or on your own cloud server.

许多挑战涉及构建Node.js应用程序。 您可以在本地计算机或自己的云服务器上构建这些文件。

We recommend using  Glitch, which is a free, convenient way to build your web apps without all the Git and Linux commands.

我们建议您使用Glitch ,这是一种免费,便捷的方式来构建您的Web应用程序,而无需使用所有Git和Linux命令。

Then freeCodeCamp will hit your API end points and test your code for you to verify you’ve built the API correctly.

然后,freeCodeCamp将命中您的API端点并测试您的代码,以验证您是否正确构建了API。

Now you can search through more than 8,000 freeCodeCamp lessons, articles, videos, and podcasts, right from freeCodeCamp’s navigation bar.

现在,您可以直接在freeCodeCamp的导航栏中搜索8,000多个freeCodeCamp课程,文章,视频和播客。

新的欢迎仪表板 (A new welcome dashboard)

Each time you sign in to  www.freeCodeCamp.org, you’ll be greeted with a welcome dashboard. This will feature an inspiring quote and statistics about your progress through the freeCodeCamp curriculum.

每次登录www.freeCodeCamp.org时 ,都会出现一个欢迎使用的仪表板。 这将提供有关您在freeCodeCamp课程中取得的进步的鼓舞人心的报价和统计信息。

会有错误-通过报告它们来帮助我们修复它们 (There will be bugs — help us fix them by reporting them)

We just pushed a ton of new code. Even though we tested it to the best of our ability, there will always be things we missed. You can  track our open GitHub issues and create new issues here.

我们刚刚推出了大量新代码。 即使我们尽了最大的能力对其进行了测试,但总会有一些我们错过的事情。 您可以跟踪我们的公开GitHub问题并在此处创建新问题 。

I am excited to hear any feedback you may have on this new learning platform.

我很高兴听到您对这个新学习平台的任何反馈。

谢谢! (Thank you!)

A huge thank-you to the hundreds of open source contributors who helped design and test this new curriculum — many of whom will be at our  2018 Top Contributor parties in New York City, Dublin, and Hong Kong.

非常感谢数百位帮助设计和测试此新课程的开源贡献者-其中许多人将参加我们在纽约市,都柏林和香港举行的2018年杰出贡献者聚会 。

You can  jump into the new curriculum now.

您现在可以跳入新课程 。

翻译自: https://www.freecodecamp.org/news/freecodecamps-new-coding-curriculum-is-now-live-with-1400-coding-lessons-and-6-developer-certifications-you-can-earn/

freecodecamp

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

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

相关文章

麦克劳林展开式_数学家麦克劳林与牛顿的故事

数学家麦克劳林麦克劳林(Colin Maclaurin1698年2月-1746年6月), 苏格兰数学家,麦克劳林是18世纪英国最具有影响的数学家之一。01麦克劳林是一位牧师的儿子,半岁丧父,9岁丧母。由其叔父抚养成人。叔父也是一位牧师。麦克劳林是一个“神童”&am…

html隐藏层点击显示不出来,[js+css]点击隐藏层,点击另外层不能隐藏原层

1货币转换,下图显示了这个程序子只进行简单的 把元素放在下面的目录下,在创币转换应用程序这个例 所需的界面,包括一些UI组件实例(Button, ComboB 货币转换,下图显示了这个程序组件实例(Button, ComboB 货币转换,下图显…

Oracle 10.2.0.5 非归档current redolog损坏处理一例

操作系统: RHEL5.8 x64数据库 : Oracle 10.2.0.5.0故障情况:一台单机曙光PC服务器4块300G SAS盘,RAID5坏两块磁盘(服务器面板无故障提示,无人发现),造成RAID5磁盘阵列挂掉,操作系统当机,系统无…

基础命令

date --help date %T 15:04:58 whatis date date (1) - print or set the system date and timeman date 获取详细的命令解释cd ~/wntlab //新建文件夹 mkdir example //新建文件 touch b c //复制文本内容 cp b c//把 b的内容复制给 c cp b a/ //把 文件b复制…

微信小程序把玩(三十三)Record API

微信小程序把玩(三十三)Record API 原文:微信小程序把玩(三十三)Record API其实这个API也挺奇葩的,录音结束后success不走,complete不走,fail也不走, 不知道是不是因为电脑测试的原因…

leetcode336. 回文对(字典树)

给定一组 互不相同 的单词, 找出所有不同 的索引对(i, j),使得列表中的两个单词, words[i] words[j] ,可拼接成回文串。 示例 1: 输入:[“abcd”,“dcba”,“lls”,“s”,“sssll”] 输出:[[…

html文档 字符引用,【转】HTML中常见形如#number;的东西叫做 字符实体引用,简称引用,代表一个对应的unicode字符...

【转】HTML中常见形如number;的东西叫做 字符实体引用,简称引用,代表一个对应的unicode字符英文解释的很清楚,就不翻译了,自己看:EntitiesCharacter entity references, or entities for short, provide a method of e…

终端打开后-bash_如何爵士化Bash终端-带有图片的分步指南

终端打开后-bashby rajaraodv通过rajaraodv In this blog I’ll go over the steps to add Themes, Powerline, fonts, and powerline-gitstatus to make your regular Bash Terminal look beautiful and useful as shown in the picture above.在此博客中,我将介绍…

如何获取元素在父级div里的位置_关于元素的浮动你了解多少

首先,在介绍什么是浮动之前我们先介绍一下html中元素的普通流布局方式。在普通流中,元素是按照它在 HTML 中的出现的先后顺序自上而下依次排列布局的,在排列过程中所有的行内元素水平排列,直到当行被占满然后换行,块级…

获取iOS顶部状态栏和Navigation的高度

状态栏的高度 20 [[UIApplication sharedApplication] statusBarFrame].size.height Navigation的高度 44 self.navigationController.navigationBar.frame.size.height 加起来一共是64 转载于:https://www.cnblogs.com/Free-Thinker/p/6478715.html

Java电商项目-5.内容管理cms系统

目录 实现加载内容分类树功能实现内容分类动态添加删除内容分类节点实现内容分类节点的分页显示实现广告内容的添加实现广告内容删除实现广告内容编辑到Github获取源码请点击此处实现加载内容分类树功能 注: 往后将不在说编写远程服务方法和编写web模块等重复语句, 直接用"…

leetcode738. 单调递增的数字(贪心)

给定一个非负整数 N&#xff0c;找出小于或等于 N 的最大的整数&#xff0c;同时这个整数需要满足其各个位数上的数字是单调递增。 &#xff08;当且仅当每个相邻位数上的数字 x 和 y 满足 x < y 时&#xff0c;我们称这个整数是单调递增的。&#xff09; 示例 1: 输入: …

MySQL purge 线程

MySQL中purge线程知识&#xff1a;https://dev.mysql.com/doc/refman/5.7/en/innodb-improved-purge-scheduling.htmlInnoDB中delete所做删除只是标记为删除的状态&#xff0c;实际上并没有删除掉&#xff0c;因为MVCC机制的存在&#xff0c;要保留之前的版本为并发所使用。最终…

安装inde.html使用babel,reactjs – 使用Babel Standalone进行单个React组件渲染,仅使用index.html和Component...

Noob与React在这里.我正在玩React.我有一个简单的组件在我的component.js中呈现.它包含在我的index.html文件中.我在头部包含了React,ReactDOM和babel的脚本.我只想看到一个div正确渲染.我还没有使用Node,只是使用React和Babel(使用babel-standalone).我正在使用一个简单的http…

软件工程师转正申请_这是申请软件工程师工作的4种最佳方法-以及如何使用它们。...

软件工程师转正申请by YK Sugi由YK Sugi 这是适用于软件工程师工作的最佳方法&#xff0c;以及确切的使用方法。 (Here are the best methods for applying to software engineer jobs — and exactly how to use them.) When people think of applying for jobs, they often …

【JS新手教程】LODOP打印复选框选中的任务或页数

之前的博文&#xff1a;【JS新手教程】LODOP打印复选框选中的内容关于任务&#xff1a;Lodop打印语句最基本结构介绍&#xff08;什么是一个任务&#xff09;关于本文用到的JS的eval方法&#xff1a;JS-JAVASCRIPT的eval()方法该文用的是不同checkbox&#xff0c;对应不同的val…

查询范围_企二哥:查询企业经营范围的三种方法

一、查询企业经营范围的三种方法1. 进经营地的工商局网站,有个“全国企业信用信息公示系统”进去后输入公司名称搜索就出来了。2. 有个软件叫做天眼查&#xff0c;打开天眼查输入要查询的公司名称&#xff0c;就可以搜出来了。不光是经营范围&#xff0c;还有许多和企业相关的资…

C#用DataTable实现Group by数据统计

http://www.cnblogs.com/sydeveloper/archive/2013/03/29/2988669.html 1、用两层循环计算&#xff0c;前提条件是数据已经按分组的列排好序的。 DataTable dt new DataTable();dt.Columns.AddRange(new DataColumn[] { new DataColumn("name", typeof(string)), …

CI框架取消index.php

首先看文档&#xff1a; http://codeigniter.org.cn/user_guide/general/urls.html#url-index-php 大致意思是&#xff0c;先Apache开启rewrite&#xff0c;再index.php同级目录下创建一个.htaccess文件 设置好后还是不起作用&#xff01;&#xff01;&#xff01;&#xff01;…

电子工程师自学成才pdf_给新开发人员的最佳建议:自学成才的软件工程师的建议...

电子工程师自学成才pdfby Ali Spittel通过Ali Spittel 给新开发人员的最佳建议&#xff1a;自学成才的软件工程师的建议 (My best tips for new developers: advice from a (mostly) self-taught software engineer) The most common question I get from blog readers is “W…