Understanding Variables and Mutability in Rust
This post published on my blog beforeHi everyone. Before that, I wrote a post called Getting Started with Rust.Today's topic is the Variables and Mutability. We'll see how they work in Rust....
View ArticleA Trip to Data Types in Rust
This post published on my blog beforeHi everyone. Before that, I wrote a post called Understanding Variables and Mutability in Rust.Today we'll review Data Types in Rust. In this small story, we'll see...
View ArticlePlaying with Functions in Rust
This post published on my blog beforeHi everyone. Before that, I wrote a post called A Trip to Data Types in Rust.Today I'll try to explain functions in Rust.Before starting, I'll create a project with...
View ArticleControl Flow Statements in Rust
This post published on my blog beforeHi everyone. Before that, I wrote a post called Playing with Functions in Rust.Today I'll try to explain control flow statements in RustBefore starting, I’ll create...
View ArticleOwnership Concept in Rust
This post published on my blog beforeHi everyone. Before that, I wrote a post called Control Flow Statements in Rust.Today we will see the ownership concept in Rust. Before I get started I have to say...
View ArticleRust's Borrowing and Reference Laws
This post published on my blog beforeHi everyone. Before that, I wrote a post called Ownership Concept in Rust.Today I'll try to explain some of the features called borrowing and references. I called...
View ArticleA Slice of Rust: Working with the Slice Type
This post published on my blog beforeHi everyone. Before that, I wrote a post called Rust’s Borrowing and Reference Laws.Today I'll try to explain the slice type in RustBefore starting, I’ll create a...
View ArticleStructuring Data Types in Rust
This post published on my blog beforeHi everyone. Before that, I wrote a post called A Slice of Rust: Working with the Slice Type.Today I'll try to explain the structs in RustBefore starting, I’ll...
View ArticleWhich RSS Reader Do You Use?
Cover Image from LinuxHintHi everyone!I'm using Liferea as an RSS reader. So, I wonder which RSS reader do you use?Before this, I've been used google reader until it shut down. I don't use Windows on...
View ArticleI Published Gistagram
Hi everyone. As a waste of time activity, I made an app called Gistagram. It uses GitHub's Gist API and Carbon's embed. That's all. I'm not sure how this work could be better and I just used Vue for...
View ArticleRenaming File Names That Contains Date
Hi there. I have a lot of files contains date format in their name. I wanted to remove that dates from that files. I wrote the bash script belove. You can use this script. It works 🙂My files was like...
View ArticleI Published a New Project named ShortApp
Hi everyone!Project Site:https://shortapp.linkStatus: Published, but I believe there should be bugs. In case you see an error, please let me know. I'll also change the homepage design later :)I made a...
View Article