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

English

There are 33 posts filed in English (this is page 2 of 4).

Post navigation

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

A Trip to Data Types in Rust

A Trip to Data Types in Rust Hi 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 scalar and compound data type subsets. Before starting, I’ll create a project with cargo; cargo new data_types cd data_types Introduction […]

in English, Programming | 18 July 2020 | 1,520 Words | Comment

Understanding Variables and Mutability in Rust

Hi everyone. Before that, I wrote a post called Getting Started with Rust. Today’s topic is Variables and Mutability. We’ll see how they work in Rust. Introduction Are the thoughts immutable or constant? Maybe they can be mutable. Rust has many advantages and of course disadvantages like other programming languages. Rust allows you to write […]

in English, Programming | 15 July 2020 | 968 Words | Comment

Getting Started with Rust

Hi everyone! In this post I’ll talk about Rust programming language. Introduction The Rust programming language helps you write faster, more reliable software. High-level ergonomics and low-level control are often at odds in programming language design; Rust challenges that conflict. Through balancing powerful technical capacity and a great developer experience, Rust gives you the option […]

in English, Programming | 12 July 2020 | 747 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