Skip to content

Instantly share code, notes, and snippets.

@SachaG
SachaG / questions.md
Created June 29, 2026 02:38
World Events 20 Questions
  1. As of 2026, which country has the world’s largest population, and what major demographic trend is it facing?

  2. The idea that “China’s economy is about to collapse” has been widely repeated for years. What are the strongest arguments for and against this claim?

  3. Which war or conflict has caused the largest number of displaced people globally in recent years, and where is it happening?

  4. True or false: “The world is using more fossil fuels than ever before, so renewable energy growth has had basically no impact.” Explain.

  5. What is the main purpose of BRICS, and what is a common misunderstanding about what BRICS actually is?

@SachaG
SachaG / workshop.md
Last active February 3, 2025 01:58
Workshop: The CSS of State of JS
@SachaG
SachaG / sojs.md
Last active August 27, 2024 15:27
State of JavaScript Zoom

State of JavaScript Zoom

Devographics Overview

History

  • Meteor.js
  • State of JavaScript 2016

Stats

@SachaG
SachaG / tailwind.json
Last active December 16, 2021 06:35
Tailwind experience by gender
{
"data": {
"survey": {
"tool": {
"experience": {
"year": {
"facets": [
{
"buckets": [
{
@SachaG
SachaG / 0_readme.md
Last active October 25, 2021 02:07
State of CSS bracket results

These are some preliminary results for the "tournament bracket"-style questions in the 2021 State of CSS survey.

The data is originally stored as a series of 7 triplets (for the four first-round match-ups, two semi-finals match-ups, and the finals) containing the first participants, the second participants, and the winner of each match. For example:

const bracketResult = [
  [7, 6, 6], // first round
  [4, 0, 0], // first round
  [5, 2, 2], // first round
 [3, 1, 3], // first round
@SachaG
SachaG / 1_dataset.md
Last active August 22, 2022 02:42
State of CSS 2021 Freeform Data

State of CSS 2021 Preliminary Dataset

This is a preliminary dataset (after ~2 weeks of running the survey) for the 2021 State of CSS survey.

It contains results to four freeform (textfield) questions:

  • Other CSS pain points* (aspects of CSS you struggle with the most)
  • What do you feel is currently missing from CSS?*
  • Other accessibility features you usually implement*
  • Browser incompatibilities (Are there any CSS features you have difficulties using because of differences between browsers?)
# the survey outline
# First level: blocks
# Second level: questions (will use the block's question template if no template is specified)
---
### FEATURES ###
- template: statictext
id: features_intro
@SachaG
SachaG / todo.md
Created June 23, 2019 15:39
State of CSS 2019 translation to-do

Strings

  • T-shirt
  • Demographics/salary ranges
  • Demographics/years of experience
  • Demographics/company size
  • Demographics/gender
  • Demographics/sources
  • Demographics/javascript proficiency
  • Demographics/back-end proficiency
/*
AWS Utilities
*/
import AWS from 'aws-sdk';
import request from 'request';
import rp from 'request-promise';
import { getSetting } from 'meteor/vulcan:core';
import aws4 from 'aws4';
# the survey outline
---
### TOOLS ###
# Answers:
# - I've never heard about it
# - I'd like to learn it
# - I'm not interested
# - I've used it and would use it again