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

推荐订阅源

U
Unit 42
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
The GitHub Blog
The GitHub Blog
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
Recent Announcements
Recent Announcements
量子位
aimingoo的专栏
aimingoo的专栏
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗
Microsoft Azure Blog
Microsoft Azure Blog
Martin Fowler
Martin Fowler
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
A
About on SuperTechFans
T
Tailwind CSS Blog
V
V2EX
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
B
Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
S
SegmentFault 最新的问题
G
Google Developers Blog
M
MIT News - Artificial intelligence

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.