home.social

#codesandbox — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #codesandbox, aggregated by home.social.

fetched live
  1. Love how CodeSandbox now has VS Code Web as an option as that means I can finally hide all UI elements

    Note: left the status bar on to show this is actually #CodeSandbox ;-)

    #vscode

  2. "We have received a wealth of valuable feedback from our wider community about the planned changes."

    The journey levels up with .

    codesandbox.community/c/api-bi

  3. The fact that no browser on iPadOS offers devtools is beyond me. With #codeSandbox as IDE and Apple Display I wouldn’t really need macbook any more.

    I know there’s Inspect Browser but this is still an indie dev and I’d prefer normal Chrome and other browsers supporting their own dev tools.

    CC: @jensimmons because you asked what we need from Safari. I need dev tools on iPad. Pretty please ;)

    #webdev

  4. Regardless, I got it working... another one added to my development toolbox

    #OpenSUSE #devenv #codesandbox #gitpod

  5. Did some testing with #codesandbox + #unity.

    Writing a bit of code on codesandbox

    Merging, then Unity recognizing changes and updating C# components.

    Making some changes in Unity and comitting → get updated 3D scene in codesandbox again.

    #threejs

  6. css-tricks.com/the-many-faces- - web-based versions of #VSCode: vscode.dev, github.dev, #CodeSandbox, #StackBlitz, or on your own server: github.com/coder/code-server. If you design for the web, it can (almost) run anywhere. Great artile @chriscoyier.

  7. `pen.new` I use @codepen daily and like it a lot. Yet there are two things that I miss: customisable keyboard shortcuts (I have a German keyboard) and faster performance. Compared with Vite locally, #Codepen feels just too slow.

    `csb.new` Looking for alternatives, I found #CodeSandbox promising. They have two modes, cloud and browser - and browser mode has the responsiveness I was looking for.

    Let's see if I get used to it or come back to Codepen for the many details they sure got right.

  8. Here's our best blog posts in some time. Everyone in a company should be able to contribute to the project, and not be blocked by often accessibility issues of not knowing HOW to contribute.

    codesandbox.io/blog/everyone-c

    With #CodeSandbox we not only focus on making cloud development actually better than a local experience, but also an avenue for contribution for non-developers.

    Please let me know what you think. 🤓

  9. Das that #codesandbox now supports docker and php. So there is a new todo item on my list. Try #neoscms with code sandbox :)

  10. #CodeSandbox for #iOS (formerly play.js) is the codebase I've been working on the longest, almost five years. I still freak out thinking that I pay the bills with this thing that I started building on my sofa.

    #indiedev

  11. #Rust langserver relies heavily on code snippets to work so I'm adding support for them to #CodeSandbox for #iOS

    #rustlang #indiedev #ipad

  12. Build a community around your product and this is what you get in exchange, amazing! CodeSandbox + Docker + QEMU = ✨

    Via: twitter.com/CompuIves/status/1

    #qemu #infosec #codesandbox

  13. This app I started building sitting on my sofa can now be used for Rust development 🪄

    #rustlang #iosdev #codesandbox #indiedev

  14. Very interesting read from the #CodeSandbox blog

    How we clone a running #VM in 2 seconds (September 2022)

    codesandbox.io/blog/how-we-clo

    Amongst others, they are using #Firecracker and memory snapshots with Copy-On-Write to achieve this level of #performance

    Very interesting and it clearly shows that even very complicated things that require a lot of heavy lifting can be made _blazingly fast_!

    There is no excuse for software being slow! Make it #fast!

    #VM #SoftwareQuality #Memory #RAM

  15. Got @elk dev environment working in a blink using #CodeSandbox. You can try it in the link below, no account required: codesandbox.io/p/github/nakios

    #webdev

  16. I can now develop my single PHP startup inside .

  17. Working on better export to and integration in existing #web projects. Here i took a #react template from #codesandbox and set it as an export target from #Unity.

    This is the template: codesandbox.io/s/project-card-

  18. In 2022 I joined #CodeSandbox and started working full-time in #Elixir. Thankful for all of my coworkers, especially my new team, and all of the fun problems we got to solve together. Hoping for more in 2023.

  19. Just made a quick change on a website using #codeSandbox on iPad Pro, even though my macbook with IntelliJ was sitting 2 meters from me.

    I say it’s ready to be a code editor buddy. Maybe not for full day work but for quick edits and smaller work for fun it’s totally capable.

  20. codesandbox.io/ is pretty remarkable.

    Free software, self-hostable, can show you a live rendering of a site or component as you're typing, supports live collaboration.

    It's what's used for the #GitLab Web IDE.

    It's a JS thing, but it supports backend in node, node has wasm support, and python and other languages have packages on wapm ... somebody could potentially do something unholy here to support arbitrary languages.

    #codesandbox