₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,331,294 members, 8,449,610 topics. Date: Wednesday, 22 July 2026 at 06:30 AM

Toggle theme

Donpre's Posts

Nairaland ForumDonpre's ProfileDonpre's Posts

1 2 3 4 5 6 7 8 9 10 11 12 13 (of 60 pages)

ProgrammingRe: For Django Developer by Donpre(m): 8:23pm On Oct 16, 2020
Taofeekdboy:
I only used CBV in drf when writing serializers and simple blogs views or sort. Recently e-commerce I developed for a client, the views was written in FBVs as I am more comfortable with FBVs, tho CBV gives you the leverage to write less code but I am more comfortable writing FBV unless I am writing a module.
FBVs in django rest, that'll be a lot of code and things to import. My problem with FBVs in DRF is the many things to import and use, it gets me confused
EducationRe: The medical students and aspirants thread by Donpre(m): 7:20pm On Oct 14, 2020
Vitamin17:
hello greetings great medics in the house pls I want to know which federal varsity is transparent in giving admission..I will be enrolling for next year's jamb thank you
I can vouch for Uniport. At least the merit list(first batch as its called now) is truly based on merit.

Just score high in utme and post utme and you're in.

Relevant O'level grades(At least C in 5 core subjects) are required but not used in the computation.

Good luck!
ProgrammingRe: For Django Developer by Donpre(m): 9:07am On Oct 12, 2020
pixey:
Class based views is my favorite actually.Function based views is very messy especially when doing create and update views.It would be easier then.My only issue is user authentications.
You're one of the few. I started with FBVs so it feels more natural.
I'm warming up to class based views though as FBVs in DRF na stress

What problems do you have with user authentication?
ProgrammingRe: For Django Developer by Donpre(m): 5:48pm On Oct 11, 2020
Taofeekdboy:
Django is now asynchronous in the new release 3.1.4. I fell in love with express the first time i used it, it is easy to setup and use. What I meant by that is you need to know more than one stack to get more job opportunities.
Yeah i frequent the docs, read up on the new async decorators and views but didn't find an application for it till i used express.

Wow! maybe i'm learning express the wrong way. What resource did you use?

Also which has brought in more $$$, between express, django and react? I need to streamline my roadmap
ProgrammingRe: For Django Developer by Donpre(m): 5:17pm On Oct 11, 2020
pixey:
Definitely Django rest framework is my next target.If its that simple I believe you.
You might want to brush up on your CBVs though. FBVs are not so popular with DRF
ProgrammingRe: For Django Developer by Donpre(m): 4:34pm On Oct 11, 2020
Taofeekdboy:
No, I just added MERN stack to my skills... One way no enter road, it is good to try new things.. If you are solid with Javascript, then express is easy to pick up and moreso, if you are good with data structures and algorithms, then you are on the track of making beautiful apps.
Tried express and it felt so different from how things work in django. Still not getting why express is more popular than django, aside its asynchronous nature, express na just stress plus javascript too is one weird language.

What do you mean by "one way no enter road", i thought express had more jobs opportunities
ProgrammingRe: For Django Developer by Donpre(m): 4:27pm On Oct 11, 2020
pixey:
You have really gone far.Mine level is to create simple CRUD apps like blogs etc.Integrating react and django is like shockwave man! Security and speed impact.
Integrating Django and React isn't that hard. Django Rest Framework is beautiful and very easy to use.

I'm currently building a Django - Flutter app and it works beautifully

Except for the security part which I still don't know what to secure againstgrin
ProgrammingRe: For Django Developer by Donpre(m): 4:19pm On Oct 11, 2020
Taofeekdboy:
After a long time working, I looked at how Django and React can work together in creating real time application, Django channels would have been a better option but as I am too busy at work and its tediousness is second to none, I opted for pusher and it is easy to setup and work with.
Tech used are Django, React, HTML, CSS and fontawesome
You can checkout the github page if you wanna clone: https://github.com/taosand1991/Django_Chat
or checkout the link: https://legacychat.herokuapp.com/
Nice!

Thought you moved on to express and node
ProgrammingRe: Help A Newbie In Java by Donpre(m): 5:44pm On Oct 04, 2020
Are you connected to the internet?
If you are, then the issue is from their sever as stated at the top.

Simple solution is to download other IDEs, there's Intelliji IDEA, Netbeans etc.

Good luck
ProgrammingRe: Get Notified Of SARS Locations In Real Time by Donpre(m): 7:17pm On Oct 03, 2020
You realize this feature could get you in trouble right?undecided
ProgrammingRe: My New Projects by Donpre(m): 2:48am On Oct 03, 2020
Heroku doesn't allow upload of static files like images if i recall correctly, where are your images hosted?
ProgrammingRe: My New Projects by Donpre(m): 7:39pm On Oct 01, 2020
Blacche:
I haven't implemented user accounts and authentication, so it's expected.
Okay

Nice work still!
ProgrammingRe: Review My Site UI Update by Donpre(m): 1:33am On Sep 30, 2020
codeigniter:
Hi, I wrote to you, but i don't know what happened, anyways
There is bottom nav bar because people complained about difficulty in navigation
But both are very common ways of navigation, both on websites and mobile apps. Well people can complain over the most trivial things

Anyway, what happens when have more options than a drawer can contain?
ProgrammingRe: My New Projects by Donpre(m): 1:32pm On Sep 29, 2020
Took a look at the imagepload,

+ upload works

- I can like an image more than once, that shouldn't be allowed or is that a feature?
ProgrammingRe: Flutter Programmers Pls I Need Help by Donpre(m): 5:08pm On Sep 27, 2020
kediamos:
can someone teach me how to use flutter for free plss
Ton of videos on YouTube

Flutter website

I would advise you buy a course on udemy for a better learning experience
ProgrammingRe: PHP Or Node JS? Here's My Honest Opinion by Donpre(m): 5:02pm On Sep 27, 2020
tensazangetsu20:
Why use PHP for a FinTech company? What happened to c# and java?
why use C# and Java If not Enterprise hype?

Las las everything na hype.

There are php developers without jobs too despite the 30K Job placements
ProgrammingRe: Review My Site UI Update by Donpre(m): 10:04am On Sep 20, 2020
Looks a lot better. Nice work

why the bottom nav bar if there's a drawer?
ProgrammingRe: What Do I Need To Learn Before I Can Say I'm Good In Javascript ? by Donpre(m): 6:14am On Sep 19, 2020
when you're good at something, you would know.

Just keep learning until you see a JavaScript problem or script and it's nothing to you, then you're good
ProgrammingRe: Review My App I Built From Scratch by Donpre(m): 7:14pm On Sep 15, 2020
Beautiful.. I always admire those with the guts for neumorphic designs or did you use a package?

What did you use for the database? Firebase or local?
ProgrammingRe: How To Design Lending App by Donpre(m): 6:45pm On Sep 15, 2020
viktinho:
Please guys i need your help, i need to know things i will be needing to develop a money lending app like branch
A backend developer
A mobile app developer
A UI designer

More importantly, money to pay all of them
EducationRe: The medical students and aspirants thread by Donpre(m): 9:36am On Sep 07, 2020
omodesmond7744:
hey guys am new here does anyone know if unical accept two waec sitting result for dentistry am an aspirant
A friend(unical mbba) said that they do... I'll advise you email or call them to confirm sha
ProgrammingRe: How Much To Ask As Salary As A Developer? by Donpre(m): 5:38pm On Sep 06, 2020
KristaPretty:
How obvious is ithuh You just type what you are obviously are not sure of.

You are talking to an EXPERIENCED programer and developer in UI/UX, front and back end developer- java development, HTML, Jay query, Ajax, Mobile Development, CSS, programming, XML, ASP.net, SQL Server, PHP, Net Core and infact ANYTHING THAT HAS TO DO WITH A DEVELOPER. The list is endless and I cannot type all I know.

So I do not go about saying what I am not sure.

Please don't show your complete ignorance bu saying "it is obvious I'm not a developer ".

I'm trying to be careful with words here towards you for your ignorance.

Hey, I am female. grin
Saying you're an 'EXPERIENCED' programmer and then listing HTML, CSS and the bolded 'programming' in your stack makes me doubt your credibility as an experienced programmer

No experienced programmer will list his/her stack over an argument let alone add the above to that list.undecided
EducationRe: ASUU: Our Public Universities Are Still Unsafe For Reopening by Donpre(m): 8:20am On Sep 01, 2020
Temitopemo6e6:
Yeah that’s true reopening the university now the country is now open….we Nigerian citizens are too self centered,Kenya stopped all academically sections till next year,those students ain’t human also…the cases of covid 19 on Gahanna student is quite increasing ,Gombe some wave students already have that,now the families is now suffering for it…..why pressuring the government,the wunt
be the one to suffer that never…..,a year of academically missed sections is better than losing a life…… the government should please not use a sentiment over losing a life….beside they was a war in Nigeria that lasted over 3years everything was on stop …..next year of school resumption is not bad….wish the government going to see this
Kindly stay home when school resume. It's not by force to resume.

if you feel losing an academic year is nothing to you, no problem. Don't ask others to lose theirs too.

Rubbish! you probably aren't a student. You'll just be running your mouth writing epistles while our house rent and academic year burns.
ProgrammingRe: He's paid by Donpre(m): 8:54pm On Aug 31, 2020
tensazangetsu20:
This is hands down the reason why I am working in a. Company. Writing down code in your house and in your room and feeling on top of the world is not the same as writing down code in a well structured corporation. There's a lot that goes to writing code In a corporate environment.
You finally got a job? Congrats man!

As a react Dev?
ProgrammingRe: Please, Help Me With Django On My Mobile App by Donpre(m): 10:30pm On Aug 27, 2020
TechCapon:
explain further
There isn't anymore to explain... that's it
ProgrammingRe: Please, Help Me With Django On My Mobile App by Donpre(m): 8:15pm On Aug 27, 2020
Get pydroid3. You need the linux terminal to use Django/flask.

Install Django or flask via pip and use the terminal for your commands
Nairaland GeneralRe: GhanaVsNigeria Twitter War: What 2026 World Cup Will Look Like In Nigeria (Pics) by Donpre(m): 6:55pm On Aug 27, 2020
No lies told here

it seems this twitter war is now an annual event
EducationRe: 2020/2021 UNIPORT Admission Thread Guide by Donpre(m): 6:53pm On Aug 27, 2020
otokx:
Nigerians have a way of tinkering with their personal data which goes on to form the basis of corruption in the future.

My date of birth can never be mistaken by me because there is no need to alter it.

JAMB restricted the data entry to avoid stories like this yet they never end. The universities have been shying away from disregarding such stories. This guy probably has gone to alter his DOB at the university.

When its time for NYSC its the data that is with JAMB that will matter not what the universities bring up. Who knows if in the future, companies, embassies, etc too will start relying on JAMB data.

It's unfortunate.

You people do not appreciate what the staff go through hence your being sad.
Truly unfortunate, hopefully his mistake would amount to nothing

As regards the bolded, I'm in no way undermining the efforts of the university staff who in spite of the pandemic are keeping the system going whilst risking their health.

However, it would help if they was some official channel that would answer complaints regarding issues surrounding an important event such as the annual post utme.

Again, my statement was never meant to undermine their efforts
EducationRe: 2020/2021 UNIPORT Admission Thread Guide by Donpre(m): 12:15pm On Aug 26, 2020
otokx:
Those issues are automated and usually resolve as it has done.
Thanks comrade... it's sad that the many channels to make complaints didn't go through.


Anyway,
a friend of mine asked a question I was unable to give an answer to so I told him I'll ask someone who probably knows more.

The DOB on his UTME result is a year different from that on his other documents. The mistake didn't affect his Uniport documents so it's confined to only his jamb result. He was wondering if it would be an issue later on.

Jamb said there's nothing they can do about it
EducationRe: 2020/2021 UNIPORT Admission Thread Guide by Donpre(m): 5:06pm On Aug 25, 2020
dannyCodes:
I've been calling these numbers for days, sent mails to almost all email addresses on their site, including the one in the above link, yet not reply.
Their twitter handle last twitted 2017/18, their Facebook page is active but they don't reply.
If you know anyone in the ICTC let him try and refresh the list. I have seen some people on LinkedIn who specify the ICTC as their place of work and reached out to them still no reply.
That's quite unfortunate... Hopefully comr otokx would have something to tell you.
EducationRe: 2020/2021 UNIPORT Admission Thread Guide by Donpre(m): 2:37pm On Aug 25, 2020
dannyCodes:
I wrote to jamb and they said the problem is from uniport not updating their caps list.
Must I visit uniport ICTC centre, no way to contact them instead??
From the official advertisement,
you can contact them via any of the channels posted at the end of the advertisement

https://www.uniport.edu.ng/news/latestnews/1646-advertisement-for-2020-2021-post-utme-screening-exercis.html


Here's the email
putme2020@uniport.edu.ng

there are phone numbers to call too, check the link.

Good luck!

1 2 3 4 5 6 7 8 9 10 11 12 13 (of 60 pages)