个人主页
进击的皇虫

进击的皇虫 (@admin)

  • 加入网站 2595
  • 连续签到 4
  • 最高连签 222
  • 累计签到 1194
  • 今日阅读 0 小时 11 分钟
  • 本周阅读 1 小时 15 分钟
  • 本月阅读 2 小时 32 分钟
  • 累计阅读 595 小时 38 分钟
  • [英文] Software Development Guide

    This is a guide to projects and software development at the Netherlands eScience Center. It both serves as a source of information for exactly how we work at the eScience Center, and as a basis for discussions and reaching consensus on this topic.
  • [英文]ES6 for Humans

    A kickstarter guide to writing ES6.
  • An Introduction to Elm(2018)

    Elm is a functional language that compiles to JavaScript. It competes with projects like React as a tool for creating websites and web apps. Elm has a very strong emphasis on simplicity, ease-of-use, and quality tooling.
  • [英文]Modern Java - A Guide to Java 8

    Welcome to my introduction to Java 8. This tutorial guides you step by step through all new language features. Backed by short and simple code samples you'll learn how to use default interface methods, lambda expressions, method references and repeatable annotations. At the end of the article you'll be familiar with the most recent API changes like streams, functional interfaces, map extensions and the new Date API. No walls of text, just a bunch of commented code snippets. Enjoy!
  • Node.js 调试指南

    《Node.js 调试指南》是本人整理的从事 Node.js 开发这几年的一些调试经验和思路,希望授人以鱼也能授人以渔。
  • Node In Action(Node.js实战 英文版)

    Before reading this book, you should have already know much about the JavaScript programming language, and I will try hard to explain things in brief sentences and brings your three tutorial of developing Node.js projects. You would learn a lot during the reading period.
  • Better Java(中文版)

    Java 虽作为最流行的编程语言之一,但是似乎并没有什么人很享受用它。好吧,Java 确实是这样的一门编程语言,从最近发布不久的 Java 8 开始,为了更好的使用 Java,我决定收集一些库,实践和工具等相关资料。“更好” 是主观的,所以推荐使用我所说的建议的某些部分,而不是一下子全部按照这些建议来做。请尽情添加其他意见并提交 PR。
  • 前端开发规范手册

    此手册主要实现的目标:代码一致性和最佳实践。通过代码风格的一致性,降低维护代码的成本以及改善多人协作的效率。同时遵守最佳实践,确保页面性能得到最佳优化和高效的代码。 此手册是在开发中积累下来的经验和参考其它规范/指南制定的,它只是起指导作用,除个别条目强制之外,大多数为非强制约束,开发者可根据自己的实际情况自行决定是否要遵守 该指南只是保证大方向一致性和最佳实践的阶段性总结,不是最后结论,它会随着时间而变化。
  • [英文] Kubernetes clusters for the hobbyist.

    This guide answers the question of how to setup and operate a fully functional, secure Kubernetes cluster on a cloud provider such as DigitalOcean or Scaleway. It explains how to overcome the lack of external ingress controllers, fully isolated secure private networking and persistent distributed block storage.
  • MQTT协议中文版

    MQTT是一个客户端服务端架构的发布/订阅模式的消息传输协议。它的设计思想是轻巧、开放、简单、规范,易于实现。这些特点使得它对很多场景来说都是很好的选择,特别是对于受限的环境如机器与机器的通信(M2M)以及物联网环境(IoT)。