惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
The GitHub Blog
The GitHub Blog
云风的 BLOG
云风的 BLOG
Engineering at Meta
Engineering at Meta
Google DeepMind News
Google DeepMind News
aimingoo的专栏
aimingoo的专栏
Recent Announcements
Recent Announcements
A
About on SuperTechFans
U
Unit 42
MyScale Blog
MyScale Blog
J
Java Code Geeks
博客园_首页
Blog — PlanetScale
Blog — PlanetScale
D
Docker
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 司徒正美
量子位
月光博客
月光博客
G
Google Developers Blog
V
V2EX
博客园 - 聂微东
宝玉的分享
宝玉的分享
IT之家
IT之家
Vercel News
Vercel News

Stonecharioteer on Tech

I Traced My Traffic Through a Home Tailscale Exit Node What Was I Reading Last? In Three Not-So-Easy Pieces Dogfooding Is Hard Code blocks in your books, finally GoForGo v0.9.0 Merrilin - We built an app to read books I use a Macbook now Data Structures & Algorithms - Preparing for Interviews Using a local DNS namespace for local service discovery Direction KOllector - Publishing KOReader Highlights gbt: branches touched in the last 24 hours A Soiree into Symbols in Ruby Some Smalltalk about Ruby Loops Ruby Blocks Returning from Ruby Blocks, Procs and Lambdas My Linux Laptop Finally Works: How Claude Helped Me Fix Years of Annoyances TIL: Watchexec - Modern File Watching for Development Workflows A Less Busy Mind GoForGo - Learn Go through live examples Migrating My Old Blog to Hugo with Claude The Qtile Window Manager: A Python-Powered Tiling Experience Read the RFCs that Built the Internet Py-x-Protobuf - Or How I Learned to Stop Worrying and Love Protocol Buffers Python Reverse a List New Beginnings Leaving ChainSafe Systems Screen Lock for Cinnamon Desktop using Zenity and Terminal Commands Crews Not Teams A System for Getting Better at LeetCode
TIL: Job Platforms, Compiler Design Resources, Datasette,...
2020-12-13 · via Stonecharioteer on Tech

Today’s discoveries span career development, compiler theory, data analysis tools, and engineering management.

Startup Job Platforms

Several specialized platforms focus on startup and tech opportunities:

JobFluent

Aggregates startup jobs across European tech hubs, providing centralized access to opportunities in Berlin, Amsterdam, London, and other major tech cities.

RemoteOK

Curated remote jobs in programming, design, sales, and other tech disciplines. Particularly valuable for location-independent opportunities.

Y Combinator’s Work at a Startup

Direct access to positions at YC portfolio companies, offering unique opportunities at early-stage startups with strong backing.

Compiler Construction Resources

Academic Courses:

Comprehensive Guides:

Tools:

  • GNU Bison - Parser generator for LALR grammars

Data Exploration with Datasette

Datasette is an open-source multi-tool for exploring and publishing data:

Key Features:

  • Instant API: Automatically generates JSON APIs from SQLite databases
  • Web Interface: Browse data with filtering, sorting, and search
  • Publishing: Deploy read-only databases with custom templates
  • Plugin System: Extend functionality with authentication, visualization, and data import

Use Cases:

  • Data Journalism: Publish datasets with interactive exploration
  • API Prototyping: Quickly create read-only APIs from CSV data
  • Data Documentation: Self-documenting datasets with metadata
  • Analytics: Lightweight alternative to complex BI tools

Stack Overflow’s article on measuring developer productivity addresses the challenges of quantifying engineering work:

Problems with Simple Metrics:

  • Lines of code: Encourages verbose, inefficient code
  • Commits: Can be gamed and doesn’t reflect impact
  • Story points: Subjective and team-dependent
  • Time tracking: Doesn’t account for thinking and problem-solving

Better Approaches:

  • Outcome-focused metrics: Feature delivery, bug reduction, user satisfaction
  • Flow metrics: Cycle time, lead time, deployment frequency
  • Quality indicators: Code review feedback, post-deployment issues
  • Team health: Retention, satisfaction, knowledge sharing

Additional Resources

Development Tools:

Industry Resources:

These resources provide comprehensive coverage of career development, technical skill building, and understanding the business side of software development.