The irony of life, I will be studying DSA and Discrete Math but at work it's HTML and JS/Svelte, anyway I built an editable component for the new UI, all in Tailwind and PostCSS.
Watch this video to see how the Svelte Compiler works, trust me 2 years writing Svelte, it's not JS Knowledge
vibrant99: are you applying for student or tourism?
They have not resumed applications though, best thing is to keep trying, Call them by Monday too, its gonna be 30 days already, it shouldn't exceed next week.
Rozross: Easier said than done and coming from someone who so much believe in working for himseld. Ok i agree if you insist
You have to serve someone, before you become a boss. Besides most men will do it, the question should be you women, since you believe you queens are beyond such.
Rozross: Let me mention my nairaland friends that i think have ego problemz to respond. Pansophist, martinez39s, qtguru, franchiasofficia, emmaodet and seattrade(this one fights alot so i dont want to directly mention him) ,can you guys take such offer from a close friend if you are in such situation?
I'd prob collect 10k and still drive it. Comfort and extra cash in hand, think of it this way, if tomorrow they need someone to drive 10 Cars again, who do you think they will call ?
ProfAyomi: Wow. Boss qtguru on my thread. This is really inspiring. Funny coincidence since I was about to tag you as an inspiration a song with Alchemyofcodes and Anonymous606.
I hope to keep this up and give other people with very busy schedule that it's possible to learn programming. I've been doing this for about a month, not easy but it's been worth it.
Yeah keep at it, you will know more than each previous day. All the best
LienwaltAbel: this aged quite . Rust is now used for Linux kernel development, and system76 (the maintainers of the pop! Os distro) want to create a DE based on Rust.
Yeah even in Android, you can now use Rust to communicate with Native API. What makes everyone swear by Rust?
Saas solutions / Platform Partner Programmes there's almost nothing one can build from scratch, but Shopify will always need a new theme, a client will always need a new module implemented.
That's my approach to making money as a developer. Partner Programs B2B
I've mentioned it a lot even WordPress Consultancy still is viable for a start.
Typical African and Nigerian with severe inferiority complex
Small thing you're mentioning Reddit
Why are you commenting here when you can Goto your Reddit and never show face here again.
Because someone's opinion is different from yours you want to use that as a Yardstick to bash this section.
For your information they're more trolls on Reddit than they're on Nl
And if it's me ur referring to as the guy who's new to "HTML/CSS" better think twice about that...
I've seen your old post and all your abandoned projects.... speaks volumes about the type of programmer you're.
From your work the website design you did, I came to the conclusion, you might have feelings about it, if you are not that good, one learns it's not a big deal. Do you think I don't have bad projects? My Brother, I have no air about anything. This section is unserious, yes we have serious people, but this section is UNSERIOUS.
frankosivue: Actually, if one filters the unfruitful contributions, the person gets to learn here too.
Someone mentioned Apple,Microsoft not using C++ for development and that's so outrageous to even say out loud, in Reddit such comments won't fare well, because it's wrong. And the Engineers who work there will correct you sef. Most of the knowledge I've gotten is Reddit. There isn't any discourse here, you have the likes of TasyFriedPussy making a troll of things, sometimes I just marvel, it's like people want to actually catch cruise in this section than actually learn and earn money.
TheOgaBoss: oga the various technologies used by different tech tech firms is pretty public knowledge. Also a cursory glance at their job postings also gives u same information.
TheOgaBoss: which tech company uses such language?
Apple/Microsft/Google make use of the most C++ tools we don't even Know, Facebook used C++ to improve PHP (Hack), Apple and Google built a lot of LLVM using C++.
A lot of people do, you should really research before making such. Programming is not all just Js or consuming API, Apple uses Metal for graphics like Vulkan which is also low-level. DirectX is C++ and for Graphics and uses by MS, Google uses a lot of C++ tools, V8 is C++ which allows you write JS on the browser.
Even the person claiming a C++ dev is not better than me, is new to HTML/CSS so
Get rid of egos and learn tools. I do JS, and tons of C++ are better than me, it's fact. We are not the best and that's okay, we keep learning.
TheOgaBoss: And why would any programmer decide to handle memory management manually when there are already good, enterprise grade level languages, as a matter of fact no big software company(apple, google, Microsoft) uses such low level languages in their development
My prob with you NL peeps, is that you don't make research before making comments and misleading people.
Deicide: C++ is not a low level language but c++ can be used to write low level code, see there is a difference. The definition of a high level language according to what they thought me in school is a Language that abstract low level concept! and C++ does that using pointers some language goes further by even abstracting pointers, Language like Java.
Low level language are language like Machine Language or Assembly language Those ones are not abstracted cause you dealing with those registers directly. The relationship is one to one.
But how can it be low-level if it requires a compiler, I see online where it's classified as both, but I struggle with that concept, I agree because I know C++ can call Assembly codes.