₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,329,136 members, 8,439,028 topics. Date: Saturday, 04 July 2026 at 11:59 AM

Toggle theme

Qtguru's Posts

Nairaland ForumQtguru's ProfileQtguru's Posts

1 2 3 4 5 6 7 8 ... 56 57 58 59 60 61 62 63 64 (of 204 pages)

RomanceRe: Quick Ejaculation ( I Am About To Lose My Relationship by qtguru(m): 1:03pm On Jun 08, 2023
SenatePresdo:
Anytime you want to have sex with her, go to the bathroom and masturbate. Then after 10 mins you start with her.

Avoid taking drugs oh, make drug induced heart attack no go kill you ontop woman.
Lol I did that before, surprised it worked didn't want no Ls
RomanceRe: Quick Ejaculation ( I Am About To Lose My Relationship by qtguru(m): 1:01pm On Jun 08, 2023
Jayzx:
Hello guys I don't want to bore you with long stories. I need advice and solution. I do erect when I am with my partner but release everything in minutes even before entering the place. She has been complaining about this recently I do my best to ensure long erection. I have done some medical test which comes clean.
I will be in the comment session for solution, advice and recommendations
Note: I get erect very fast but with little romance I release before even entering the place
Do you workout ?

Sugar consumption ?

Fruits ?

Cardio ?

Do this , exercise helps alot too
ProgrammingRe: First Chrome Extension (project Based Learning) by qtguru(m): 10:18pm On Jun 07, 2023
Maxxim:
I Started learning too some days ago after seeing one of my boss post about it as a means of freelancing and I would like it if this thread gets really invested in as my Bosses have already been doing.
My question is can we agree that an extension is also a website on its own cos I believe it also uses most frontend languages and the manifest.json for it's purpose.
It's a website technically. The popup is html+css
ProgrammingRe: First Chrome Extension (project Based Learning) by qtguru(m): 9:23pm On Jun 07, 2023
niel63:
This is very insightful, but I hope you know the term "background worker has been renamed/changed to service worker in the new manifest (This means that, you don really tey for this chrome extension journey... moving forward, they are dropping support for other versions.)" but then, i'd like to know the limitation of the content script. On a very basic level, I understand the content script responds to web urls/path to which you want it to work on... right?

Does this mean that using the content script is a better approach to developing really complex chrome extensions? Especially when you need to communicate with API? and of course, working with node modules.


I started out with Vanilla JS just to get the concept of it all, but I will eventually switch to svelte or react. Me just wan know the real koko first.
ContentScript only has access to the DOM, but to call API, you can send the URL via sendMessage to the Service worker, fetch the response, and then use chrome.tabs to send it back to ContentScript. I am working on fixing the Svelte Devtool chrome extension, the original author abandoned it, so incase anyone is looking to work on something chrome extension related.

yeah but vanilla is good for now, take care
FamilyRe: Leaving A Marriage Because He's Not Taking Responsibilities, Make Me Bad? by qtguru(m): 5:51pm On Jun 07, 2023
Occurred to me we have lazy men on NL, some of your views are strange.

So make husband dey sleep morning to night doing nothing ?

Chai
ProgrammingRe: First Chrome Extension (project Based Learning) by qtguru(m): 5:31pm On Jun 07, 2023
Take this code it's built in React/TypeScript and Redux for Chrome extension, cjchika and I wrote it for a client, but it's not a big deal to share
githubDOTcom/dojoVader/chrome-extension-development/tree/main/CSV_Reader
ProgrammingRe: First Chrome Extension (project Based Learning) by qtguru(m): 5:29pm On Jun 07, 2023
niel63:
Exactly my intention and I hope to learn more from you.

The chrome architecture seem quite simple but not all straightforward.
With the new v3 manifest and it's APIs

I want to really understand how to use node modules with the service worker. As we know chrome extensions SW isn't as it's web counterpart.

Let say in a situation where someone is bundling out a very complex extension.
Let me share some info here

ContentScript is injected into the host page, it can modify the host page's DOM but cannot modify the code and is also subjected to CORS issues. It can call some chrome.api sendMessage etc

Popup is the main extension you see on the toolbar, CORS does not apply to it, and it can call much more chrome.api than ContentScript

Background Worker has no DOM in it, but it has full access to all the chrome.api

Message Passing => This allows cross-communication between contentScript => Popup or Background Worker. e.g ContentScript cannot use the Notification or Tab API, so you need to sendMessage to Background Worker to call chrome.apis

Background workers has no concept of DOM, so depending on what you want to do, running node_modules in the background worker might be a bad idea, since it has no document object in it.

You can use React to create a Web extension and bundle the code in ContentScript and Popup. Background worker is only for request or chrome.api so it can simply listen to chrome.runtime.sendMessage event and trigger the code based on the event type


I hope that makes sense.
ProgrammingRe: First Chrome Extension (project Based Learning) by qtguru(m): 3:59pm On Jun 07, 2023
LikeAking:
What's the ext about?
ChatGPT Integration
ProgrammingRe: The Journey by qtguru(m): 1:54pm On Jun 07, 2023
Anonymous6o6:
I got another offer this afternoon with a foreign company where someone referred me. The reason I still post here is to inspire developers out there.

I also wanted to note out something, some people would probably say I'm lucky because of my gender. Gender has nothing to do with this. Or maybe it does but not entirely.

The two companies I write for, I had to apply and show them samples of my work before receiving a response.

The Frontend developer job I got, I had to show them projects NOT list out I can do this, I can do that, no one is buying that.

The fourth job is from a mobile gaming company, the person referred me because I showed him my zeal to work and passion to learn from others.

Meanwhile, I intend to write an article title "Introduction To Technical Writing". It will explain the steps and process in getting into Technical Writing. I will also include materials and links to Technical Writing for free and where to apply for Technical Writing jobs. Since I have a lot on my hands, I will to post it between this week and next week.
Thank you for this, I always say this on NL, there's gigs as long as you're willingly to work.
ProgrammingRe: The Journey by qtguru(m): 12:57pm On Jun 07, 2023
I'll try this Technical writing, lovely thread.
ProgrammingRe: First Chrome Extension (project Based Learning) by qtguru(m): 10:46am On Jun 07, 2023
Glad to see this, I will follow this thread so I can throw some Chrome extension contributions.

But at least you know the Chrome extension architecture.

great job regardless.
ProgrammingRe: The Journey by qtguru(m): 10:44am On Jun 07, 2023
Anonymous6o6:
I'm not sure of the requirements to get an account with them. But can't I link the wise account to Paystack?
I have never tried it, but ask them if you can supply a US ACH Account and if that works, chances is they will say yes, since it's charges very little fee.
ProgrammingRe: The Journey by qtguru(m): 10:28am On Jun 07, 2023
Anonymous6o6:
Oh thanks.
Can Iink it to Paystack or Payoneer? Because the company said they can only pay me through the following means: Paystack, PayPal, Stripe, American bank.
US ACH is American Bank Account

ProgrammingRe: The Journey by qtguru(m): 10:16am On Jun 07, 2023
Paystack:
The method qtguru posted seems to be the best


But don't ever change your Fx using official rate


You'd lose 40% or thereabout
You work at Paystack ?
ProgrammingRe: The Journey by qtguru(m): 10:16am On Jun 07, 2023
Anonymous6o6:
WiseCoin or the other one?
Transfer Wise now known as wise
ProgrammingRe: The Journey by qtguru(m): 10:11am On Jun 07, 2023
Anonymous6o6:
Boss what is the exchange rate for $1 using Either of them? Is it #460?

ProgrammingRe: The Journey by qtguru(m): 9:50am On Jun 07, 2023
Anonymous6o6:
Good Morning Developers and Tech people.

I have a little gist. So I finished the two project applications I was building. Mehn... It felt really good getting paid. I learnt a valuable lesson before getting paid.

Well I was initially given half of the payment before I started but I was careless in my spendings so it finished real quick. I was honestly frustrated and had to borrow from others to survive.

Well after getting payment for completion of both projects, I paid my debts, bought a lot of food stuff. Before then I use to eat out (one of the source of my careless spending). I bought food stuffs, shared with my younger sis in school.

Since then I was managing myself but you know the truth, the money will eventually finish. And I was back to being broke!

I knew I can't depend on anyone but myself and God.

I also felt guilty because I couldn't be of much help to my family then. Well things worked out great for me by God's mercy.

I got a full-time job as a frontend developer, remotely. I also got accepted as a Technical writer for two foreign companies. Currently I have three jobs but with the way I'm currently accessing the situation, I will be getting more offers soon on Technical Writing.

Bosses in the house, my issue is that I'm still contemplating on the means to receive payment. I heard the official exchange rate is 460. Can someone please recommend a good payment method with that has a higher exchange rate? A colleague told me about grey but is there anyone using grey here please?

One of the companies I work for require I either use PayPal, Paystack, American bank or Stripe.
Open Wise, and Geegpay, you can receive payment via US Account ACH which Wise supports, then from Wise you can send to Geegpay and withdraw to naira at a parallel rate, it's what I do.

or you can just use Geegpay ACH Account Directly but I trust my money with Wise when keeping which is why I send to wise.

All the best
ProgrammingRe: Between C, C# , C++ And Java by qtguru(m): 8:29am On Jun 07, 2023
chukwuebuka65:
Looks like you are a Java developer. Someone said Java got worse when it was acquired by oracle. What did oracle do?
Because Android can't use Java, so if you're tied to Google you will have to settle for a lesser Java version than what's available in the Java SE or Kotlin. Java is the best as far as I am concerned, it's usable everywhere and good for enterprise business.

C++ has it's use but unless you're building a powerful system stick to Java
FamilyRe: Leaving A Marriage Because He's Not Taking Responsibilities, Make Me Bad? by qtguru(m): 5:52pm On Jun 06, 2023
Acidosis:
Nothing is going on. Unemployment rate in Nigeria is currently 41%, meaning 4 out of every 10 men out there are jobless. Not everyone can "hustle" in an environment that kills opportunities.

We have to first and foremost acknowledge a societal problem before crucifying anyone.
Unemployment is a general issue in any country, that's not justification for giving up, and letting the woman be burdened. Outrageous
FamilyRe: Leaving A Marriage Because He's Not Taking Responsibilities, Make Me Bad? by qtguru(m): 5:22pm On Jun 06, 2023
What's going on, why are men not hustling like before? Depression?
HealthRe: I Mistakenly Chewed And Swallowed A Big Coackroach In My Porridge Beans. by qtguru(m): 5:14pm On Jun 06, 2023
Curious345:
Hello guys..

Happening right now. I just chewed a fat healthy Coackroach. It was hidden inside the full spoon load of beans I just scooped and gulped now.

I only later started feeling the aftertaste of Coackroach after some 2seconds later.

Please what do I do?

Any drug I can drink to forestall any Impending negative scenario?
Just pretend you're eating chocolate and you'll be fine
RomanceRe: Girl Friend Forget My Birthday Date by qtguru(m): 5:13pm On Jun 06, 2023
Kaycee54321:
Big man, babes from the east dey naturally forget birthdays?😒🤔

OP, things like this are very easy to resolve IMO.

Love is patient.

Patiently wait for next year and forget her own birthday; then and only then, will love prevail and both of you can really discuss on how equally hurt it is...

That is if Una relationship go reach next year because I don't understand wazgoinon these days.
I meant it as a joke, if he forgets her own, she will Para woman cannot take what they dish out.
ProgrammingRe: What Is Your Distro/derivative/os Stack? by qtguru(m): 1:31pm On Jun 06, 2023
I used to use AwesomeWM a tiling manager because of memory usage but after crashing my kernel, I stuck with KDE Plasma / KUbuntu, I prefer awesomeWM, 300 to render the desktop UI.
RomanceRe: Girl Friend Forget My Birthday Date by qtguru(m): 11:36am On Jun 06, 2023
You're dating yourself bro, is she from the east by any chance ?
ProgrammingRe: I Need Recommendation For Good Laptop by qtguru(m): 8:42pm On Jun 05, 2023
Lenovo Thinkpad
ProgrammingRe: Litchat App: New Features Added by qtguru(m): 7:38pm On Jun 05, 2023
Guy smile nau cry

1 2 3 4 5 6 7 8 ... 56 57 58 59 60 61 62 63 64 (of 204 pages)