农民约翰是一个惊人的会计_我的朋友约翰在CSS Grid中犯了一个错误。 不要像约翰-这样做。

农民约翰是一个惊人的会计

It had been two years and John had no job.

已经两年了,约翰没有工作。

John was a smart 20-something guy. Okay, he had a job — but it wasn’t one he liked. It was too monotonous and was not nearly creative enough. His day job only bored the hell out of him.

约翰是个聪明的20多岁的家伙。 好的,他有一份工作-但这不是他喜欢的工作。 这太单调了,还不够有创意。 他的日常工作只会使他无聊。

For John, it felt as though it wasn’t difficult to learn to code. He taught himself to code, and started looking for the opportunity to leave his boring job — finally.

对于John来说,感觉好像并不难学习编码。 他自学了编码,并开始寻找机会离开无聊的工作-终于。

After a month of futile job searching, he got a call from Sharon.

经过一个月的徒劳寻找工作,他接到了沙龙的电话。

Sharon was the recruiter for youknowho Inc, an AI startup in the valley.

沙龙曾是位于山谷的AI初创公司youknowho Inc的招聘人员。

With a lot of enthusiasm, John blazed through all the hiring process. Guess what the interesting part was?

约翰满怀热情地完成了整个招聘过程。 猜猜有趣的部分是什么?

That call from Sharon.

沙龙的那个电话。

She asked a couple questions on his background, and John couldn’t wait to share his boring, monotonous typical work day with her.

她问了几个有关他的背景的问题,约翰迫不及待地想与她分享他无聊,单调的典型工作日。

He tried to tell himself that it didn’t matter if he got the Job. At least, those were the words he muttered as the call ended.I just had to share how I really felt about my current Job, he said.

他试图告诉自己,是否得到这份工作并不重要。 至少这些是通话结束时他喃喃自语的话。 我只是分享如何我真的觉得对我现在的工作,”他说。

Weeks went by, and it felt like a dream when got himself a job as a junior frontend developer.

几周过去了,当自己担任初级前端开发人员的工作时,这就像一个梦。

And that’s where the story begins.

这就是故事的开始。

John遇到Khalid和CSS网格 (John meets Khalid and the CSS Grid)

Khalid wasn't a DJ.

哈立德不是DJ。

If he were, then all he mixed was clean code, and not songs.

如果他是,那么他所混合的只是干净的代码,而不是歌曲。

If you wanted to ruin a nice afterparty, then have Khalid be your DJ. You’d get nothing short of a complete mess.

如果您想破坏一场美好的派对,那么请让哈立德(Khalid)做您的DJ。 您将一团糟。

Khalid wasn't a big fan of songs anyway, but who needs to love music when you’re tech lead at a thriving Startup in the Valley?

无论如何,哈立德(Khalid)都不是歌迷,但是当你在硅谷蓬勃发展的创业公司担任技术主管时,谁会喜欢音乐?

As tech lead, Khalid was responsible for the entire development team. This meant more than just dealing with technical issues — it also meant he had to deal with people from different backgrounds.

作为技术主管,Khalid负责整个开发团队。 这不仅意味着要处理技术问题,还意味着他必须与来自不同背景的人打交道。

And that’s a darn hard thing to suceed at. But Khalid excelled not just at being a great technical leader. He had an impeccable relationship with the development team.

这是一件很难的事情。 但是Khalid不仅擅长成为一名出色的技术领导者。 他与开发团队有着无可挑剔的关系。

It wasn't a surprise that the two got talking almost immediately. Who wouldn't love John?

这两个人几乎立即开始交谈并不奇怪。 谁会不爱约翰?

His broad smiles were enough to light up a tunnel. He just smiled always. Who does that!

他灿烂的笑容足以照亮隧道。 他只是一直微笑。 谁做的!

回到办公室 (Back at the office)

Everyone was ready for work.

每个人都准备工作。

John entered with a cup of coffee. It was morning, and the office had just started to buzz.

约翰带着一杯咖啡进来了。 那天早上,办公室刚开始嗡嗡作响。

Good Monday morning, eh?

星期一早上好,是吗?

“So, John it is nice to have you join the development team. Was wondering if you were ready to take on a new task today?” asked Khalid

“所以,约翰,很高兴您加入开发团队。 想知道您今天是否准备好承担一项新任务?” 哈立德问

“Hey, boss. I was born ready! ”

“嘿,老板。 我天生就准备好了! ”

That’s John for you. He was born ready — indeed. Happy dude.

那是约翰给你的。 他天生就准备好了-的确如此。 老兄

“Umm, I need you to set up a new landing page for our new product. And we want it written with the CSS Grid. Ever heard of it?”

“嗯,我需要您为我们的新产品设置一个新的登录页面。 我们希望它使用CSS Grid编写。 听说过吗?”

“Oh yes I have,” John said quickly.

“哦,是的,”约翰Swift说道。

学习CSS网格 (Learning the CSS Grid)

John had no idea what the CSS Grid was.

John不知道CSS网格是什么。

The only reason he said yes was that he didn't want to look stupid in front of Khalid.

他唯一同意的理由是,他不想在哈立德面前显得愚蠢。

He searched on Medium and found great CSS Grid articles. He read to his heart’s content, and started working on the layout.

他在Medium上搜索,找到了很棒CSS Grid文章。 他认真阅读了内容,并开始进行版式设计。

约翰建立的布局 (The layout John built)

John had a lot of experience with Bootstrap.

约翰在Bootstrap上有很多经验。

He was quite familiar with the concept of a 12-column grid. So, with the CSS Grid, the first thing he did was set up a 12 column grid like so:

他对12列网格的概念非常熟悉。 因此,对于CSS网格,他所做的第一件事是建立一个12列网格,如下所示:

grid-template-columns: repeat(12, 1fr)

“Haha, that was easy,” he thought to himself.

“哈哈,那很容易,”他自言自语。

In fact, John did this for every side project he worked on while learning the CSS Grid.

实际上,John在学习CSS网格时为他从事的每个副项目都做了此工作。

John enjoyed working with the CSS Grid, and he thought it was fun.

John喜欢使用CSS Grid,他认为这很有趣。

He made a few mistakes, and some stuff didn't work as he expected, but he was able to quickly fix the issues.

他犯了一些错误,有些东西没有达到他的预期,但是他能够Swift解决问题。

He knew how to Google things. In this day and age, everyone should.

他知道如何Google的东西。 在这个时代,每个人都应该。

与哈立德的会面 (The meeting with Khalid)

“I’ve got it working now, Boss.”

“我现在已经开始工作了,老板。”

Khalid was excited to see John. They chatted about his experience building the layout, and Khalid went on to take a look at the code.

哈立德很高兴见到约翰。 他们聊起了他构建布局的经验,然后Khalid继续看了一下代码。

Well, every layout built with the CSS Grid pretty much begins with the grid definition. So, that was where Khalid looked first.

嗯,使用CSS Grid构建的每个布局几乎都始于网格定义。 因此,这就是Khalid的第一眼。

“Oh, man. There’s something not right here.”

“天啊。 这里有些不对劲。”

为什么创建12列? (Why did you create 12 columns?)

And Khalid began his lecture …

哈立德开始他的演讲……

12 column grids are popular in web design today. But the idea behind the CSS Grid is to create the number of columns you need without bloating the layout with columns you don’t really need.

12个列网格在当今的网页设计中很流行。 但是CSS网格背后的想法是创建所需的列数,而不会用不需要的列来使布局膨胀。

The CSS Grid layout forces you to think about layouts in CSS a little differently than we’ve done for over 20 years.

CSS网格布局迫使您对CSS布局的思考与我们20多年来所做的稍有不同。

It is a game changer, one that includes a lot of unlearning.

它是一个改变游戏规则的人,其中包括很多未学习的知识。

“A neater approach would have been to create the 2 or 3 columns you needed and just get on with the design,” said Khalid.

Khalid说:“更巧妙的方法是创建所需的2或3列,然后继续进行设计。”

“There’s no harm in redefining the number of columns within the media query too. Makes it perfect for responsive design.”

“重新定义媒体查询中的列数也没有害处。 使其非常适合响应式设计。”

课程 (The lesson)

With the CSS Grid layout, you aren’t bound to a set number of rows or columns.

使用CSS Grid布局,您不必绑定到一定数量的行或列。

You also don’t have to create 12 columns every time. If you don’t need 12 columns, don’t create them. The CSS Grid isn’t another grid based CSS framework.

您也不必每次都创建12列。 如果不需要12列,则不要创建它们。 CSS网格不是另一个基于网格CSS框架。

You’re free.

你自由了。

As pointed out by Per Harald Borgen, you may create 12 columns if you want to experiment with white spaces between columns.

正如Per Harald Borgen指出的那样,如果您要尝试在列之间使用空白,则可以创建12列。

Other than that, create the number of columns you really need, and get on with the design.

除此之外,创建您真正需要的列数,然后继续进行设计。

使用CSS网格布局可以使网络向前发展 (Using the CSS Grid layout moves the web forward)

I read an answer to why Apple keeps getting rid of things, instead of adding them.

我读了一个答案 ,解释了为什么Apple不断摆脱事物而不是添加事物。

There, I learned this:

在那里,我学到了这一点:

“Supporting legacy is not always the best answer. Dropping things helps the industry move forward to adopt newer, better, formats.”
“支持传统并不总是最好的答案。 放下东西可以帮助行业向前迈进,采用更新,更好的格式。”

In the same way, choosing to learn and use the CSS Grid advances the web. It helps the industry embrace newer and better formats. It helps us grow as a community. A community we so love, and want to grow.

以同样的方式,选择学习和使用CSS Grid可以使网络发展。 它可以帮助行业采用更新更好的格式。 它帮助我们成长为一个社区。 我们热爱并希望成长的社区。

Be like Khalid. Start using the CSS Grid if you can.

像哈立德一样。 如果可以,请开始使用CSS网格。

Where possible, invest in a decent CSS Grid education. You’ll be helping to move the web forward.

在可能的情况下,投资进行体面CSS Grid教育。 您将帮助推动网络向前发展。

想成为专业人士吗? (Want to become a Pro?)

Download my free CSS Grid cheat sheet, and also get two quality interactive Flexbox courses for free!

下载我的免费CSS Grid备忘单,并免费获得两本优质的交互式Flexbox课程!

Get them now ?

立即获取 ?

翻译自: https://www.freecodecamp.org/news/my-friend-john-made-a-mistake-in-css-grid-dont-be-like-john-do-this-instead-91649f480da1/

农民约翰是一个惊人的会计

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

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

相关文章

zip直链生成网站_手把手教你如何用飞桨自动生成二次元人物头像

【飞桨开发者说】李思佑,昆明理工大学信息与计算科学大四本科生;2018年和2019年两次获得全国大学生数学建模比赛国家二等奖;2020年美国数学建模比赛获M奖。指导老师:昆明理工大学理学院朱志宁想画出独一无二的动漫头像吗&#xff…

Gradle入门到实战(一) — 全面了解Gradle

声明:本文来自汪磊的博客,转载请注明出处 可关注个人公众号,那里更新更及时,阅读体验更好: 友情提示由于文章是从个人公众号拷贝过来整理的,发现图片没有正常显示,没关注公众号的同学可通过如下…

java 0-9所有排列_java实现:键盘输入从0~9中任意5个数,排列组合出所有不重复的组合,打印出来...

必有追加大分!!!比如1.2.3.4.5共有120个组合12345,12354,12435,12453,12534,12543;13245,13254,13425,13452,13524&#x…

智能家居物联网化将成为AWE大会最大看点

AWE大会已经在今日9点半开幕,AWE在今年将扩张至8个展馆,其整体展示规模达到11万平米,这是以往都无法匹敌的。海尔、美的、格力、海信、创维、TCL、康佳、格兰仕、澳柯玛、新飞、美菱、奥马、方太、老板、万和、万家乐、华帝、帅康、樱花、格美…

PHP 命名空间(namespace)

PHP 命名空间(namespace) PHP 命名空间(namespace)是在PHP 5.3中加入的,如果你学过C#和Java,那命名空间就不算什么新事物。 不过在PHP当中还是有着相当重要的意义。 PHP 命名空间可以解决以下两类问题: 用户编写的代码与PHP内部的类/函数/常量…

给matrix重新列名_如何认真升级Mac终端(甚至给它一个Matrix主题)

给matrix重新列名by Marcus Gardiner通过马库斯加德纳(Marcus Gardiner) 如何认真升级Mac终端(甚至给它一个Matrix主题) (How to seriously upgrade your Mac terminal (and even give it a Matrix theme)) 蓝色药丸,红色药丸和通往极乐世界的3个步骤 (A Blue Pill…

javaweb 图书管理系统完整代码_看一名Java开发人员以红队思维五分钟审计一套代码(续)...

前言上篇文章的发布引起了很多读者的浏览,有很多读者也催更希望读到续集,作者也收获到读者的鼓励,说明这条路线对大家有帮助,是有意义的。所以,今天作者将继续阐述在审计Java代码时的思路。概述上篇文章所讲的SQL注入和…

爱立信数据分析解决方案抓住物联网发展机遇

爱立信在2016年1月6日至9日于美国拉斯维加斯举办的国际消费电子展(CES)上推出“用户和物联网数据分析”解决方案。该解决方案将能帮助运营商提高对用户和物联网终端的内部管理效率,同时探索跨越多个垂直领域的新型物联网应用。 用户和物联网数…

Lua初学习 9-12 基础

1:string 转 number :tonumber(string) 2: number 转 string :tostring(number) 3:string API: Lua中的字符串是不可变值,a "cocotang" string.gsub(a,"c","z") print(a) ----> cocotang 1获得字符串长度:string.le…

iview下拉选

问题描述:创建场景,连续创建场景时,第一个场景创建成功后,第二次进入创建窗口,点击测试任务下拉编辑只有上次创建成功的那一个任务候选,选中该任务中,关联脚本也只有上次成功创建的唯一个候选下…

JAVA实现在面板中添加图表_Java 创建PowerPoint图表并为其添加趋势线

图表,是指将既得数据用图形的方式表示出来。在前文中我们介绍过如何使用Java程序来为Excel文档创建图表的方法。本文将通过使用Java程序来演示如何创建PowerPoint图表及为图表添加趋势线。趋势线的运用能够显示数据的变化趋势,同时能够帮助预测数据的未来…

code warri_我参加了有史以来的第一届Warri Tech宣传活动。 这是我学到的。

code warriIn the city of Warri, Delta state of Nigeria, there is a saying that goes “Warri nor dey carry last, if e hard well well na draw”. This translates to “Warri is never behind in the scheme of things (events)”.在尼日利亚三角洲州的沃里市&#xff…

Socket编程小结

目录: 什么是 socket?... 1 Internet 套接字的两种类型... 1 网络理论... 2 结构体... 2 本机转换... 3 IP 地址和如何处理它们... 4 socket()函数... 4 bind()函数... 4 connect()程序... 5 listen()函数... 6 accept()函数... 6 send() and recv() 7 …

idea设置中文界面_《英雄联盟手游》设置界面中文翻译图分享 外服汉化界面一览...

导读 英雄联盟手游目前以及正式上线了,不过现在的话是没有中文版的,只有外服,所有很多地方是看不懂的,也不明白的,这样的话就需要翻译了,具体要怎么设置会比较,相关的步骤是什么呢?下…

windows 2008 r2 系统默认80端口被系统占用的处理

--windows 2008 r2 系统默认80端口被系统占用的处理 --使用netstat 命令查看指定端口netstat -ano | findstr :80----如下所示:本地的80端口被进程为4的占用 TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4 TCP 192.168.1.207:60652 …

java实现封装的三部_Java 封装

Java 封装在面向对象程式设计方法中,封装(英语:Encapsulation)是指,一种将抽象性函式接口的实作细节部份包装、隐藏起来的方法。封装可以被认为是一个保护屏障,防止该类的代码和数据被外部类定义的代码随机访问。要访问该类的代码…

小猪短租超棒新房_freeCodeCamp讲座简介:您可以免费观看的超棒技术讲座

小猪短租超棒新房by Quincy Larson昆西拉尔森(Quincy Larson) freeCodeCamp讲座简介:您可以免费观看的超棒技术讲座 (Introducing freeCodeCamp Talks: awesome tech talks you can watch for free) Developers give thousands of tech talks every year at confer…

安卓10不支持qmc解码_官宣:安卓10已发布!21款手机已适配,小米华为率先支持...

随着今天凌晨谷歌 I/O 大会的召开,Android Q 也就是安卓10正式官宣,新版的安卓10加入了诸多新手势,从 Home 键设计上看,安卓10 的新版手势很大程度上有疑似借鉴 iOS 的手势,底部一个长条,作为 Home 用来返回…

linux系统编程之进程(七):system()函数使用【转】

本文转载自:http://www.cnblogs.com/mickole/p/3187974.html 一,system()理解 功能:system()函数调用“/bin/sh -c command”执行特定的命令,阻塞当前进程直到command命令执行完毕 原型: int system(const char *comma…

安装了最新版本的java 用友nc打不开_NC无法安装客户端插件,不能进入用友NC系统登陆界面...

NC无法安装客户端插件,不能进入用友NC系统登陆界面问题现象现象1:可以打开web界面,但无法进入登陆界面,一直停留在右图所示界面。现象2:系统提示安全警告问题原因在使用IE首次登录NC系统时,系统会自动下载N…