如何将您的#100DaysOfCode登录转换为视觉体验

by Joe Warren

通过乔沃伦

如何将您的#100DaysOfCode登录转换为视觉体验 (How to Transform Your #100DaysOfCode Log Into a Visual Experience)

Learning how to code is an unrivaled modern experience. As an aspiring developer, no matter what level you’re at, you have a unique and fascinating story to tell based on your personal experiences and creations.

学习如何编码是无与伦比的现代体验。 作为一个有抱负的开发人员,无论您处于什么水平,您都可以根据自己的个人经历和创作来讲述一个独特而有趣的故事。

However, lacking the ability to effectively tell your story or generate interest can lead to many missed opportunities. Alexander Kallaway’s #100DaysOfCode challenge encourages you to code for at least an hour every day for 100 days. The challenge provides a helpful sample log for documenting and sharing your daily progress.

但是, 缺乏有效讲故事或引起兴趣的能力会导致许多错失良机 。 亚历山大·卡洛威(Alexander Kallaway)的#100DaysOfCode挑战鼓励您每天至少进行一个小时的编码,持续100天。 挑战提供了有用的示例日志,用于记录和共享您的日常进度。

While I truly appreciate the sample log, the story-teller in me wouldn’t allow my log to look identical to everyone else’s. Plus, I couldn’t imagine anyone reading through my 100 text-based entries (besides possibly my mom).

尽管我真的很喜欢示例日志,但是我内心的讲故事的人不允许我的日志看起来与其他所有人的日志相同。 另外,我无法想象有人会阅读我的100个基于文本的条目(可能还有我的妈妈)。

As a creator, I wanted to accompany my posts with descriptive images.

作为创作者,我想在我的帖子中附上描述性图片。

I didn’t want to simply tell what I worked on. I wanted to show exactly what my projects looked like at different stages.

我不想简单地说出我的工作。 我想表现什么我的项目看起来像在不同的阶段。

I strongly believe in making it as easy as possible for potential employers and recruiters to see your work. People are busy and may not make it very far down your list of 100 text-exclusive entries. And even if you aren’t yet trying to attract potential employers, you will still have a more entertaining and enjoyable experience for friends and other developers to check out.

我坚信要使潜在的雇主和招聘人员尽可能容易地看到您的工作。 人们很忙,可能与您的100个不包含文字的条目的列表相去甚远。 即使您还没有试图吸引潜在的雇主,您仍然可以为朋友和其他开发者提供更有趣,更愉快的体验。

提示与建议 (Tips and Suggestions)

Create an Introduction - This can be a short and sweet introduction of who you are and what your log is. This will give your log life right from the beginning as your viewer can connect with you as a human. I also included an image at the top of mine to make it feel more like an article or story.

创建简介 -这可以简短简短地介绍您是谁以及您的日志是什么。 由于查看器可以像人类一样与您联系,因此从一开始就可以使您的日志生活更美好。 我还在我的顶部添加了一张图片,使它看起来更像是一篇文章或故事。

Add photos, screenshots, and gifs - The #100DaysofCode logs are very long and wordy. Images for each entry will greatly help with quickly showing what you’ve worked on.

添加照片,屏幕截图和 gif-#100DaysofCode日志非常长且冗长。 每个条目的图像将有助于快速显示您所做的工作。

Add screenshots of things such as your actual code, a work in progress, a finished site, and even memes to drive home points. To hyperlink screenshots, I uploaded my screenshots to Google Photos and copied the links from there. Use any method that works best for you.

添加诸如您的实际代码,正在进行的工作,完成的站点,甚至是模因之类的内容的屏幕快照以提高归因。 要使屏幕快照超链接,我将屏幕快照上传到了Google相册,并从那里复制了链接。 使用最适合您的任何方法。

Include links to live projects - It’s great having links to your GitHub repos, but again, let’s help out your viewers. Everyone will not take the time to look through your code or clone your repos to see your projects. GitHub Pages provides free hosting for your sites online. If you use Codepen, include those links too.

包括指向实时项目的链接 -拥有指向您的GitHub存储库的链接真是太好了,但是再次让我们帮助您的查看者。 每个人都不会花时间浏览您的代码或克隆您的存储库来查看您的项目。 GitHub Pages为您的网站在线提供免费托管。 如果您使用Codepen,也请包括这些链接。

Pin on Twitter - If you are doing the daily #100DaysOfCode tweets, consider creating and pinning a tweet about your log with a link to it. That way, anyone who sees your Twitter page will immediately have a link to your vivid coding journey. To pin a tweet, click the downward pointing arrow at the top right corner of your tweet and select ‘Pin to your profile page.’

固定在Twitter上 -如果您每天都在进行#100DaysOfCode鸣叫,请考虑创建并固定有关日志的鸣叫以及指向该链接的链接。 这样,任何看到您的Twitter页面的人都将立即获得指向您生动的编码旅程的链接。 要固定鸣叫,请单击鸣叫右上角的向下箭头,然后选择“固定到个人资料页面”。

Below is the code format I created for my posts. Feel free to copy and use for your posts.

以下是我为帖子创建的代码格式。 随意复制和使用您的帖子。

<h2 align=”center”>Day 1: Day Month 01, 2018</h2>
<img src=”#" alt=””>
**Today’s Progress**: Write progress here.
**Thoughts:** Write additional thoughts here.
**Link to tweet:** [yourName Day 1](insertLinkToTweet)
**Link to work:** [nameOfWork](insertLinkHere)

If using the format above on your log in GitHub, you can replace the # in <img src=”#” alt=””> with a link to any photo. Right click on the photo that you want to use and select ‘Copy Image Address’ to be able use your photo.

如果在GitHub上的日志中使用上述格式,则可以将<img src =”#” alt =“”>中的#替换为任何照片的链接。 右键单击要使用的照片,然后选择“复制图像地址”以使用您的照片。

If you would like to use a gif, giphy.com has a quick and easy process for converting videos to gifs. When finished, you’ll click on the link icon on your newly created gif to copy the link. Then in your img tag in your log, replace the hashtag with your gif link like the code snippet below.

如果您想使用gif, giphy.com具有将视频转换为gif的快速简便的过程。 完成后,您将单击新创建的gif上的链接图标以复制链接。 然后,在日志的img标签中,用下面的代码段将gif标签替换为gif链接。

<img src=”https://media.giphy.com/media/3o7bujx4ngGQWKcy0U/giphy.gif”>

At the end of the day, #100DaysOfCode is all about having fun learning how to code on a consistent basis, so no need to worry if you don’t have time to do more detailed logs. It does take some extra time, but it’s worth having a unique log that captures and displays your progress over a 100-day period.

归根结底,#100DaysOfCode就是要有乐趣地学习如何一致地进行编码,因此,如果您没有时间做更详细的日志,则无需担心。 这确实需要花费一些额外的时间,但是值得拥有一个独特的日志来捕获并显示您在100天内的进度。

If you have any thoughts, comments or questions, feel free to comment below or connect with me on LinkedIn. Lastly, you can check out my #100DaysOfCode round one log here.

如果您有任何想法,意见或问题,请在下面发表评论,或在LinkedIn上与我联系。 最后,您可以在此处查看我的#100DaysOfCode第一轮日志。

Good luck and have fun!

祝好运并玩得开心点!

翻译自: https://www.freecodecamp.org/news/how-to-transform-your-100daysofcode-log-into-a-visual-experience-d048334af8d9/

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

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

相关文章

Python中集合(set)的操作及一些比较常见的用法

Python除了List、Tuple、Dict等常用数据类型外&#xff0c;还有一种数据类型叫做集合&#xff08;set&#xff09;&#xff0c;集合的最大特点是&#xff1a;集合里边的元素是不可重复的并且集合内的元素还是无序的&#xff0c;所以一般情况下集合常用的两个场景是&#xff1a;…

php中的图像下载函数,PHP实现的下载远程图片自定义函数分享

/*** PHP下载远程图片到本地** param $url string 远程文件地址* param $filename string 保存后的文件名(为空时则为随机生成的文件名&#xff0c;否则为原文件名)* param $fileType array 允许的文件类型* param $dirName string 文件保存的路径(路径其余部分根据时间系统自动…

Linux 文件的压缩与解压

1. tar结尾压缩命令 [roottest ~]# tar -cvf grub.tar /boot/grub/ 查看压缩包文件 [roottest ~]# tar -vtf grub.tar 解压文件 #tar -xvf grub.tar # tar -xvf grub.tar -C 解压目录 2. gz结尾压缩命令 # tar -zcvf grub.tar.gz /boot/grub gz结尾解压命令 #tar -zxvf gr…

深度学习笔记-卷积神经网络CNN与循环神经网络RNN有什么区别?

转载 https://blog.csdn.net/weixin_35227692/article/details/79223536转载于:https://www.cnblogs.com/USTBlxq/p/10445268.html

参考框架 系统 基准_带有基准的前端框架的实际比较

参考框架 系统 基准by Jacek Schae由Jacek Schae 带有基准的前端框架的实际比较 (A Real-World Comparison of Front-End Frameworks with Benchmarks) UPDATE: There is a newer version of this article更新&#xff1a;本文有较新的版本 A Real-World Comparison of Front…

ppt复制切片器_零基础小白自学PPT快速入门到精通(上)

零基础小白如何自学PPT快速入门到精通呢&#xff1f;40个保姆级小技巧助力你高效掌握PPT基础操作&#xff01;PPT在学习与工作中的应用越来越广泛&#xff1a;在学校时免不了要做毕业答辩、毕业论文&#xff0c;工作中时常要进行复盘总结、工作汇报、推广方案&#xff0c;有时甚…

网络安全初创公司SafeBreach获1500万美元A轮融资

今天&#xff0c;网络安全初创公司 SafeBreach 宣布完成1500 万美元 A 轮融资&#xff0c;新投资者德国电信、惠普公司、 Maverick Ventures 及现有投资者 Sequoia Capital 和 Shlomo Kramer 参投。公司计划利用本轮融资加大研发力度&#xff0c;扩大销售及营销团队&#xff0c…

php网站分区,PHP - Manual: 分区和分片 (官方文档)

分区和分片数据库群组是由于各种各样的原因建立的&#xff0c;他可以提升处理能力、容忍错误&#xff0c;并且提升大量服务器同时工作的的性能。群组有时会组合分区和共享功能&#xff0c;来将大量复杂的任务分拆成更加简单的任务&#xff0c;更加可控的单元。插件可以支持各种…

webBroser获取cookie

//取当前webBrowser登录后的Cookie值 [DllImport("wininet.dll", CharSet CharSet.Auto, SetLastError true)]static extern bool InternetGetCookieEx(string pchURL, string pchCookieName, StringBuilder pchCookieData, ref int pcchCookieData, int dwFlags…

了解Linux操作系统发展阶段

一、硬件与软件发展历史 计算机由硬件和软件组成结构 二、Linux的发展史 Linux 操作系统是Unix操作系统的一种克隆系统。它诞生于1991年的10月5日&#xff08;只是第一次正式向外公布的时间&#xff09;。以后借助于Internet网络&#xff0c;并经过全世界各地计算机爱好者的共同…

c gui qt 4编程第二版_面试官问Linux下如何编译C程序,如何回答?为你编译演示

文章来源&#xff1a;嵌入式大杂烩 作者&#xff1a;ZhengNLWindows下常用IDE来编译&#xff0c;Linux下直接使用gcc来编译&#xff0c;编译过程是Linux嵌入式编程的基础&#xff0c;也是嵌入式高频基础面试问题。一、命令行编译及各个细分编译过程hello.c示例代码&#xff1a;…

Python基础-----列表、元组、集合(2)

raw_input ##字符类型input##数值类型##格式化输出注释切片s[2:5]##切片从2开始到5&#xff0c;不包括5[kioskfoundation39 mnt]$ pythonPython 2.7.5 (default, Oct 11 2015, 17:47:16) [GCC 4.8.3 20140911 (Red Hat 4.8.3-9)] on linux2Type "help", "copyri…

调用lambda_如何使用Lambda调用上下文动态设置超时

调用lambdaby Yan Cui崔燕 如何使用Lambda调用上下文动态设置超时 (How to set timeouts dynamically using Lambda invocation context) With API Gateway and Lambda, you’re forced to use short timeouts on the server-side:使用API​​ Gateway和Lambda&#xff0c;您不…

php+tp框架+API,php - tp框架能开发API接口吗

怪我咯2017-04-10 17:12:231楼TP的controller其实有很多种的HproseController,JsonRpcController,RestController,RpcController,YarController我拿RestController给你介绍一下RESTFul方法的操作方法定义主要区别在于&#xff0c;需要对请求类型和资源类型进行判断&#xff0c;…

OTL翻译(9) --常量的SQL语句

常量的SQL语句 一个没有绑定变量的SQL语句、SQL语句块或是存储过程就被称为常量的SQL语句。OTL通过一个静态的函数来执行这样的SQL语句。 例如&#xff1a; // static otl_cursor::direct_exec()otl_cursor::direct_exec(db, // connect object"create table test_tab(f1 …

[HNOI2016]网络 树链剖分,堆

[HNOI2016]网络 LG传送门 表示乱搞比正解难想。 整体二分很好想吧。 但是为了好写快乐&#xff0c;我们选择三个\(\log\)的乱搞。 先树剖&#xff0c;线段树套堆维护区间最大值。对于一次修改&#xff0c;如果是插入&#xff0c;就把树上除了这条链的地方加上这个重要度&#x…

python压缩文件为zip-python 压缩文件为zip后删除原文件

压缩.log 文件为zip后删除原文件 需要注意&#xff1a;本人作为小白&#xff0c;该脚本需要和.log在一起&#xff0c;后面有时间需要改正。 #!/usr/local/python/bin/python #-*-codingutf8 -*- import time import os import sys import zipfile N 7 #设置删除多少天前的文件…

css text-align-last设置末尾文本对齐方式

text-align-last&#xff1a;auto | start | end | left | right | center | justify auto&#xff1a; 无特殊对齐方式。 left&#xff1a; 内容左对齐。 center&#xff1a; 内容居中对齐。 right&#xff1a; 内容右对齐。 justify&#xff1a; 内容两端对齐。 start&#x…

后端开发除了编码还要做什么_每个开发人员都应掌握的基本技能(除了编码)

后端开发除了编码还要做什么Whether you are learning to code, looking for a new job, or just want to improve your skills as a developer, you need to master the essential tools of team collaboration. These are as important as knowing how to code.无论您是学习编…

Python中的defaultdict方法

字典&#xff08;dictionary&#xff09;是Python中一种常用的数据类型。不同于其他由数字索引的序列&#xff0c;字典是用"键"&#xff08;key&#xff09;来索引的。通常表示为dict(key: val, ...)&#xff0c;有以下特征&#xff1a; 键可以是任何不可变&#xff…