I did the same with my blog which is written in rust https://github.com/prabirshrestha/rblog. While it could be static I wanted it to be server. But I don't think rust is the reason for it. Not depending on external resources such as fonts and javascript for critical path along with compression is the most critical. Since it is a blog focus on text instead of fancy images and only include when absolutely necessary. Testing the site in Fast 3G or Slow 3G is the best way to find the places where you can optimize your site.
Looking forward to the WASM integration. Being able to use plain filesystem such as nextcloud and able to run it there would be great. I have been trying to get juypterlite wasm in my next cloud alternative that I have been working so would love to try this.
Was surprised that rust didn’t have vfs libraries. Created my own async-vfs crate but now using opendal for a Nextcloud alternative that I have been working in rust.
My go to these days has been https://github.com/hrsh7th/vim-vsnip. It is compatible with LSP and VSCode snippet format. Since it is in pure VimScript you don’t need to battle configuring python just to get the plug-in to work.
Microsoft Power Apps | Senior Software Engineer | Bellevue, WA | Full-time
We are looking to hire a Senior Software Engineer with strong expertise in front end.
We are passionate about building things that help other teams and solving problems that span across the org. We collaborate closely with many different teams, and we pursue creative solutions to help make them successful. We embrace modern tooling and approaches, and we’re optimizing our engineering for building cloud first web applications with a faster cadence of releases to deliver innovation at an exciting pace. Our responsibilities span across multiple key areas, including building core TypeScript libraries, common React components, a GraphQL middle tier, and infrastructure to develop, build, and deploy single page applications. Our team works in an agile start-up like environment where we expect each team member to think out of the box to contribute and collaborate towards the mission of the team in a feature-crew setting.
nvim-langserver-shim internally uses an older version of https://github.com/prabirshrestha/vim-lsp
I'm hoping in couple of weeks vim-lsp will be stable and so that I can start contributing to nvim-langserver-shim. Currently I'm developing vim-lsp independently.
It already works asynchronously in neovim and vim on windows, mac and linux. You can follow up with the discussion at https://github.com/neovim/neovim/issues/5522 (you can see some of the progress in thread in gifs)