Programming › Re: Flexbox Is Underrated. Here's The Skeleton Of An Image Gallery I Created. by Arrayman: 4:28pm On Dec 17, 2022 |
QuoteJustOnce: Not true. Remember I said most firm/projects don't want you to use any framework. yea, that's to avoid vendor lock-in. (a situation where you are locked to a particular vendor and unable to switch easily)
If you had vanilla Reactjs project, its very easy to port to Nextjs or Gatsby and vice-versa. Code is mostly 99.999% the same, just have to reorder folder structure and add required configs. Heck, it can be done automatically with code-mods (terminal commands)
But a material-ui project or boostrap project will be much harder to port to tailwind or vanilla and vice versa You will have to rewrite the whole css from scratch manually .e.g for every mx-auto you have to do margin: 0 auto and for every Typography.P you will have to do p {...}. It's hell.
I have been unfortunate enough to do many infrastructure "porting" (excuse my lingo) and it's not what i would wish on my enemy. which vendor lock in? Vendor lock in has to do with cloud platforms, not frameworks. Most frameworks are open source by the way so a company can modify it to suit its particular needs. |
Programming › Re: Flexbox Is Underrated. Here's The Skeleton Of An Image Gallery I Created. by Arrayman: 4:26pm On Dec 17, 2022 |
QuoteJustOnce: Yes, in short thats what frameworks are supposed to do. You know how to use an iPhone yes, you understand how it works to some degree for everyday use. But do you understand the technicality of how the operating system (ios) works? boot configs? memory swap and management? processor threads etc, kernel configs etc.... hell no! You dont even need to know that to use the phone. In short, frameworks are meant to be declarative and not imperative. no, that is not what frameworks are supposed to do, fireworks are to reduce your work load and increase your production output, if u lack understanding of the underlying language of a firework.you are most likely not to be very productive in it or at best produce poor code. |
Programming › Re: Flexbox Is Underrated. Here's The Skeleton Of An Image Gallery I Created. by Arrayman: 9:10pm On Dec 14, 2022 |
tollyboy5: Qt.guru has just Answered.
Normal backend developer would understand what I'm trying to say. oga flexbox is css and css is frontend. |
Programming › Re: Flexbox Is Underrated. Here's The Skeleton Of An Image Gallery I Created. by Arrayman: 9:09pm On Dec 14, 2022 |
davien: True though a thorough understanding of layout techniques will save you time and give you the ease to customize your layout.
For example, border can have a 1px solid layer but if it's coming through too strongly for whatever reason you could use a box shadow and use pixels lower than 1px. Vanilla CSS is a very good skill to have bro. would u be able to use any framework without understanding how css works? |
Programming › Re: Flexbox Is Underrated. Here's The Skeleton Of An Image Gallery I Created. by Arrayman: 9:07pm On Dec 14, 2022 |
QuoteJustOnce: some firms/projects will restrict the use of any css framework whatsoever. A requirement would be vanilla css ONLY. CSS interviews are also done in vanilla mode. Knowing any particular framework is just an "added" but unrealistic advantage of course to use any css framework.effectively you need toknow vanilla css but during actual production it is more productive to use a framework. |
Programming › Re: My Recently Completed Portfolio Website by Arrayman: 10:59am On Dec 14, 2022 |
majesticguy: Project Name: Portfolio site.
Project Details: Personal Portfolio site with a working HTML contact form(if you'd love to get in touch, just shoot me over there & I'd get back to you in a jiffy). Project done with HTML CSS and JavaScript. Asides the social media links every link other link works a 100%.
Click on the link below to view. Constructive criticism would be greatly appreciated.
https://curious-lily-63663a.netlify.app why is your copyright showing 2023 when we are still in 2022 |
Programming › Re: Flexbox Is Underrated. Here's The Skeleton Of An Image Gallery I Created. by Arrayman: 10:48am On Dec 14, 2022 |
tollyboy5: As a backend developer I always prefer flexbox but as the case maybe now.
I'm in a tight condition and I have to go full stack. Grid and flexbox applications are suitable depending on the task at hand.
I think grid is used for more complex layouting. I'm trying to wrap my head on core css patterns  what has flexbox got to do with backend? Just asking? |
Programming › Re: Flexbox Is Underrated. Here's The Skeleton Of An Image Gallery I Created. by Arrayman: 10:47am On Dec 14, 2022 |
davien: flex more verbose than grid? So all the boilerplate to assign grid areas by rows and columns are less than flex? No offense but grid is more verbose(word heavy) as unlike flex you're specifying layouts in 2 directions. Remember that flex uses align-items for verticality and justify for horizontal, grid uses both plus it's own specificity for areas, columns, rows and even to center with place-items. who needs to go through all these when there are css frameworks that can conviently handle your layout. |
Programming › Re: How Can I Make This Calculator (C++) by Arrayman: 7:48am On Nov 19, 2022 |
qtguru: How do you sort the order e.g BODMAS ? Yyou can do the computation in whatever order you want |
Programming › Re: How Can I Make This Calculator (C++) by Arrayman: 7:16am On Nov 16, 2022 |
TastyFriedPussy: since yesterday I've been on this to no avail. I dont just get how to make it work.. Im trying to make a calculator in C++, not just any calculator, but one that takes multiple integers and different arithmetic operators at a time and and only outputs when the user presses '=' or enter key..
something like this...... 20*4 -16+5/2+16 = cout<<answer<<\n and so on. Basically just doing multiple operations at a go. i just don't know what to think anymore. i've written and re-written code tire. Please anyone with an idea or suggestion should help me out... I don't understand the problem? Y not store those values in a variable and only do your computatio when you are ready. |
Programming › Re: I Need Auto Email Grabber Code by Arrayman: 7:00am On Nov 16, 2022 |
Rainstormer: scammer! 09039745711 since you already know their emails, just modify the links you send to them with a query string and eg.mywebsite.com?email=xxxx, then uses a GET statement to grap the email from the url and put it in the form. |
Programming › Re: Is Hardware Engineering Dead In Nigeria? by Arrayman: 6:02am On Nov 16, 2022 |
Newusername: Good-day boss, I want to ask if Arduino is written in C or C++ or both? c++ |
Programming › Re: Is Hardware Engineering Dead In Nigeria? by Arrayman: 5:59am On Nov 16, 2022 |
MethPedo: There are few nigerians in embedded systems or system programming because it's tedious and boring to the average Nigerian
No I live on the east coast of naija used to work remotely so u toasted the hr lady remotely? |
Programming › Re: Is Hardware Engineering Dead In Nigeria? by Arrayman: 5:51am On Nov 16, 2022 |
MethPedo: Here's filled with web devs noobs, cs f*gs, wannabe hackers ,data gays and failed Yahoo c*nts nowadays
Back in the days , you'll see ee, ce , embedded guys posting meaningful stuffs
Most of them now work for b I'm into embedded systems and game programming
Looking to get a Arduino very soon
Just got laid off from a retarded company in the UK because I toasted the HR lady oga slow your roll, I have been an embedded programmer for some years now, started with Arduino, moved over to atmel atmega and pic microcontroller. The reason you don't get a lot of posts on it is that there really is no market for it in Nigeria, how many companies build hardware? Except u are out of the country. P S y u come go dey toast hr lady na, babes nor dey outside work? |
Programming › Re: Stop Advising People To Start Learning Programming With HTML And CSS by Arrayman: 10:24pm On Jun 18, 2022 |
Programming has various sub branches, if the person intends to develop for the web as a platform then css and html is a must bit if going into other branches or platforms then html and css are not needed. |
Programming › Re: Is Choosing To Become Only A Frontend Dev A Solid Programming Career? by Arrayman: 9:33pm On Jun 15, 2022 |
U can't really be a good front end dev if u don't have a working knowledge o f the backend. |
Programming › Re: Rate My First React Js Web App by Arrayman: 1:04pm On Jun 14, 2022 |
Nice attempt but work on the responsiveness and ux. |
Programming › Re: Please Help: I'm At The Verge Of Losing My Final Yr Project Files To Ransomware by Arrayman: 1:01pm On Jun 14, 2022 |
Why didn't u back up your project files? |
Programming › Re: They Say Web Dev'ment Is Saturated, What TECH Stack Should I Take On by Arrayman: 12:35pm On Jun 14, 2022 |
Web development is not saturated, especially if you are a full stack developer. |