"First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack"
|
βΒ
George Carrette,
Computer Scientist
|
|
|
Best 7 links of week #24, 2019
|
|
|
This article aims to be the simplest introduction to constructing an LL(1) parser in Go, in this case for parsing SQL queries. It assumes minimal programming competence (functions, structs, ifs and for-loops).
|
|
|
|
Scaling frontend development so that many teams can work simultaneously on a large and complex product is hard. This article describes a recent trend of breaking up frontend monoliths into many smaller, more manageable pieces, and how this architecture can increase the effectiveness and efficiency of teams working on frontend code.
|
|
|
|
Learn how to improve render times with critical CSS technique and how to choose the best tool for your project.
|
|
|
|
A minimalist GraphQL client which recently matured to v1.0. Definitely worth checking out if you are looking for a small and simple but powerful client to query your GraphQL backends.
|
|
|
|
Suppose that youβre building an e-commerce platform and as part of the exercise, you need to come up with a new data architecture for inventory management. You need to support fast, transactional workloads to actually keep track of inventory in near real-time.
|
|
|
|
Coding Sans collected the data for the top programming languages 2019, and we're sharing all the valuable insight in the state of software development.
|
|
|
|
Learn how to handle data inside of React with this collection of patterns for fetching, storing, and retrieving data in React.
|
|
|
Β
|