Fullstack from my point of view

Issam Ben Mansour
2 min readSep 1, 2020

Hello everyone,

how have you been these last weeks? Today I will speak to you about fullstack. No need to be upset, it is actually a great topic. Naturally I can’t just talk to you about rainbows and unicorns everytime we virtually meet. As a software developer, I sometimes need to talk about technical stuff.

So let’s begin : Fullstack is basically the concept of including in your program two main components. The first is FrontEnd and the second is BackEnd.

Well, in my experience fullstack gives you the liberty of designing an app or a website from scratch. It might be daunting at first, but once you get the hang of it, it becomes a fun activity.

Ok, now I mentioned two words that you might not know ( FrontEnd and BackEnd), so let me break this down to you.

FrontEnd in a Website or an App is what you see, what you use and what appears to you in general.

BackEnd on the other hand, is the stuff that happens behind the scenes, the connexion between the different parts of the code (program).

One thing is also important in the whole design, is the presence of a server and a database. The server is where your requests are handeld or better said requested, and the database is, as the name suggests, where all data are stored.

So after this, you won’t know how to program these things, but you might have a general idea about these concepts.

Finally, my opinion is very simple: FullStack is a concept, so as any other concept it should be studied and fully understood.

See you soon,

bye bye

--

--