Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Thomas Magane

Thomas Magane

Thomas Magane has asked 2 questions and find answers to 0 problems.

Stats

10
EtPoint
0
Vote count
2
questions
0
answers

About

Hello there, my name is Thomas Magane &.

I'm a (self-taught) (Web) Software Developer with a love for code. I originally started learning to code from 2020, early. From there I've come to learn about HTML, CSS & JavaScript which are my main technologies of use including Node.js (for back-end logic).

Furthermore, I wouldn't considering myself the master one since I'm usually curious about how things work under the hood ranging from JavaScript's prototypal enheritence to how the virtual dom works as well as, no matter how little, tinkering with design patterns.

For to describe coding/web development in two words: Beautiful Enigma

const http = require('http');

http.creatServer((req, res) => {
  res.end('<h1>Hello World :)<h1>');
}).listen(PORT || 3001, () => console.log('Application running on ' + (PORT || 3001)))

Thomas Magane questions

Thomas Magane answers