Skip to content

Instantly share code, notes, and snippets.

@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
@SachaG
SachaG / text.md
Last active December 16, 2018 05:35
hackternoon tea

Combining the pleasure of sipping on a hot cup of Earl Grey with the joy of hacking on cool new projects, it's the weekly Hackternoon Tea meetup!

We'll get together in a cafe or co-working space each week to hack, hang out, or just help out. So why should you join us? It'll be a great chance to:

  • Set aside some time to learn new technologies.
  • Get free help and mentoring from other participants.
  • Get feedback on your work.
  • Chat with fellow hackers.
  • Or just work on your usual stuff but in a different setting.
@SachaG
SachaG / todo.md
Last active December 26, 2019 16:55
Translations To-Do Items

User Interface

  • Tshirt

Demographics

  • Salary Ranges
  • Years of Experience
  • Company Size
  • Sources
const meta = [
{ charset: 'utf-8' },
{ name: 'description', content: description },
// responsive
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
// facebook
{ property: 'og:type', content: 'article' },
{ property: 'og:url', content: url },
{ property: 'og:image', content: image },
{ property: 'og:title', content: title },