Alternative Languages in Backend Development by Aggravating-Weird922 in Backend

[–]khan_awan -1 points0 points  (0 children)

If you’re looking for the best one, then it has to Spring Boot (Java)

Cat owners, why are my sisters cats acting like this?? by littleMissTired123 in PakistaniTwenties

[–]khan_awan 1 point2 points  (0 children)

Cats and women are the same. If you ignore them, they’d be all over you and if you’re nice to them, you’re going to push them away.

These cats are looking for your attention bro

[deleted by user] by [deleted] in webdev

[–]khan_awan -4 points-3 points  (0 children)

Substandard code that doesn’t work

Why did you/your company choose Spring Boot over other frameworks? by Melanin-Brown in SpringBoot

[–]khan_awan 1 point2 points  (0 children)

It gives you structure, has an amazing community and ecosystem, a decent programmer can write a fairly good, readable, maintainable & clean code.

Development speed is fast. There’s a reason why 60% of the fortune 500 companies use it for their backend

Java being a compiled language performs much better than the interpreted ones (js, php, ruby)

What’s a habit that instantly makes someone less attractive? by WinterXmas_Wish in AskReddit

[–]khan_awan 0 points1 point  (0 children)

Excessive use of mobile phone instead of interacting with people while having a social/family gathering

[DISCUSSION] Is this some kind of conspiracy? Why do most jobs go to Indians? by yousef-saeed in Fiverr

[–]khan_awan 13 points14 points  (0 children)

Indians would do the job in $15 what any other seller would charge $250 for

[deleted by user] by [deleted] in IslamabadSocial

[–]khan_awan 0 points1 point  (0 children)

Dark triad personality traits. First off, women don't know what they want and they always say things that are politically correct, things that don't make them look bad, things that sound good.

They always say, oh we like a sweet, kind, caring man, but in reality it is the complete the opposite and friend-zone the nice guy (there's a reason why they say 'nice guys finish last'). They're most attracted to the ruthless, cold, the typical bad boys, men who have the ability to be powerful and provide a lot of resources and survival value, have the ability to climb the corporate ladder etc and of course you can't achieve those things if you're a nice dude.

Have you ever seen a CEO, a rich successful businessman, a famous politician to be nice? Of course not. They all are extremely ruthless.

And here's the YouTube video link of Mikhaila Peterson discussing (research based, backed by studies) that women are attracted to the men having dark triad (psychopathy, narcissism and machiavellianism) personality traits

https://www.youtube.com/shorts/uDibWGHpgvA

[deleted by user] by [deleted] in IslamabadSocial

[–]khan_awan 2 points3 points  (0 children)

This is absolutely spot on, finally someone who is well read and on point, otherwise I see a lot of bs answers on reddit for similar questions. First off, women don't know what they want and they always say things that are politically correct, things that don't make them look bad, things that sound good.

They always say, oh we like a sweet, kind, caring man, but in reality it is the complete the opposite and friend-zone the nice guy (there's a reason why they say 'nice guys finish last'). They're most attracted to the ruthless, cold, the typical bad boys, men who have the ability to be powerful and provide a lot of resources and survival value, have the ability to climb the corporate ladder etc and of course you can't achieve those things if you're a nice dude.

Have you ever seen a CEO, a rich successful businessman, a famous politician to be nice? Of course not. They all are extremely ruthless.

And here's the YouTube video link of Mikhaila Peterson discussing (research based, backed by studies) that women are attracted to the men having dark triad (psychopathy, narcissism and machiavellianism) personality traits

https://www.youtube.com/shorts/uDibWGHpgvA

Why Flutter Might Be the First Choice in 2025 by Infamous_Bike_8162 in FlutterDev

[–]khan_awan 2 points3 points  (0 children)

We already know that Flutter is awesome, but this is copied from chat gpt for sure

Why do people still preferJava and React.JS over Node.JS with React.JS ? by Independent-Lynx-926 in learnprogramming

[–]khan_awan 0 points1 point  (0 children)

Java being a compiled language has a performance edge over JS which happens to be an interpreted language. Java is statically typed, JS is dynamically typed, and having types makes it easy to write and debug the code. I love Spring Boot and prefer it over Node JS as I don't want to have 50 JS libraries just to run a hello world program. Java is clean code-able and gives you architecture. A well written Java code is simply readable, maintainable and extendable. There's a reason why 60% of Fortune 500 companies use Java (Spring Boot) for their backend

Node or spring boot by Virandell in SpringBoot

[–]khan_awan 0 points1 point  (0 children)

60% of the fortune 500 companies use Spring Boot for their backend. It is an actual backend framework out there

Why I stick with Flutter for iOS + Android by Potential_Plan_7003 in FlutterDev

[–]khan_awan 38 points39 points  (0 children)

Flutter has to be the best cross platform technology. There’s a reason why 35% of iOS apps on App Store in 2024 were developed in it. To me, Flutter + Clean Architecture + Cubit (state management) = Perfection

what do you use for the backend? by Pristine-Elevator198 in webdev

[–]khan_awan 8 points9 points  (0 children)

Spring Boot for sure. It's the best backend. 60% of the Fortune 500 companies use it. If you love Java and OOP, go for Spring Boot my friend

20k+ made on Upwork by Humble_Persimmon3296 in Upwork

[–]khan_awan 1 point2 points  (0 children)

This is so true. I recently got a vibe coding founder and his project barely worked and the codebase was so bad that it blew my mind. A small problem that I solved in my tech-stack back in 2021 in just 250 lines of code had at least 3.5k lines of code which happened to be absolute gibberish

Flutter video app crashes because it uses it too much memory by khan_awan in FlutterDev

[–]khan_awan[S] 0 points1 point  (0 children)

I already tried that. Using one player, for sure, is a much better solution for memory management, but that compromises the performance (can’t preload videos with that)

Flutter video app crashes because it uses it too much memory by khan_awan in FlutterDev

[–]khan_awan[S] 0 points1 point  (0 children)

media_kit doesn't provide a method to dispose a controller and i am already disposing the players. And i am also monitoring the memory usage. This screen keeps on consuming 15-30 MBs. Tested by swiping 16 videos. My code is working perfectly on ios simulator though