Golang FromXToGo micro - A microservice toolkit Other Easy parsing of Excel spreadsheet format with Swift's Codable protocols Front-End Performance Checklist 2019 [PDF, Apple Pages, MS Word] Questions for a new technology Mobile iOS Performance Trick…
Golang Roadomatic: Node vs. Go Quick Guide to Golang for Java Developers 3 Go Gotchas Web Choosing a Front End Framework: Angular vs. Ember vs. React Microservices Decoded: Best Practices and Stacks Mastering ASP.NET 5 without growing a beard 5 Tips…
Other Intro Guide to Dockerfile Best Practices QuickJS Javascript Engine Questions for a new technology. CODE REVIEW: CREATE THE CULTURE, LEARN THE BEST PRACTICES Why are the username and password on two different pages? Best Practices for Event-Driv…
Golang How To Install Go and Set Up a Local Programming Environment on macOS Build A Go API 40+ practical string tips [cheat sheet] Using Go Modules Practical Go: Real world advice for writing maintainable Go programs Why are my Go executable files s…
Web Getting Started With Vapor: A Swift Web Framework Front-end vs Back-end vs Network Performance Spring Boot Application Connect to LDAP Userstore Other Keeping Your Code Clean While Logging Coding Best Practices and Solutions Writing Clean Code: A…
Mobile Android SDK: Working with Picasso View Debugging in Xcode 6 5 Common C# tasks in Apple Swift Programming Language Beyond JSON: Spearal Serialization Protocol for iOS .NET IDisposable: What Your Mother Never Told You About Resource Deallocation…
Other Back To Basics: Hashtables – Part2 How To Make A Game Part 1:Picking a Framework Modern Garbage Collection in Theory and Practice Operation Performance Evaluation Get rid of your StringUtils! Refactoring with Go Fmt .NET Building Performance Me…
这篇文章并不是发布最早的但是阅读量却每天都见长,很想知道各位大大是怎么找到这篇文章的.如果不忙,还请各位大大评论一下我看看,没准我可以为大家改进一下本文,提升一下质量. ================================================== 1.tar命令的小坑:当使用通配符*的时候,tar命令报错: Not found in archive Root Cause: tar 命令的执行会先把 *.tar 翻译成 a.tar; b.tar; c.tar.... 然后…