₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,329,409 members, 8,440,457 topics. Date: Tuesday, 07 July 2026 at 05:29 AM

Toggle theme

Qtguru's Posts

Nairaland ForumQtguru's ProfileQtguru's Posts

1 2 3 4 5 6 7 8 ... 152 153 154 155 156 157 158 159 160 (of 204 pages)

ProgrammingRe: What's Your PC Specification? by qtguru(m): 7:39pm On Jan 04, 2022
Deicide:
Bspwm grin though I had to use my phone to ssh into my PC that why the screenshot is small.
This is amazing, just that Arch-Linux seems complex to me or is it straight forward, pls post the desktop when you have time, I want to see it. Awesome one bro
CrimeRe: Two Teenagers Caught Trying To Use 14-year-old Girl For Rituals In Bayelsa by qtguru(m): 5:34pm On Jan 04, 2022
they should hang the kids angry
ProgrammingRe: What's Your PC Specification? by qtguru(m): 5:29pm On Jan 04, 2022
Deicide:
Let's do it the Linux way
what tiling manager is this ? awesome bro this is slick
FamilyRe: Joro: "Ladies, If You Are Not A Millionaire Don't Think Of Marriage In 2022" by qtguru(m): 1:44pm On Jan 04, 2022
True because if you marry and have no plan, and the husband is not depenendable you will regret. Working couples find it easier to pull in funds together, it's rare to find a guy footing all the bill in this present age unless you are really blessed. But to each their own
ProgrammingRe: My Php Lib Was Nominated by qtguru(m): 10:06am On Jan 04, 2022
Iambro:
You might need to sign up to vote
The vote button is beneath the package lists

Thanks for supporting me
Thanks voted wishing you all the best, Hope others can support and vote too

ProgrammingRe: My Php Lib Was Nominated by qtguru(m): 12:24am On Jan 04, 2022
Please show us the vote button it's hard to tell if I have voted
ProgrammingRe: What Skills Can I Acquire? by qtguru(m): 9:02pm On Jan 03, 2022
abbenism001:
How long will it takes Graphic designer, UI/UX Designer?
It's dependent on the users, but it is faster than Coding
ProgrammingRe: What's Your PC Specification? by qtguru(m): 6:24pm On Jan 03, 2022
Indaboskikoboko:
How much bro?
250k then ish or more
CareerRe: What Do You Hate Most About Working From Home? by qtguru(m): 5:27pm On Jan 03, 2022
I love it, I hate the office
CrimeRe: Lady Sets Her Ex-Boyfriend Ablaze In Abia On His Traditional Marriage Day by qtguru(m): 10:48am On Jan 03, 2022
Men, he had no business going back to meet his ex, thinking with his second head.
ProgrammingRe: I Have Switched To Vim As My Primary Editor, You Should Too by qtguru(m): 10:23am On Jan 03, 2022
melodyogonna:
Video first, if you will grin

https://www.youtube.com/watch?v=wlR5gYd6um0

Many people have the mindset that Vim is old and makes development unnecessary hard grin grin it's quite the opposite actually; it's old yes, but no modern editor have matched it's unique method of code editing which is very very efficient once you understand it.

Many other people also believe it doesn't include the fancy bells and whistles of modern editors like auto-complete sad sad code linting n embarassed embarassed code formatting huh huh Code splitting :- cry cry. This are all lies grin grin like most editors, Vim doesn't have some of this features by default, u have to install the required language server.

And a lot of other people thinks Vim is hard to use, this one has some element of truth but it's not actually hard to use grin grin it is hard to start using, like how starting to learn programming is harder than actually programming.

Now, to why you should use it too? Using Vim actually feels like you're talking with the editor, like it actually works by taking commands from you and executing them grin grin you can command it to go up by 3 lines or right by 3 words; you ask it to change the words inside a quote, then repeat the command for every quoted word in your code, you can ask it to change a whole paragraph, or section. The interesting thing is you won't actually lift your mouse for this, infact your mouse is pretty useless when in Vim because it runs in the terminal, weird right? But not actually have to reach for your mouse every minute prevents you from having to break mental connection with your code and saves you a few milliseconds cool cool.

And every functionality can be customised to suit you or extended with a plug-in, it's a really, really nice editor.
What is the memory consumption like, Electron and VSCode wants to make me run mad and I use 16GB as ram imagine.
ProgrammingRe: Udemy Payment Crisis by qtguru(m): 10:16am On Jan 03, 2022
Djtm:
568 still seems fair. Barter charges like #20 over the black market rate
lol use my referral code
https://plumter.com/referral/dojovader
ProgrammingRe: Udemy Payment Crisis by qtguru(m): 3:29pm On Jan 02, 2022
Djtm:
What's their current rate?
Prob 568 or something sadly all rates will be black market
Christianity EtcRe: What are your three most important prayer points For 2022? by qtguru(m): 1:42pm On Jan 02, 2022
Peace of mind
Happiness
Joy
ProgrammingRe: Udemy Payment Crisis by qtguru(m): 11:29am On Jan 02, 2022
Aimwest:
Goodday Nairalanders, For more than a month now, I have been trying to get a course from Udemy which require payment before any access to the course material, All my payment methods have been declined plus all the cards have been using are visas/Mastercard,
Is there any alternative way to make the payment??
Use plumter, i use it to pay for PlayStation, Coursera and ThemeForest it works just the rate na issue
ProgrammingRe: Programming Section Junk And Trash by qtguru(op): 10:25pm On Jan 01, 2022
Bull098:
Lol, what a fuckboy with your junk grammar .
You know what, maybe I was wrong to have called people out personally.
ProgrammingRe: Please Help With This Javascript Code by qtguru(m): 10:24pm On Jan 01, 2022
this.age is not defined because it's defined in the function, when the function is called, age will be added to the property of the object. Hope that explains
ProgrammingRe: Programming Section Junk And Trash by qtguru(op): 10:19pm On Jan 01, 2022
Bull098:
Lol, what a fuckboy with your junk grammar .
Kindly post this in another section thank you
ProgrammingRe: My Journey Into React Native by qtguru(op): 11:21am On Jan 01, 2022
bularuz:
I see your point but react native also uses WebView to render some of its DOM though its faster.
False React Native uses Hermes Engine to translate JavaScript code to Native, WebView is a seperate component that can be used with React Native, Cordova is what is built on WebView, because I worked on a WebView with React Project recently and I could see how Cordova was built internally using the WebView. What you need to understand is Android consumes enough memory running your application , then WebView requires yet additional memory to load your webpages, and naturally the DOM is slow, you can see how why I say Cordova is an outdated Technology. Native will remain the best choice, whether we argue it or not, but Hybrid like React native and Flutter are the only cross development that makes sense currently.

Ionic is outdated.
Quasar is outdated
Anything Cordova is outdated

However Ionic has a React Native Project.

I want to ensure you have a proper understanding of the Mobile Dev climate

1 2 3 4 5 6 7 8 ... 152 153 154 155 156 157 158 159 160 (of 204 pages)