Coding is life

Joined November 2020
21 Photos and videos
My flutter app for learning languages #learnchinese #Flutter #appdev
6
coderlyfe.dev retweeted
Bram Moolenaar, creator of my favorite text editor on Linux, vim, has passed away. RIP 🙏🏻
349
1,603
9,860
785,180
coderlyfe.dev retweeted
Vaunt, a CMS/static site generator github.com/Casper64/vaunt It's now possible to use it solely as a static site generator and not only as a CMS! Also: - Dynamic routes (":" in the name) - Auth for admin panel - Serve, include, import & edit markdown files - Lots of bug fixes
10
61
4,155
coderlyfe.dev retweeted
Our 3D editor for #r3f will be out in a week 🥳 It helps you tweak #r3f scenes, place THREE.js objects around, and animate them. Here is how it works 🧵
13
164
1,341
coderlyfe.dev retweeted
29 Jul 2022
We just passed 20k stars on GitHub! 🥳 Big thanks to everyone who made it possible!
4
18
430
coderlyfe.dev retweeted
V reached 30k GitHub stars in 3 years.
4
16
187
coderlyfe.dev retweeted
14 Jul 2022
you can't sit with us @telegram @WhatsApp @messenger @Snapchat
14
89
323
coderlyfe.dev retweeted
V has 3461 fixed bugs and 478 open bugs. That's a great ratio: only 12% of all bugs are open. We're planning to decrease this number to 5% by the time of the 0.4 release.
2
6
95
coderlyfe.dev retweeted
V 0.3 is out! The changelog is so huge, it won't fit on a screenshot. Read the full version here: github.com/vlang/v/discussio…
8
47
191
coderlyfe.dev retweeted
V has appeared on RedMonk Q122 Programming Language Rankings!
5
19
138
coderlyfe.dev retweeted
My confidence with #ziglang metaprogramming is increasing: in 0.10.0 there will be more interesting features, such as marshalling #elixirlang keyword lists (for options) and maps into zig structs.
2
6
40
coderlyfe.dev retweeted
4 Jun 2022
New #threejs side project! Trying to work on a tool/script that turns an SVG into a 3D object.
6
14
229
coderlyfe.dev retweeted
People often ask: "what build system should I use with V?" The answer is you don't need one! Just run `v .`, it'll build all V files/modules in current dir. In case you need a more complex project structure, simply add a small build.vsh file and run it with `v run build.vsh`.
1
3
69
coderlyfe.dev retweeted
V had a combined Option/Result type. While this approach had its advantages, it was decided that having separate Option and Result types is clearer. A new Result type has been added to the language. Old code will keep working for a year, it will result in a warning.
1
4
55