Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,608 members, 7,809,224 topics. Date: Friday, 26 April 2024 at 05:56 AM

Donpre's Posts

Nairaland Forum / Donpre's Profile / Donpre's Posts

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (11) (of 58 pages)

Programming / Re: For Django Developer by Donpre(m): 8:39pm On Oct 16, 2020
1stSonOfLucifer:
lol, can one be ever grounded with Django? That framework is big walai. Anyways that aside.

Me personally don't even understand DRF. I guess I'm dull ni. But you see graphql? Thanks to it.
Lol at the first line. Truer words have never been said. Django is so big you can use it for a year and still be an amateur.

that aside, I've read the docs of graphene but never saw a reason to ditch DRF for it. Could you explain why you prefer it? DRF needs less code to achieve the same thing and feels more native(like django) than graphene
Programming / Re: For Django Developer by Donpre(m): 8:30pm On Oct 16, 2020
codeigniter:

use free tier of AWS Ec2 that where I deployed mine africonn
I've been thinking about a good hosting solution for my django server but also considering the cheapest(possibly free) as the app is free(don't even want to include ads as i detest that thing).

could you explain the EC2 free tier. I'm currently looking at the pricing and to be honest, its confusing calculating the amount after the 12 months free period.

Is it cheaper compared to digitalOcean?

I wouldn't want to be switching host mid-way.
Programming / Re: 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
Education / Re: 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!

1 Like

Programming / Re: 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?
Programming / Re: 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
Programming / Re: 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
Programming / Re: 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
Programming / Re: 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

1 Like

Programming / Re: 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
Programming / Re: 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
Programming / Re: 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
Programming / Re: 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?
Programming / Re: 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!
Programming / Re: 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?

1 Like

Programming / Re: 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?
Programming / Re: 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
Programming / Re: 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
Programming / Re: 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?
Programming / Re: 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

1 Like

Programming / Re: 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?
Programming / Re: 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

2 Likes

Education / Re: 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
Programming / Re: How Much To Ask As Salary As A Developer? by Donpre(m): 5:38pm On Sep 06, 2020
KristaPretty:


How obvious is it 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

2 Likes

Education / Re: 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.
Programming / Re: 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?
Programming / Re: 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
Programming / Re: 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 / General / Re: 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

1 Like

Education / Re: 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
Education / Re: 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

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (11) (of 58 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 43
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.