₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,329,553 members, 8,441,178 topics. Date: Wednesday, 08 July 2026 at 07:41 AM

Toggle theme

Qtguru's Posts

Nairaland ForumQtguru's ProfileQtguru's Posts

1 2 3 4 5 6 7 8 ... 186 187 188 189 190 191 192 193 194 (of 204 pages)

HealthRe: Somebody Help. I Have Been Disfigured by qtguru(m): 6:58pm On May 02, 2021
samwriter:
I fought with one thug guy that normally insult my mother. I was beating really bad. he use iron to hit me on my face and my face is swollen. I have been pressing it since morning the face is still swollen. Is there any drug I can take to return my face to normal and how can I fight like a thug somebody help because I need to revenge
Be like say na only u get all the problems for this world, your topics are filled with the need for help
RomanceRe: Why Some Naija Girls Don't Like Cooking (pictures) by qtguru(m): 6:55pm On May 02, 2021
marvelck:
I've noticed a lot of Naija girls can cook but they just don't like cooking...

Some of them find cooking so stressful and as a result prefer eating out or buying from mamaput most times

And some of them do this in order to avoid being turned into a cook by their boyfriend...

There was even a time a lady I know, bought suya with pancake to eat as dinner. She said she was too tired to cook. Just imagine?
Cooking is stressful my brother, as long as she is not married, it makes sense esp if she earns alot and works alot. Unless you are talking about village women.
ProgrammingRe: Reading Other People's Codes/github Open Repo Projects by qtguru(m): 6:52pm On May 02, 2021
peterincredible:
Hi all so lately since late Febuary I developed the habit of cloning GitHub repos and studying them honestly speaking it was war cause I was lost, it was as if I am in the middle of the ocean i don't even know where to start.
I thought reading other people's code is like reading story books but I was wrong then I went to YouTube and watched some videos about reading other people's code and I learnt a thing or two about it then I went back to the cloned repos I downloaded to my PC and I started reading it again at first it was overwhelming but after some time it became easier and I got to understand the code better but what I noticed about my skill set is something else
First I notice that I was exposed to a variety of idioms(methods,variables and globals variables) in the language the codes was written(PHP)
Secondly I noticed mad design patterns and method of organising codes that I have Neva seen in those YouTube tutorials I have ever watched
Thirdly I notice that my learning rate sky rocketed in the new programming language I am learning(PHP)
Fourthly I noticed that I always wanted to write cleaner codes like the once I read
And lastly I am not scared reading codes that am not familiar with all I have to do is open documentation down on my browser

Sincerely speaking I thought I knew JavaScript pretty well but the moment I opened react js source code I was blown away by the way the people who wrote the code writes codes in fact they write in another level beyond what I imagined and I was humbled because I found out that there were many things in JavaScript that I don't even know existed.
I found out that most of the tutorial projects u see on YouTube are easy projects and if you want something challenging or if you are working on a project and you hit a stumbling block and you have searched on YouTube and you haven't seen any working tutorial about it that solved that problem just visit GitHub and search for it I am very sure you will see a projectssss of other people who have implemented it or solved that same problem in their project and all you have to do is clone it and study it and then implement it in your own code chikina.

So I want use this opportunity to ask other programmers here on nairaland to write about their opinion about reading other people's code and how it affected their programming journey and skill set and also tips on how to study other people's code better I hope you all contribute to this thread and the mod should pls push this post to front page I expecting your comments gracias
Yeah true, because you need to understand what you are using incase serious bugs occurs.
ProgrammingRe: NL Weeking Meeting: Encouraging The Need For Community by qtguru(op): 6:14pm On May 02, 2021
Lukman1700:
How do I get an invite to join your slack group
By clicking the link you quoted
ProgrammingRe: My Portfolio Projects by qtguru(m): 9:31pm On May 01, 2021
Rgade:
For toggling the className; would that require some JS?
Hell yeah it does
RomanceRe: My So Called Friends Always Betraying Me by qtguru(m): 8:53pm On Apr 30, 2021
I had a friend bad mouth me to a babe, the moment i found out, I cut him off, I do not know how to pretend I grew up with old men and street boys, for you to be my friend it is impossible for you to go against me like that and once you do, you don pick side be that.
RomanceRe: My So Called Friends Always Betraying Me by qtguru(m): 8:41pm On Apr 30, 2021
Emu4u2c:
Hello Everyone.

This is my first ever topic on this session.


I'm a bit confused on something I need clarification on.

I used to belong to these group of friends but I noticed a full blown betrayal spirit among them.


Anytime I bring a lady around them with the intention of dating ,they always try to woo the lady so they can sleep with the lady.


They have tried it with different of the girls I bring around.
Most of the girls fall for them and I have to end the relationship with the girl while I continue friendship with my friends

Two of the girls reject them outrightly while warning me against the type of friends they are.

On 2 occasions I have had to blow up with my so called friends on why they keep betraying me but they claim the girls are trying to manipulate me .


This is the tactics they use:They spoil my image before the girls ,some of the girls end up leaving me for them but they don't keep the girls after having their way.

Now I don't bring girls around them, they have changed the narrative about me not having a girlfriend but I know better than to bring my girls around betrayals.


But why are some guys like that
You are the sucker, I don't put snakes in my circle. It's women that do that, As a man and being a friend, if you cannot uphold integrity and have some ethics, then we can never hang.
RomanceRe: As A Man, If You get married; you're a loser. by qtguru(m): 8:32pm On Apr 30, 2021
It's only on this forum that being married and responsible is simping, normal people do not think that way.
RomanceRe: As A Man, If You get married; you're a loser. by qtguru(m): 8:30pm On Apr 30, 2021
360clips:
if you wanna marry, go ahead! I'm just speaking my mind.
Guy you will still marry , we know you guys are bitter about women, don't worry employment life is when you can hold all the cards if you are serious in life, for now just take the Ls and Hustle hard lol
ProgrammingRe: My Portfolio Projects by qtguru(m): 1:25pm On Apr 30, 2021
SageX1444:
Thank you boss.

I meant something like the Three horizontal lines at the top left of picture 1 that when you tap it, it drag in other options like in picture 2.
Sorry read it wrong,

you target that element with some CSS Animation and Transitions and have 2 css class for different state one of closed and for open and each state should have width as values to represent both closed and open, and toggle the change of classname, the CSS Animation will handle the rest.

Then just make that sidebar pane fixed and 100vh to occupy height and that's it. Those days we'd use JS to do all these but now CSS Transitions has saved us a lot
ProgrammingRe: My Portfolio Projects by qtguru(m): 1:11pm On Apr 30, 2021
SageX1444:
Baba K, good afternoon. I've been thinking, what's the actual line that's used to create this sort of open and close "MENU" in this screenshot.

CC
Qtguru.
Karleb.
Options

1. 3 SVG for a straight line
2. SVG code with the whole code
3. 3 Divs with Flex column and border bottom with solid and pixel

That's the top of my head I can think of
RomanceRe: As A Man, If You get married; you're a loser. by qtguru(m): 12:59pm On Apr 30, 2021
360clips:
Married men are big sore losers! And I keep saying this! Marriage is for weak fvucking men that are so desperate for sex with a particular woman. What this men don't know is they're allowing women to be able to eat their cake and have it! Annoy thing is most of the women that get married to this losers don't even need them, they just marry them out of pity cus they see the financial benefits that come with it and so they play along. If I marry , let me die! angry
Companionship starts to seem more meaningful the older you grow, I don't think alot of us can be alone and should be alone. There is much gain from a happy union where there is respect and understanding. You can call it simping or what you want, The way I was brought up, it is a responsible role I must fit in, you can decide to live alone , but I believe you will be much fulfilled with a family. We are all going to die anyway so better make your stay on Earth as meaningful as anything.

Also why is Marriage simping, that makes no sense at all
ProgrammingRe: Working Long Hours by qtguru(m): 8:29am On Apr 29, 2021
Quietpain:
I'm about productivity though I feel I need to stretch my learning hours a bit as I'm not satisfied with going 2 hours and losing interest after that period. I'm trying to stretch myself though.
And maybe I haven't been using the right approach and I'm not patient enough cos' I usually Google 'how long' to master a particular skill and get overwhelmed by the feedbacks.
Lastly, I'll experiment with the resting and coming back technique.
Thanks boss
I mean it depends, my motivation is simple, I like Good life, to live good life I must earn well, to earn well I must have a good job, to have a good job, I must be technically skilled, to be technically skilled I must work long hours. I like writing code, but as long as money is involved, and the money makes sense, the motivation will come.

Play Good music: Lo-fi, something relaxing

then Passion too plays a factor.
ProgrammingRe: Please Advice Me Please On Laptop For Programming by qtguru(m): 7:56am On Apr 29, 2021
Frontend Development => i5 , Minimum of 8gb ram
Backend Development => i5, 8gb ram
Mobile Development -> i5 - i7, 16gb ram or more , SSD
3D / Game Development -> i7, 32GB Nvidia or AMD ( Vulkan Enabled)

Frontend/Backend w/ Docker instance => i5, 16gb ram

Most of your memory will be consumed by Electron

so for more buck for your ram:

Electron Alternative
VSCode => Sublime Text with LSP
Slack App => Slack Browser

or Switch Linux and save lot of memory also

Just exposing your options
ProgrammingRe: NL Weeking Meeting: Encouraging The Need For Community by qtguru(op): 7:50am On Apr 29, 2021
https://join.slack.com/t/koding-school/shared_invite/zt-pldhh1hy-KsgUAsaaQi5sM_Nv0FioaA

This is the Open Slack Group, we discussed we will be using to encourage each other,

Note: I know there are some of you who like to troll, argue and insult or create multiple fake accounts, This is a serious and professional setting, it can be all fun and games on NL, but there has to be cordiality and civility.

Join the Slack Group
ProgrammingRe: Check Out My Github Repo by qtguru(m): 7:31am On Apr 29, 2021
AdolphBrian:
Hello Nairalanders, I just created a GitHub repository @ https://github.com/Adophilus/py-dictionary

I wish for you guys to review it (and also to make some connections through it). Let me know what you think about the repository.
PS: I'm well prepared to feel the burn

+2347016719765 WA & Telegram
Great job
PhonesRe: Xiaomi Poco X3 Pro Unboxing And First Impressions + Price (photos) by qtguru(m): 11:09pm On Apr 28, 2021
Donvic4u:
Snapdragon 860 for 95k? shocked shocked shocked
Like , I don't mind selling this RedMi and getting that
ProgrammingRe: NL Weeking Meeting: Encouraging The Need For Community by qtguru(op): 10:27pm On Apr 28, 2021
Thanks all I enjoyed the meeting
ProgrammingRe: The Travails Of Junior Developers by qtguru(m): 8:11pm On Apr 28, 2021
The meetings is on
https://meet.google.com/nmq-xyhr-sjh
@tensazangetsu20
ProgrammingRe: NL Weeking Meeting: Encouraging The Need For Community by qtguru(op): 8:03pm On Apr 28, 2021
ProgrammingRe: NL Weeking Meeting: Encouraging The Need For Community by qtguru(op): 7:41pm On Apr 28, 2021
Excel70:
Please can you post the link again
If I post a real link the spambot will ban me if mobile tap the content and do web search
ProgrammingRe: NL Weeking Meeting: Encouraging The Need For Community by qtguru(op):
ProgrammingRe: NL Weeking Meeting: Encouraging The Need For Community by qtguru(op): 5:44pm On Apr 28, 2021
Karleb:
huh
I will post the link 30mins before 8:00pm
ProgrammingRe: Remote Work: Your Experiences As A Remote Worker by qtguru(m): 3:22pm On Apr 28, 2021
udemzeus:
react native is the best, it uses JavaScript, flutter uses dart, a serprerate programming language.



learn react native
Yeah if you know JS then RN, what we want to build fluid animation is a must. So not knocking RN but not for me
ProgrammingRe: Remote Work: Your Experiences As A Remote Worker by qtguru(m): 8:08pm On Apr 27, 2021
Nana264:
Why don't you like ReactNative?
Read the Airbnb React to Native article, I encountered the same issue when i tried to pick RN, I realized that using Native to render UI from JavaScript is slow especially when you are now dealing with Animation, then the level of abstraction is crazy that if a code broke, I would have no idea where to start from, Native or React code. But Flutter writes directly to pixel, meaning Flutter render any UI on any OS regardless, and with Flutter you have access to Skia, so you can do some crazy UI. To me, RN apps are nice but slow compared to Flutter/Native and Flutter is not bad also.

https://medium.com/reflectly-engineering/reflectly-from-react-native-to-flutter-2e3dffced2ea

Personally it makes no sense to write RN unless you want to cashout or take alot of jobs. Flutter is more easier to write and the speed is amazing
ProgrammingRe: NL Weeking Meeting: Encouraging The Need For Community by qtguru(op): 7:30pm On Apr 27, 2021
The5DME:
karleb said we should continue the "travails of a junior developer" discussion.
ok
ProgrammingRe: NL Weeking Meeting: Encouraging The Need For Community by qtguru(op): 7:02pm On Apr 27, 2021
Nobody has reached to me for a topic
ProgrammingRe: NL Weeking Meeting: Encouraging The Need For Community by qtguru(op): 12:45pm On Apr 27, 2021
So I will create the time tomorrow. What time format works

5:00pm, 6:00pm or 8:00pm ?

1 2 3 4 5 6 7 8 ... 186 187 188 189 190 191 192 193 194 (of 204 pages)