Ali GOREN
Ali GOREN
Open Source, JavaScript, Python, .NET
  • GitHub
  • Twitter
  • Instagram
  • LinkedIn
Skip to content
  • Home
  • About
  • Projects
  • Contact
  • Blog List

Programming

There are 141 posts filed in Programming (this is page 1 of 15).

Post navigation

Golang Journey – 2

Hi there! I keep learning golang. Today I wrote tests and created maps 🙂 First of all I created a function using Golang’s official documentation like below: The above function expects a string map. It returns a string map and error. There is a loop in this function to iterate names. If you pass an […]

in English, Golang, Programming | 24 February 2021 | 514 Words | Comment

Golang Journey – 1

Hi there 🙂 Today I wrote a post about starting to learn Golang. I have already installed the golang. Hello World To write hello world, you first create a module following these ways; I created a directory named hello and changed my current directory as hello. I created a module named hello. It also creates […]

in English, Golang, Programming | 21 February 2021 | 638 Words | Comment

Renaming 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 this bash script. You can use this script. It works 🙂 Btw, customize it for yourself.

in English, Programming | 10 October 2020 | 59 Words | Comment

Remove Header Info from Response in Asp.NET Web API 2

To solve this issue, there are few ways but I used these two; Global.asax.cs I added these lines to remove server and asp.net version in Application_EndRequest blocks. Web.config The other thing we wanted to remove was X-Powered-By header. I added these XML lines into the system.webServer section That’s all 🙂

in C#, English, Programming | 25 September 2020 | 79 Words | Comment

Structuring Data Types in Rust

  Hi 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 Rust Before starting, I’ll create a project with cargo; cargo new defining_and_instantiating_structs cd defining_and_instantiating_structs Introduction Have you worked with C like languages before? For example C’s itself or […]

in English, Programming | 9 August 2020 | 941 Words | Comment

A Slice of Rust: Working with the Slice Type

Hi everyone. Before that, I wrote a post called Rust’s Borrowing and Reference Laws. Today I’ll try to explain the slice type in Rust Before starting, I’ll create a project with cargo; cargo new slice_type cd slice_type Introduction If you worked with languages like Python, you are familiar with slices. Slices don’t have ownership in […]

in English, Programming | 3 August 2020 | 850 Words | Comment

Rust’s Borrowing and Reference Laws

Hi 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 them laws in the title. Before starting, I’ll create a project with cargo; cargo new references_and_borrowing cd references_and_borrowing Introduction We’ve discussed the ownership concept in the last […]

in English, Programming | 1 August 2020 | 1,512 Words | Comment

Ownership Concept in Rust

Hi 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 that it was really hard for me to understand. Before starting, I’ll create a project with cargo; cargo new understanding_ownership cd understanding_ownership Introduction Ummm, […]

in English, Programming | 31 July 2020 | 809 Words | Comment

Control Flow Statements in Rust

Hi everyone. Before that, I wrote a post called Playing with Functions in Rust. Today I’ll try to explain control flow statements in Rust Before starting, I’ll create a project with cargo; cargo new control_flow cd control_flow Introduction Rust has control statements like if expressions and loops. Mostly you’ll see if expressions and loops in […]

in English, Programming | 30 July 2020 | 1,137 Words | Comment

Playing with Functions in Rust

Hi 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 cargo; cargo new functions cd functions Introduction Functions are common in the Rust programming language. We’re already creating a function for each program. We’re […]

in English, Programming | 19 July 2020 | 667 Words | Comment

Post navigation

I support free software

Latest Posts

  • New Journey Begins
  • Life is Expensive in Turkey
  • Logitech MK470 Slim Combo
  • Parisienne Walkways
  • 17.12.2021 – Summary of the day

Categories

  • Algorithms (3)
  • Books (3)
  • Bu Firmaya Dikkat (4)
  • C# (7)
  • Cultural Things (4)
  • Django (3)
  • Docker (2)
  • Eğitim Videoları & E Kitap (7)
  • Elasticsearch (1)
  • Embedded Functions (15)
  • English (33)
  • Flask (11)
  • General (1)
  • Git (1)
  • Golang (9)
  • I'm Watching (2)
  • Internet (1)
  • JavaScript (52)
  • Jekyll (1)
  • Linux (11)
  • MongoDB (1)
  • MSSQL (4)
  • Music (1)
  • NestJS (4)
  • NodeJS (13)
  • NoSQL (5)
  • Personal (9)
  • PHP (4)
  • PostgreSQL (9)
  • Programming (141)
  • Project Ideas (4)
  • Python (44)
  • React (4)
  • SQL (17)
  • Suggestions (1)
  • Today (2)
  • Today I Learned (TIL) (1)
  • TypeScript (10)
  • Vue (6)
  • Web App Ideas (2)
  • weppy (1)
  • Windows (1)
Independent Publisher empowered by WordPress