No Practice.dev videos yet. You could help us improve this page by suggesting one.
Based on our record, Blockly seems to be a lot more popular than Practice.dev. While we know about 31 links to Blockly, we've tracked only 3 mentions of Practice.dev. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Scratch is fantastic. There are also a number of similar (block-based) tools that let you create your own custom blocks and see the code behind them - e.g. Blockly (https://developers.google.com/blockly). - Source: Hacker News / 8 months ago
If your kid is already doing Scratch, Blockly is a really easy next step. https://developers.google.com/blockly Critically, Blockly can emit JavaScript and Python, plus it supports plugins for extended functionality. So the kid can stay inside the blockly universe for as long as they like, but easily peer under the hood and get into Python or JavaScript as soon as they like. - Source: Hacker News / about 1 year ago
The issue with Alice is that graphical, block based coding is not at all an ergonomic way to code. Sure, C++ probably isn't the best for an intro CS courses, either, but even just Python with some wrappers over SDL to draw sprites is not only a better teaching tool it's also forms a more useful springboard to build other projects. Graphical, block based coding seems to be a common attempt to make coding more... - Source: Hacker News / over 1 year ago
Unless it would contradict canon, every stage is very bright, highly interactive, full of pre-placed items, and so huge that you can usually run from your NPC opponents and enjoy exploring the stage in peace while they catch up to you. All buildings have Linux computers with actual internet access that allow you to program and print out your own projectiles/books/flags/UNO reverse cards/shinigami eyes/soupcans/cis... Source: over 1 year ago
If your kids tinker with Scratch, try out TurboWarp[1], a Scratch mod that compiles projects to JavaScript. Other alternatives to tinker with are Blocky[2] and Snap[3]. 1. https://turbowarp.org 2. https://developers.google.com/blockly/ 3. https://snap.berkeley.edu. - Source: Hacker News / about 2 years ago
If you want to benchmark yourself when you learn React. I’ve completed most of the medium/hard react problems at https://practice.dev to get my job. Source: over 3 years ago
It took me a few months to build practice.dev. Here I extracted the IDE and added live collaboration and npm resolver. It took me 1 week to release live-ide.dev. Source: over 3 years ago
The idea of practice.dev is to create basics tutorials (currently it's in progress) similar to FreeCodeCamp, and create hundreds of challenges with greater difficulty. Think of it like leetcode/codewars for frontend. Source: over 3 years ago
Scratch - Scratch is the programming language & online community where young people create stories, games, & animations.
Programming Hero - Personalized, fun, and interactive way to learn programming
Spring Framework - The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
Learn JavaScript - Learn JavaScript with guided tests and flashcards
Grails - An Open Source, full stack, web application framework for the JVM
CodeDammit - Learn programming by looking at real code examples