Tweet
💡 Day 9: Expanding my #Rust knowledge! Explored conditionals, loops, tuples, collections (hashmap and vector), and modules. Also attended a live workshop on associated types vs generics. So much to learn! @blockchainedind @Polkadot #60DaysOfPolkadot #BuildInPublic
#60DaysOfPolkadot Day 11: Learnt some new concepts of #rust like generic types, constraints,smart pointers, concurrency etc. It was amazing when learning these concepts.
@blockchainedind
@Polkadot
#buildinpublic #web3 #60daysofcode #polkadotdevbootcamp
Polkadot 60 days of code- week2Day5 Completed!! Got the initial view of how #Rust could be memory safe because of pointer types and concurrency. Thanks to #60DaysofCode #BuildInPublic #Polkadotdevbootcamp
@blockchainedind, @Polkadot
#60DaysOfPolkadot Day 11: Learnt some new concepts of #rust like ownership, traits,crates, borrowing etc.
Went through live workshop content once again shared today by team. @blockchainedind @Polkadot #buildinpublic #web3 #60daysofcode #polkadotdevbootcamp
#60DaysOfPolkadot Day 10: Learnt some additional concepts of #rust like conditionals, loops, tuple, collection, hashmap, vector, module etc.
Attended live workshop on associated type vs generics @blockchainedind @Polkadot #buildinpublic #web3 #60daysofcode #polkadotdevbootcamp
#60DaysOfPolkadot Day 9: Finally Learnt about some basic syntax in #rust like scalar types, variables, constants, strings and operators etc.
*Variables in rust are immutable by default, 'mut' keyword is for creating a mutable one.
@Polkadot
@blockchainedind
#buildinpublic #web3
Just installed #Rust and feeling accomplished! My program greets the world with a cheerful 'Hello World!'#60DaysofCode #BuildInPublic #Polkadotdevbootcamp
Exited to share I am also the part of #60daysofcode #Polkadotdevbootcamp by @blockchainedind
building in @Polkadot ecosystem with one of the industry leading technology @substrate_io
#BuildInPublic #substrate #blockchain #dotsama #rust #web3
Do you think Rust will eventually take over Python in terms of popularity?

#buildinpublic #python #pythonprogramming #rust #rustlang
Why is every other post on my timeline saying: 'You use #ChatGPT? Wait until you find out about these 20 unknown weird #ai applications [that are probably using ChatGPT #APIs in the background]!'?

#devops #Kubernetes #golang #rustlang #rust #buildinginpublic #buildinpublictwitter.com/i/web/status/1…
#buildinpublic update:

🚀Beta testing going good
🏆Lots of great feedback

Fixed them accordingly!
- Added tabs in settings
- Fixed artists/song names with commas

Sign up for beta access @
harmonize.vercel.app/beta_download

#saas #rust
Tomorrow at 10am CET (in about 14hrs) I will be working on @TauriApps !

We will at long last be adding logging to the project so we all have a much easier time debugging our apps!

youtube.com/live/6XEvHs5m5…

#rust #livestream #buildinpublic
Tomorrow at 10am CET (in about 14hrs) I will be working on @TauriApps !

We will at long last be adding logging to the project so we all have a much easier time debugging our apps!

youtube.com/live/6XEvHs5m5…

#rust #livestream #buildinpublic
#BuildInPublic update:

You can now download #Harmonzie beta! 🥳

I got an extension from Spotify for 20 more users.

🎵 Spotify control on steroids
🎛 Control your music without disrupting your workflow

harmonize.vercel.app

#IndieHackers #Rust
#BuildInPublic update: 🦾

#Harmonize beta is open for downloads

🎵 Spotify control on steroids

🎛 Control your music without disrupting your workflow

🚀Perfect if you're a compulsive song skipper me

#IndieHackers #Rust #Tauri

harmonize.vercel.app/beta_download
#BuildInPublic update:

Added sonner toasts and email reminders for the launch!!

Thanks @manueljennni for the suggestion.

#IndieHackers #Rust
#BuildInPublic update for #Harmonize:

💰 Pricing page with Stripe checkout done
🗓 Beta launching this week
👥 Couple of testers trying it out

Drop me a DM if you'd like to try it out too, before I launch.

#IndieHackers #Rust #React
#BuildInPublic update:

- Everyday including Sunday is work 🥺
- Smoothening out the first time set up experience. 🥳

Drop me a DM if you want early access to help test out features before the PH launch.

#IndieHackers #Rust #Tauri #RemoteDev
Weekend light work: 🦾

Happy with my new landing page for #Harmonize 🎶

Check it out @ harmonize.vercel.app

#BuildInPublic #Rust #Tauri #IndieHackers
One month ago I knew nothing about #Rust.
Today, I still know nothing much about Rust 😆

But thanks to #ChatGPT, I coded this feature out for #Shortcast.

Landing page with details coming soon 🚀

Launching 27 Feb 🗓

#BuildInPublic #IndieHackers
#BuildInPublic update:

Spotify command palette app is looking great! 🚀🚀

Full control of your music without moving your mouse. Great for power users.

Stay tuned for more!

Build with #Rust #Tauri #React
All endpoint finished, here begins the dirty part 🤣

#Curioucity #buildinpublic #rust
Full integration-test passed. Two endpoints left

#curioucity #k6 #buildinpublic #rust
This is the biggest breakthrough I came up with in the lunar new year. A complete flow to digest i64 time stamp converts to edgedb Datetime then response with UTC string. Implemented with Rust, edgedb, Axum tonic and Prost. #curioucity #edgedb #rust #axum #buildinpublic
Try to understand the cursor-based pagination and how to implement them with rust. The resource is very scarce. #rust #pagination #axum #buildinpublic
Today's breakthrough: Use oneof field to describe a list of different types.

PS: Don't use the well-known type ListValue and try to implement From for ListValue type to the desired type like me 😥

github.com/influxdata/pbj…

#curioucity #buildinpublic #protobuf #pbjson #rust
Finally makes Axum-Tonic work together!!

The foundation is nearly finished and next step will be the implementation of lots of logic.

#curioucity #edgedb #axum #rust #tonic #buildinpublic
YES! I just needed a lock 🔒

A good old Arc<Mutex<()>> to serialize the service manager start calls. Too much stuff happening at the same time otherwise.

Obvs. regenerating signatures is rather slow, but here's the fix.

#buildinpublic #warp #rust #concurrency

Gif was (1/2)
Aaaand resolvers bootstraped! 🚀

It's funny how sometimes the repetitive work can be so calming.

Now lets see if we can get them working on other workspaces without this self-referential issue.

#buildinpublic #rust #elixir
Spent a lot of time playing around with Axum and k6 to test the API and it is finally working!!

#k6 #buildinpublic #grafana #axum #rust
#IndieHacker, if you had a choice between developing your next project

➡️ Quickly in a language you don't enjoy writing
➡️ Slower in a language you do enjoy writing

What would be your decision?

#rust #golang #indiedeveloper #buildinpublic
Playing around with Rust, EdgeDB, Axum, and Discord-bot. This is indeed an interesting journey.

Hope I can understand these materials and really build something useful soon.

#Rust #edgedb #curioucity #buildinpublic #discordbot #axum
Yesterday I won a great battle against myself. I resisted developing my new SaaS in #rust just because I f**** love you Rustlang!!

#indiehackers #buildinpublic
Why is @rustlang sooo HARD. 🙂
Lacking of resources is making it even worse 🙃
@solana developers I need your helpppp.
Please recommend some resources !

@Param_eth please enlighten me !

#solana #buildinpublic #web3 #buildspace #100Devs #Blockchain #Rust
Optimized the Landing page to reduce the page size and added the CI/CD for the landing page of @AppStormy
Landing Page is fast as Stormy itself #buildinpublic #rust #performance #fast #compiler
We just launched the public beta version. No need to worry about slow builds we got you covered. #stormy #buildinpublic #rust #fast #compile #dev #launch #devtools
We are Launched @AppStormy . It boasts a dev's productivity. Do check it out #rust #buildInPublic #rabans #compile #dev #productivity
We are Launched @AppStormy . It boasts a dev's productivity. Do check it out #rust #buildInPublic #rabans #compile #dev #productivity
woke up to a horror that my AWS credits got exhausted. Got some credits from a friend. #buildinpublic @AppStormy #rust #speedup #devtool
Setting up the distributed Sccache can be hard. I struggle for few days to set up the cache and I have documented the approaches that worked for me.
Take a look github.com/mozilla/sccach…
#rust #buildinpublic #sccache
Leave the code for some time and it starts working :p

#rust #buildinpublic
From idea to register a domain and deploying a new instance of my job board software: rustjob.xyz
Next Step: Growth hacking
#buildinpublic #Rust
in less than 1.5 hours...