HSHamdy Saadinhamdysaad.hashnode.dev路Aug 14, 2022 路 2 min readUse TailwindCSS with Rust in the Frontend !馃槂tailwind-yew-Starter Starter for yew( Frontend with rust ) + TailwindCSS (CSS Library) HOW TO START ? 1- CREATE THE YEW PROJECT . 2- THEN ADD THE TAILWINDCSS LIBRARY . 1- CREATE THE YEW PROJECT : rustup target add wasm32-unknown-unknown cargo instal...00
HSHamdy Saadinhamdysaad.hashnode.dev路May 16, 2022 路 2 min readRust - Data Types . ( In 6 Points !)This is a part of my journey while learning rust (for web dev), so a said why not share it ,Let's go a head and see the data types ; feel free to see the my full rust journey and give it a star : go there Scalar data type (integers, floats, Boolean,...00
HSHamdy Saadinhamdysaad.hashnode.dev路May 1, 2022 路 2 min readThe Simplest React Todo List for your interviewHere I am not doing any CSS stuff or any extra work to just focus on the logical part, and to be a reference for me and hopefully for other people. What we will do? A todo list app : Input field Button Show the lists in un-order list HTML(JSX to b...00
HSHamdy Saadinhamdysaad.hashnode.dev路May 1, 2022 路 1 min readMake sure that your website UpToDate ! (TS)this a very short one but it's important , when you create a website make sure that you don't put any numbers or dates in the footer Ex : function Layout(props) { return ( <footer> <div Divzoon © 2022-2018 </div> ...00
HSHamdy Saadinhamdysaad.hashnode.dev路May 1, 2022 路 5 min readThe first day of learning MongoDBBefore We Begin So this is my summary for the playlist of introduction to a MongoDB, at this post we will interact only with the pure environment so you could implement it in any web framework. Download 1- Download MongoDB Note Download the latest ...00