Switchelven Tutos

This site aims to share my experiences and knowledge about programming and the development world.

About Me

Switchelven

Passionated by the world of mathematics and programmation since young, I wish to share my experiences and learning processes.

I am currently working as a Backend Developer using Golang and Python languages daily.

I mainly works on web application and related deployment solution, but I am also interested in application security and machine learning.

What you will find

Theorical articles

Code tutorials

Experience sharing

News

Discover the latest publications

  • Programmation Paradigms
    Present main programming paradigms, explain how they differ and what they can be used for.
  • Floating number hell
  • Data structure: Chained List
    Presentation and implementation of List data structure
  • Testing
    Hello, here is Switch. Today, we will introduce program testing. When we code, we make lots of fonctions witch have different impacts and can be broken for various reason (forgetting an assignment, wrong calcul, messed up pointers, global variables broken and so on). Those function are created to respect known objectives witch should be ensured by the methods. If we want to ensure our code respect the objectives, we need to test it. Test solutions At the beginning, you will be tempt to only relies on manual testing. You run your code until it works, adding debug points with logsContinue reading “Testing”
  • Memory Usage
    A quick article to describe memory management in programm.
  • Programmation Bases
    Introduces bases of programming through various languages and details common points between each and how to move from one to another.

en_US