IC Blog

Thinking will not overcome fear but action will.

软件工程师的收藏周刊第89期

"weekly 89"

这里记录过去一周,我看到的值得记录的东西,每周五总结、发布。 教程 现代 JavaScript 教程 该教程致力于用最新的 JavaScript 标准为基准,通过简单而详细的内容,为开发者讲解 JavaScript 从基础到高阶的相关知识。https://zh.javascript.info/ Rust Study RoadMap 近几个月,作者开始学习 Rust,并用 Rust 开始...

软件工程师的收藏周刊第88期

"weekly 88"

这里记录过去一周,我看到的值得记录的东西,每周五总结、发布。 教程 KeePass:最安全的密码管理器(开源·免费) KeePass 是一个轻量级、易用且安全性极高的密码管理器,其源码完全开源。与其他密码管理器不同,KeePass 可以让你完全掌握你的密码数据库。本文教你如何使用KeePass,并包含一整套最佳实践方案。 https://www.rmnof.com/article/kee...

软件工程师的收藏周刊第87期

"weekly 87"

这里记录过去一周,我看到的值得记录的东西,每周五总结、发布。 教程 NumPy 互动教程 一个在线教程,通过一步步编码的小例子,让你学会如何使用 Python 的数学计算库 NumPy。https://github.com/vthommeret/mathtocode go-ast-book Go语法树入门——开启自制编程语言和编译器之旅 https://github.com/chai2...

软件工程师的收藏周刊第86期

"weekly 86"

这里记录过去一周,我看到的值得记录的东西,每周五总结、发布。 教程 How You Can Set Up Remote Development Workflow With VS Code in Your Browser https://hackernoon.com/how-you-can-set-up-remote-development-workflow-with-vs-code-in...

软件工程师的收藏周刊第85期

"weekly 85"

这里记录过去一周,我看到的值得记录的东西,每周五总结、发布。 教程 Algorithm Complexity and Big O Notation 一个在线的互动教程,通过可以运行的代码示例,解释 O(n) 表示法与算法复杂性之间的关系。https://algodaily.com/lessons/understanding-big-o-and-algorithmic-complexity...

软件工程师的收藏周刊第84期

"weekly 84"

这里记录过去一周,我看到的值得记录的东西,每周五总结、发布。 教程 Marketing-for-Engineers A curated collection of marketing articles & tools to grow your product. https://github.com/LisaDziuba/Marketing-for-Engineers Docke...

软件工程师的收藏周刊第83期

"weekly 83"

这里记录过去一周,我看到的值得记录的东西,每周五总结、发布。 教程 Deno Tutorial – Concepts, Installation and Sample Code Deno is a JavaScript/Typescript runtime framework. Deno ships security and modern JavaScript features inbu...

软件工程师的收藏周刊第82期

"weekly 82"

这里记录过去一周,我看到的值得记录的东西,每周五总结、发布。 教程 Design Patterns 设计模式教程(英文). https://sourcemaking.com/design_patterns CI/CD - Serverless Ebook using Gitbook CLI In this tutorial we are going t...

软件工程师的收藏周刊第81期

"weekly 81"

这里记录过去一周,我看到的值得记录的东西,每周五总结、发布。 教程 Regular Expressions for Regular Folk This is an experimental “book” about regular expressions. It is largely visual and example-based, as opposed to most...

软件工程师的收藏周刊第80期

"weekly 80"

这里记录过去一周,我看到的值得记录的东西,每周五总结、发布。 教程 concurrent 这是RedSpider社区成员原创与维护的Java多线程系列文章。https://github.com/RedSpider1/concurrent 使用 Python 写一个自己的游戏 用Python开发自己的电脑游戏,教你如何用Python语言编程。https:...