Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,153,495 members, 7,819,807 topics. Date: Tuesday, 07 May 2024 at 12:06 AM

Backend Development Is Actually Easier. - Programming (2) - Nairaland

Nairaland Forum / Science/Technology / Programming / Backend Development Is Actually Easier. (1432 Views)

Software Development Is Now An Oversaturated Field / Cheap Backend Development Course / I Need Help On Backend Development (2) (3) (4)

(1) (2) (Reply) (Go Down)

Re: Backend Development Is Actually Easier. by QuoteJustOnce: 5:24pm On Dec 23, 2022
akwesenana:

The straw dey draw sef.

I dont get you
Re: Backend Development Is Actually Easier. by QuoteJustOnce: 5:32pm On Dec 23, 2022
Sleekcode:


Frontend codes are regularly maintained more often than backend codes cheesy

My good friend, what makes a piece of code or codes require regular maintenance has nothing to do with whether its Fe or Be
It's in simple terms, the business requirements.
if you were asked to create a website to showcase the happenings in the just concluded world cup Qatar 2022, tell me how often would you need to go back and maintain that site after the world cup has ended?
How often do you need to maintain a personal portfolio? And for what reasons? update the project list or redesign the interface, what else?
How often do you need to maintain GTWorld Online banking? Common sense 101 is the first lecture dished at software engineering.
Re: Backend Development Is Actually Easier. by Sleekcode: 5:43pm On Dec 23, 2022
QuoteJustOnce:


Explain how and give one example.

Focusing on lost of revenue using say a website as an example.

*SEO:

A website with poor user experience and poor mobile first (Responsive design) can lead to bad search engines optimization when it comes to rankings thereby making that business loose organic traffic (Traffic = Money) in almost every website/App.


* Users don't care about your backend ... All they care about is what they see (Frontend)!

You can have the best backend design architecture on earth... Once your user interface is crap nobody will use your website/App only you would use it.


* People regard your business in higher prestige if the Frontend is artistically pleasing.

Imagine if an App like TikTok had the best backend design on earth but had a user interface of the 90s

No one would even download the app.


In terms of Mobile/Website development.... If your backend is dope and built well but have an ugly user interface or frontend... No one would use your service thereby making you zero income.



Frontend is what the users care about.

The user experience you give them is what will make them come back to your app/website.


An average user don't give a Damn about how you built your backend.... Thereby making the job of a Frontend guys much harder because the users will judge your business/service based on what they see and the experience they have whilst using it.
Re: Backend Development Is Actually Easier. by Sleekcode: 5:45pm On Dec 23, 2022
QuoteJustOnce:


My good friend, what makes a piece of code or codes require regular maintenance has nothing to do with whether its Fe or Be
It's in simple terms, the business requirements.
if you were asked to create a website to showcase the happenings in the just concluded world cup Qatar 2022, tell me how often would you need to go back and maintain that site after the world cup has ended?
How often do you need to maintain a personal portfolio? And for what reasons? update the project list or redesign the interface, what else?
How often do you need to maintain GTWorld Online banking? Common sense 101 is the first lecture dished at software engineering.


My good friend... You're looking at my point from a totally different angle.


WhatsApp/Facebook /Instagram and other giants role out updates from time to time improving the looks of their website/app because they know is what you and I care most about grin
Re: Backend Development Is Actually Easier. by Sleekcode: 5:50pm On Dec 23, 2022
QuoteJustOnce:


My good friend, what makes a piece of code or codes require regular maintenance has nothing to do with whether its Fe or Be
It's in simple terms, the business requirements.
if you were asked to create a website to showcase the happenings in the just concluded world cup Qatar 2022, tell me how often would you need to go back and maintain that site after the world cup has ended?
How often do you need to maintain a personal portfolio? And for what reasons? update the project list or redesign the interface, what else?
How often do you need to maintain GTWorld Online banking? Common sense 101 is the first lecture dished at software engineering.
This argument is poorly backed with weak points sir No offense.


Talking about industrial level app not portfolio website or wateva.


Some portfolio websites don't even require a backend.


Nothing concerns this talk with a World Cup like site.


Something like that you'd know is seasonal base and won't be relevant after the World Cup is over... so then what's the point going back to maintain it?


Talking about Apps we use everyday not a seasonal base project.
Re: Backend Development Is Actually Easier. by akwesenana: 5:53pm On Dec 23, 2022
QuoteJustOnce:


I dont get you
The straw he's trying to clutch on to.
Re: Backend Development Is Actually Easier. by Sleekcode: 5:56pm On Dec 23, 2022
QuoteJustOnce:


No need to fight, just let him understand. Without BE, FE are pretty much useless. Unless you're deploying a static website that just talks about your or your business and shows a phone number to call. No contact forms, no authentication whatsover.
Apply all the security to the FE( i wonder what security anyway lol grin grin) and then zero at the backend and you in for a world of pain. Because they tell you everyday at FE101, dont save critical ENVs at the FE that the code can be inspected and modified.
Take away all the security ( meh grin grin) from the FE and add security to the backend, and the app still stands gidigba.
Now add security to both and leave the cloud open (self-deployment), let my russian and chinese friends use your app do target practice grin grin grin
Once again, none is easier; just different risks (in order of magnitude, the FE being the lowest) and workloads attached to them.

This is 100% relative.


Without FE your backend builds are pretty much useless lol.

How would I use your app?


Like I should start chatting with your from the command line or sending you request from postman as a potential user of your app assuming your app is a social media app? grin
Re: Backend Development Is Actually Easier. by Sleekcode: 5:58pm On Dec 23, 2022
QuoteJustOnce:


No need to fight, just let him understand. Without BE, FE are pretty much useless. Unless you're deploying a static website that just talks about your or your business and shows a phone number to call. No contact forms, no authentication whatsover.
Apply all the security to the FE( i wonder what security anyway lol grin grin) and then zero at the backend and you in for a world of pain. Because they tell you everyday at FE101, dont save critical ENVs at the FE that the code can be inspected and modified.
Take away all the security ( meh grin grin) from the FE and add security to the backend, and the app still stands gidigba.
Now add security to both and leave the cloud open (self-deployment), let my russian and chinese friends use your app do target practice grin grin grin
Once again, [b]none is easier; [/b]just different risks (in order of magnitude, the FE being the lowest) and workloads attached to them.

Just saw this... we're basically saying the same thing lol.
I was just sick and tired of backend guys seeing themselves as gods lols.



Let me ask you personally and I hope you answer honesty.


How many times have you say share a code/middleware/ between your different projects?

You can basically copy and reuse same code very often in the backend.



Say you have a middleware that authenticates a user in App-A, You can 100% of the time use that same code in APP-B with just moderate changes.

Or say you have a middleware that stringifies user inputs in request... you can basically reuse that same piece of code between apps...


You can reuse lots of codes on the backend which will in turn make your job easier
Re: Backend Development Is Actually Easier. by QuoteJustOnce: 5:59pm On Dec 23, 2022
You typed a whole lot, i'm sorry but didnt make sense. i will reply with 3 lines.

1. User's dont care about BE, only what they see. Perhaps true! But when like that guy said, of what use is a beautiful FE without the Be? so who's gonna take the credit in this case? just add a little latency to the backend calls and see users dump this beautiful app; forgetting it's beautiful.

2. Stop being ignorant, before you update an app, read the changelog. There are mostly 3 digits to semver. Major, minor and patch.
If you look well its often patch and minor for a long time, before a major. A major is a complete overhaul that could hurt backwards compatibility. maybe new looks or new foundations. Go to playstore or appstore now and check for updates and read the changelogs, come back with the ratio of major to minor and major to patch. Ratio i said.

3. BeReal is shyte and looks shytty compared to Instagram and Tiktok, but they earned Appstore app of the year 2022. Google it if you ar ein doubt. But you said nobody downloads aesthetically unpleasing apps. So the millions of people who use it, use for the beauty? or the functionality?

Bonus point: You said "Without FE your backend builds are pretty much useless lol." but to that guy who told you Be involved more than APIs. Ever used SDKs and CLI. I use Netlify and AWS CLI every goddamn day and i tell you there's no frontend for it. CLIs dont have frontends. USSDs don't have frontends. Go look at Netlify CLI releases, you'll be damned, they update that sh!t every day i get tired of the update prompts.

I am done, you are a troll. But i hope you learnt a few things. Good evening.

1 Like

Re: Backend Development Is Actually Easier. by Sleekcode: 6:06pm On Dec 23, 2022
QuoteJustOnce:
You typed a whole lot, i'm sorry but didnt make sense. i will reply with 3 lines.

1. User's dont care about BE, only what they see. Perhaps true! But when like that guy said, of what use is a beautiful FE without the Be? so who's gonna take the credit in this case? just add a little latency to the backend calls and see users dump this beautiful app; forgetting it's beautiful.

2. Stop being ignorant, before you update an app, read the changelog. There are mostly 3 digits to semver. Major, minor and patch.
If you look well its often patch and minor for a long time, before a major. A major is a complete overhaul that could hurt backwards compatibility. maybe new looks or new foundations. Go to playstore or appstore now and check for updates and read the changelogs, come back with the ratio of major to minor and major to patch. Ratio i said.

3. BeReal is shyte and looks shytty compared to Instagram and Tiktok, but they earned Appstore app of the year 2022. Google it if you ar ein doubt. But you said nobody downloads aesthetically unpleasing apps. So the millions of people who use it, use for the beauty? or the functionality?

Bonus point: You said "Without FE your backend builds are pretty much useless lol." but to that guy who told you Be involved more than APIs. Ever used SDKs and CLI. I use Netlify and AWS CLI every goddamn day and i tell you there's no frontend for it. CLIs dont have frontends. USSDs don't have frontends. Go look at Netlify CLI releases, you'll be damned, they update that sh!t every day i get tired of the update prompts.

I am done, you are a troll. But i hope you learnt a few things. Good evening.


You said no insults and now you're the one throwing in the insults.


You've basically said nothing...
Nothing to learn from your pointless epistle.


Go sit and ask yourself why BeReal won app of the year.



Goodbye!
Re: Backend Development Is Actually Easier. by Arrayman: 10:12pm On Dec 23, 2022
Sleekcode:


They don come... simply defend your backend without insults.

You mean to tell me you don't apply

Logic
Algorithm
And security on the front end also?

Overrated?

I won't even be seeing this your nonsense comment if not for the frontend.

Your last point about cyber warfare is totally out of context and irrelevant.

Hacking and programming are totally different
grin
actually u cannot separate security from programming, if you leave vulnerabilities in your backend code, hackers can easily exploit it. So a backend engineer usually has a basic knowledge of server security to avoid such costly mistakes. Frontend only seems difficult because of the plethora of frameworks, if you just stick to one or two frameworks, u are better of.
Re: Backend Development Is Actually Easier. by Arrayman: 10:25pm On Dec 23, 2022
Sleekcode:


This is 100% relative.


Without FE your backend builds are pretty much useless lol.

How would I use your app?


Like I should start chatting with your from the command line or sending you request from postman as a potential user of your app assuming your app is a social media app? grin
not true, you can build a web service that exposes API's from your application
Re: Backend Development Is Actually Easier. by KrazyDave16(m): 12:24am On Dec 24, 2022
Look, both are challenging based on the job description but the backend got more to worry about and sometimes, their reputation is on the line too

API protocol (REST, SOAP or RPC?, exposed or hidden?). All to make sure we're keeping things secure so a bad actor does not access sensitive data.
Frontend worry? What framework to use which is - no offense - pathetic. You can stick to mastering one or two instead of trying to cram em all because one got a fancy and shorter way of doing something.

Good design pattern. After all, you gotta maintain your code right or you'd stick to dirty hacks and that's bad practice and unsafe.
Frontend don't really have this luxury, especially for those who jumped straight into learning a framework after skimming the surface of a language they learned.

Monitoring the server for irregular activities, it never, ever ends after deployment. You might be thinking "but backend devs handles security and stuff, why is there a need to monitor something that's already secure", well we do but not every package is secure.

As the packages used gets updated/patched, we gotta make changes too without any downtime (anyone familiar with web servers/DevOps knows what's up).

There are other stuff but I'd say not to take talks about how the backend is easy. We reuse code from different projects doesn't mean it is easy.

3 Likes

Re: Backend Development Is Actually Easier. by Sleekcode: 1:58am On Dec 24, 2022
KrazyDave16:
Look, both are challenging based on the job description but the backend got more to worry about and sometimes, their reputation is on the line too

API protocol (REST, SOAP or RPC?, exposed or hidden?). All to make sure we're keeping things secure so a bad actor does not access sensitive data.
Frontend worry? What framework to use which is - no offense - pathetic. You can stick to mastering one or two instead of trying to cram em all because one got a fancy and shorter way of doing something.

Good design pattern. After all, you gotta maintain your code right or you'd stick to dirty hacks and that's bad practice and unsafe.
Frontend don't really have this luxury, especially for those who jumped straight into learning a framework after skimming the surface of a language they learned.

Monitoring the server for irregular activities, it never, ever ends after deployment. You might be thinking "but backend devs handles security and stuff, why is there a need to monitor something that's already secure", well we do but not every package is secure.

As the packages used gets updated/patched, we gotta make changes too while making changes without any downtime (anyone familiar with web servers/DevOps knows what's up).

There are other stuff but I'd say not to take talks about how the backend is easy. We reuse code from different projects doesn't mean it is easy.

You made a lot of sense
Re: Backend Development Is Actually Easier. by tollyboy5(m): 2:26am On Dec 24, 2022
After watching some Kevin Powell videos, I was still learning CSS.
Frontend is not easy tho.

Embedded programming is the toughest and those into it don't make noise.
Re: Backend Development Is Actually Easier. by truthCoder: 7:52am On Dec 24, 2022
Sleekcode:


Just saw this... we're basically saying the same thing lol.
I was just sick and tired of backend guys seeing themselves as gods lols.



Let me ask you personally and I hope you answer honesty.


How many times have you say share a code/middleware/ between your different projects?

You can basically copy and reuse same code very often in the backend.



Say you have a middleware that authenticates a user in App-A, You can 100% of the time use that same code in APP-B with just moderate changes.

Or say you have a middleware that stringifies user inputs in request... you can basically reuse that same piece of code between apps...


You can reuse lots of codes on the backend which will in turn make your job easier

Says the person whose site I brought down in less than an hour.

Frontend babu
Backend babu
Opsec babu

Paper horse oshi
Re: Backend Development Is Actually Easier. by jbreezy: 9:26am On Dec 24, 2022
Even though both ain't easy, but I think frontend is more challenging though. When I started working as a backend engineer coming from a frontend background, I swear, I didn't want to go back to doing frontend because backend is just so straightforward, can't say the same for frontend. BE engineers brag about BE being logically draining, but trust me, there's no way you won't be using your logical reasoning too as a frontend engineer unless na landing page you dey build. I haven't even mentioned the dreadful CSS and the various technologies FE engineers have to learn just to be at the top of the game. Seriously, it shouldn't even be a debate.

3 Likes

Re: Backend Development Is Actually Easier. by Ahuitzotl: 1:12pm On Dec 24, 2022
truthCoder:


Says the person whose site I brought down in less than an hour.

Frontend babu
Backend babu
Opsec babu

Paper horse oshi
A very hopeless paper horse, gaskiya..
Re: Backend Development Is Actually Easier. by Sleekcode: 1:39pm On Dec 24, 2022
truthCoder:


Says the person whose site I brought down in less than an hour.

Frontend babu
Backend babu
Opsec babu

Paper horse oshi

Keep dreaming.

Posting fake screenshots won't help you.

Wannabe hacker. grin
Re: Backend Development Is Actually Easier. by Sleekcode: 1:40pm On Dec 24, 2022
Ahuitzotl:
A very hopeless paper horse, gaskiya..

Pig! grin
Re: Backend Development Is Actually Easier. by Sleekcode: 2:00pm On Dec 24, 2022
truthCoder:


Says the person whose site I brought down in less than an hour.

Frontend babu
Backend babu
Opsec babu

Paper horse oshi
grin
Mr Quack!

U claimed u hacked my website under one hour and went ahead to post fake screenshots when I was asleep u even said you'd turn the website into porn hub.


I dare u to carry out your threats and look me out of my own website or forever remain in your cave.
Re: Backend Development Is Actually Easier. by Sleekcode: 3:42pm On Dec 24, 2022
truthCoder:


Says the person whose site I brought down in less than an hour.

Frontend babu
Backend babu
Opsec babu

Paper horse oshi

I still the wait u ooo wannabe hacker.

U went to my portfolio site to get my names and pics as if they were private and decided to give yourself credit.

Portfolio website I've shared on this platform countless times
grin
Show me your big reveal Mr quack!!

Copy paste developer grin

Fake screennshots won't help u now i'm awake.

Re: Backend Development Is Actually Easier. by truthCoder2: 5:40pm On Dec 24, 2022
Sleekcode:


I still the wait u ooo wannabe hacker.

U went to my portfolio site to get my names and pics as if they were private and decided to give yourself credit.

Portfolio website I've shared on this platform countless times
grin
Show me your big reveal Mr quack!!

Copy paste developer grin

Fake screennshots won't help u now i'm awake.

I know you are a bad coder. I never knew you were a dishonest individual.

But dont worry, i gat you.

I cloned your repo and would be doing more to you soon.

Let me clean your mess first
Re: Backend Development Is Actually Easier. by Sleekcode: 5:44pm On Dec 24, 2022
truthCoder2:


I know you are a bad coder. I never knew you were a dishonest individual.

But dont worry, i gat you.

I cloned your repo

and would be doing more to you soon.

Let me clean your mess first

Its public... any copy paste loving Dev is totally free to copy
Re: Backend Development Is Actually Easier. by truthCoder2: 5:46pm On Dec 24, 2022
Sleekcode:


Its public... any copy paste loving Dev is totally free to copy

It was public with your .env files before someone showed you how to make a repo private.

Dont worry..I am exposing the fraud that you are soon....Receipts dey.

Sebi you said i didnt bring down the site?

You seem to have forgotten that it was down for around 5 hours and people saw it down.

Well, since you said i didnt hack your site, i would be sharing explicit details and your crappy codes soon.

dont rush

1 Like

Re: Backend Development Is Actually Easier. by Sleekcode: 5:48pm On Dec 24, 2022
truthCoder2:


It was public with your .env files before someone showed you how to make a repo private.

Dont worry..I am exposing the fraud that you are soon....Receipts dey.

Sebi you said i didnt bring down the site?

You seem to have forgotten that it was down for around 5 hours and people saw it down.

Well, since you said i didnt hack your site, i would be sharing explicit details and your crappy codes soon.

dont rush


Oga bring down the website and stop typing long nonsense....


Don't post fake screenshots here lol.


I left my .env file there out of laziness lols.... GitHub even notified me when those codes were committed... didn't even bother because I was using sanity for backend and CMS temporarily how does that even equate to u hacking my website?


Do u know the meaning of a HACK?


you should have full control of my website and lock me out u.
Re: Backend Development Is Actually Easier. by truthCoder2: 5:54pm On Dec 24, 2022
Sleekcode:

grin
Mr Quack!

U claimed u hacked my website under one hour and went ahead to post fake screenshots when I was asleep u even said you'd turn the website into porn hub.


I dare u to carry out your threats and look me out of my own website or forever remain in your cave.



A very dishonest individual.

I brought his site down for 5 hours and this was verified here on Nairaland.

He commits .env files to github.

I cloned his repo before he got someone smart enough to help him change his API keys and restore the site.

I would be doing a full expose with receipts from his codes soon.

Apart from the fact that he is a very poorly skilled noob (just learning react o), he is also a dishonest individual.

Instead of him to own up as a man and accept that he goofed with his site's security, he is banking on telling lies.
Re: Backend Development Is Actually Easier. by Sleekcode: 5:58pm On Dec 24, 2022
truthCoder2:


A very dishonest individual.

I brought his site down for 5 hours and this was verified here on Nairaland.

He commits .env files to github.

I cloned his repo before he got someone smart enough to help him change his API keys and restore the site.

I would be doing a full expose with receipts from his codes soon.

Apart from the fact that he is a very poorly skilled noob (just learning react o), he is also a dishonest individual.

Instead of him to own up as a man and accept that he goofed with his site's security, he is banking on telling lies.

Please shut up and bring the website down u dumbo.


Got someone smart enough to change my API keys?


Who created the keys in the first place?

So that's your big Hack?


Getting API keys from public repos lol


Clown

Quack!
Re: Backend Development Is Actually Easier. by truthCoder2: 5:59pm On Dec 24, 2022
Sleekcode:


Please shut up and bring the website down u dumbo.


Got someone smart enough to change my API keys?


Who created the keys in the first place?

So that's your big Hack?


Getting API keys from public repos lol


Clown

Quack!

calm down....your thread is coming up now...sha wait

Would be sharing your codes for everyone to judge

(1) (2) (Reply)

Who Wants To Make A 3D Game? / The Computer And The Internet / Someone Fluent In Both Python And MATLAB Needed

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 85
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.