If you want to learn a programming language. And don't know how to pick one. Don't worry. Your first programming language doesn't matter so much.
What matters is that you have fun learning and that the language does not become an obstacle to learning.
#programming
Looking to learn Python with a beginner project?
Here is a tutorial aimed at beginners for programming a simple web scraper: https://t.co/hCAFhmZKtE
#pythonprojects#python#webscraping
Learn how to build a simple full stack app with a Python back end and TypeScript React front end. A tutorial aimed at beginners:
https://t.co/BD1ppNZepJ
#python#react#fullstack
Learn how to write a simple Solana wallet with my new tutorial:
https://t.co/axXuzqHJnD
Generate keypairs, check balance, transfer Sol and more.
#rust#solana#cryptowallet#development
A new article about Yew and image upload/selection with an input element. Learn how to select and read image data. And as a bonus convert an image to ASCII art and display on the webpage:
https://t.co/QMDr0ZGHAt
#rust#yew
Learn how to write a full-stack Rust application. Both the backend and frontend written in pure Rust. Using Warp and Yew.
Also learn how to retrieve Ethereum transaction data from the Etherscan API:
https://t.co/ZtcKc8ySC4
#rust#FullStackDeveloper#ethereum
Learn how to use external JavaScript with your Rust Yew WASM frontend. In this case chart.js. We'll also use CSS to style our content conditionally.
https://t.co/6tI64Dt67z
#rustlang#wasm
@Darkwind_sensei Hi, thanks for your question. It has been a while since I did anything with web3 so I would have to look into it again. Unfortunately, I don't have a good answer right now. Sorry. I may look into it in the future.
@palinko_rust Thanks for your comment! :) Yes, Yew feels like React. Another similar framework is Dioxus.
Next, I want to look at how well Yew handles a constant stream of incoming data.
I just published a new tutorial on my blog about the basics of Yew. Yew is a web front-end framework for the Rust programming language and compiles to WebAssembly.
https://t.co/Roo1cgPNfJ
#WebAssembly#Yew#Rustlang
I have been away from the blog for a long time due to being busy with other things. However, I am working on a new tutorial now.
I picked Yew back up again and plan to write a couple of articles about it starting with the basics.
#Rustlang