Trying to Understand How Node Loads Modules
This post published on my blog beforeHi there. As you know we're working quarantine mode for a while. I bought an e-book on Amazon.Professional Node.js: Building Javascript Based Scalable SoftwareI...
View ArticleHow to Install MongoDB on Ubuntu
This post was published on my blog beforeHi. In this post, I'll explain how to install MongoDB on Ubuntu 18.04.Before this post, I published a post about a simple project idea.My operating system is...
View ArticleProject Idea 02 – journalctl Parser
This post published on my blog beforeHi everyone. Today I'm going to tell you about my project idea. Before this post, I published another one. What's this journalctl? Let's dig into journalctl man...
View ArticleProject Idea 03 - Write a Trello Library
This post published on my blog beforeHi everyone. Today, I'm going to talk about my new project idea. (Actually, there is no new thing).I know, most developers don't want to spend time to create a...
View ArticleProject Idea 04 – Shopping List Web Application
This post published on my blog beforeHi everyone, today I'll talk about a new project idea. This seems to be a series of ideas. Because I had published different ideas before. What Will We Do? The main...
View ArticleI published a repo called searchfiy on GitHub
Hi everyone!I published a repository called searchify for a hobby. It is written in JavaScript.Searchify generates searchable links (optionally anchor tags) for search engines or custom URLs. Maybe...
View ArticleI published Reddit Media Downloader on GitHub
Hi everyone!I published a repository called Reddit Media Downloader for a hobby. It is written in JavaScript.Reddit Media Downloader downloads video or image files from the thread URL.I didn't write...
View ArticleShow Your Design Skills :)
I published this joke on my twitter account beforeHi everyone.I know a lot of people here who has good design skills :) But I'm not good at design :) Trust me :)What can you do to show your skills?...
View ArticleShow me your unnecessary code
Hi. Somehow, I wrote this code piece in the past. Today, I don't use this code but this still exists in our...
View ArticleRethinkDB: Open Source Real-Time Database
This post published on my blog beforeHi everyone.Today I'll talk about RethinkDB.It's an open-source solution for a realtime database. Whats is RethinkDB RethinkDB is a database that is...
View ArticleGetting Started with Rust
This post published on my blog beforeHi everyone! In this post, I'll talk about Rust programming language. Introduction The Rust programming language helps you write faster, more reliable software....
View ArticleUnderstanding 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 Article