utkarshkukreti | 6 years ago | on: Scala.js 1.0.0-RC1
utkarshkukreti's comments
utkarshkukreti | 6 years ago | on: Show HN: Tailwind.run – An Online Playground for Tailwind CSS
utkarshkukreti | 6 years ago | on: Show HN: Tailwind.run – An Online Playground for Tailwind CSS
utkarshkukreti | 6 years ago | on: Show HN: Tailwind.run – An Online Playground for Tailwind CSS
I tweeted a video of the app in action here: https://twitter.com/utkarshkukreti/status/115832371651577856...
I made this TailwindCSS Playground over the last two weeks. I really like the core idea of Tailwind and the productivity gains it gives and would like to build more stuff with it in the future!
Features:
* Compile custom @tailwindcss config and CSS in the browser
* Live preview in 5 screen sizes
* Class name autocompletion with CSS definition preview
* Save code online or export .zip
* Vim/Emacs/Sublime key bindings + Emmet
utkarshkukreti | 14 years ago | on: Wordless: stop writing Wordpress themes like it's 1998.
utkarshkukreti | 14 years ago | on: Harvard University Free Lectures
utkarshkukreti | 14 years ago | on: Why Perl?
utkarshkukreti | 14 years ago | on: Poll: Have you moved from JavaScript to CoffeeScript?
utkarshkukreti | 15 years ago | on: Show HN: Amazon EC2 instance comparison table
utkarshkukreti | 15 years ago | on: Fast JavaScript Max/Min
That's a pretty big difference, and I wouldn't have expected that much of a difference for assigning one extra variable in the loop.
utkarshkukreti | 15 years ago | on: Fast JavaScript Max/Min
utkarshkukreti | 15 years ago | on: Chats.io, new HTML5 / Node.JS-powered social group chat, launches
utkarshkukreti | 15 years ago | on: Microsoft made their own IE6-countdown site.
utkarshkukreti | 15 years ago | on: How to catch invisible friends on GTalk
I like Scala's syntax but the last time I tried Scala.js, the output was several hundred kb for something slightly more than a Hello World -- it used some List and Seq functions. I'd bet the comparable ReasonML output would likely be in tens of kb (including List and Array functions from Belt).