₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,024 members, 8,419,974 topics. Date: Thursday, 04 June 2026 at 08:41 AM

Toggle theme

Abdul01's Posts

Nairaland ForumAbdul01's ProfileAbdul01's Posts

1 2 3 4 5 6 7 (of 7 pages)

ProgrammingThe Art Of Programming (from Medium.com) by abdul01(op): 5:23pm On Dec 23, 2014
Nice read: https://medium.com/@erikaheidi/the-creative-programmer-2dde54f83e3a
ProgrammingRe: Web Programming: Where Do I Start? by abdul01(m): 9:09am On Dec 23, 2014
I sure say d guy wey ask this question go don turn guru by nowsmiley
PoliticsRe: North Moves Against Jonathan: Northern Pro-jonathan Governors Get Threat Message by abdul01(m): 4:11pm On Dec 21, 2014
dcaliph:
If South South and South East are supporting their own fanatically, what stops the North from doing same?
Why are Amechi and Rochas refered to as traitors? GEJ should know that you can‘t have your cake and eat it. He started this religious and tribal politics and he must play it to the end.

When he was calling APC and amala and ewedu party, he did‘t know that statement delivered the South West to APC.

When he was calling APC a muslim party and made CAN an organ of PDP and allowing this aide to call him “JESUS“, he didn‘t know that delivered the muslims to APC.

When he is telling the south not to vote a noutherner and allowing Asari to insult the North, he did‘nt know that he was telling the northerners that “IF YOU DON‘T VOTE FOR YOUR OWN, WHO WILL?“.

Now only the south and the east are supporting him, he is crying Tribalism and religion. HE MUST PLAY THE TRIBAL AND RELIGIOUS CARD TO THE END.

THOSE WHO ARE WITH HIM MORE THAN THAN THOSE WHO ARE AGAINST HIM.

THEN WHY HE CON DEY FEARhuhhuhhuhhuhhuh??
God bless u jare!

I always wonder why is it that if a northern group or groups say(s) something it is always reported as 'NORTH said this or that', whereas if a southern group does the same or even worse (like d recent case of APGA, asari, edwin clark n co) it is never reported as 'SOUTH say they will vote for Jonathan', or as if it's a consensus amongst them. This is despite the fact that there are much more ppl in the north than south(excluding SW) with many tribes n different ideologies.
We have to be just to the North and stop this behavior.
ProgrammingRe: Exclusive Team Python Forum by abdul01(m): 6:47pm On Dec 20, 2014
omoelu1:
good one man!!
thanks for those
U welcome sir!
ProgrammingRe: Exclusive Team Python Forum by abdul01(m): 11:40pm On Dec 19, 2014
Here are some nice reads on python:

1. python-history..com/
By d creator of python guido van russom

2. https://www.paypal-engineering.com/2014/12/10/10-myths-of-enterprise-python/
A very nice article clearing some myths about python and listing d many startups that used pythin

3. https://www.python.org/about/success/

4. www.pythontutor.com
5. www.learnpython.org/

6. Google "A byte of python" (ebook), a free ebook for learning python.

Enjoy!
Tech JobsRe: I Want To Work For Any I.T Firm For Free. by abdul01(m): 8:03pm On Dec 16, 2014
Baddest guy! Wish u d best sha.
ProgrammingRe: Php Reply Problem. by abdul01(m): 7:42pm On Dec 16, 2014
I guess u'r trying to achieve an instantaneous and seamless interaction btw d two parties(like a live chat), if that's d case then u need to use AJAX, n d best way to achieve that is to use either JQuery(old school but still popular) or AngularJS
ProgrammingRe: Challenges Finding A Technical Co-founder In Nigeria by abdul01(m): 12:28am On Dec 13, 2014
Nice topic.
ProgrammingRe: What Platform Do You Use For Web Development by abdul01(m): 11:04pm On Dec 12, 2014
elvongray:
i use laravel for Php, django for Python, chrome dev tools for javascript/famo.us. I also use sublime text as my editor.
smiley smiley smiley
ProgrammingRe: Lets Solve Some Javascript Problems by abdul01(m): 11:02pm On Dec 12, 2014
Please pardon me, i know say i try sha

ProgrammingRe: Lets Solve Some Javascript Problems by abdul01(m): 10:12pm On Dec 12, 2014
 [[1,1,1], [2,2,2], [3,3,3]].reduce(function(a,b){ return a.concat(b)}) 

Result: [1, 1, 1, 2, 2, 2, 3, 3, 3]

ProgrammingRe: Where Can I Get "C# How To Program" Textbook by abdul01(op): 9:47pm On Dec 12, 2014
At all. tnx
ProgrammingRe: Where Can I Get "C# How To Program" Textbook by abdul01(op): 1:32pm On Dec 12, 2014
Thanks, I just saw ur msg now, I'll give him a call. Tnx
WebmastersRe: Best Online Payment Systems In Nigeria by abdul01(m): 7:27am On Dec 12, 2014
Hi to all, please those of us who have used voguepay, how do u find their service, especially security wise, I know they are a better option when it comes to fees(setup n transaction) in comparison to interswitch n gtpay, but d issue of security can't be downplayed
ProgrammingRe: Suggestions On Where To Buy It/comp. Sci Books by abdul01(m): 6:56pm On Dec 10, 2014
The one(s) I know of is at Ojuelegba yaba lagos. Its at ground floor of the 2-storey building right beside d railway at d market (opposite d newly constructed tejuosho market). You can get some good programming/computer science n other uni text-books there. I've personally bought abt 3 from there. There are also other good bookshops along that road, between d railway line n ojuelegba under-bridge. I hope this helps
ProgrammingRe: Website Review by abdul01(m): 1:04pm On Dec 10, 2014
Yer u tried, kudos to u, but there is still room for improvement sha especially in ur UI/UX skills. This is because no matter d complexity of d functionality of a site, what actually attracts d end user is d ease of use and d beauty of d site(wc includes a lot e.g arrangement, layout, color combination, etc). U can look into front-end frameworks like bootstrap or foundation, they can help u take care of these UI/UX wahala(at least to some extent) n improve ur workflow. Cheers
ProgrammingRe: Help Me Learn Cake Php by abdul01(m): 4:16pm On Dec 02, 2014
Wish u the best.

In addition to what my ogas have said above, once u grab the basics of php( wc includes: variables, operators, arrays, functions, super global variables, strings n other data types, control structures (if, if...else, switch...case, while ,do...while, and for loops ), form handling, cookies, session, file upload, then php-mysql, etc) then it'll be very easy to move on to intermediate php which covers oop generally(classes, object, inheritance, , namespace, traits, etc), n things like exceptions, then u can easily transit to any of d modern php frameworks like cake, codeigniter, laravel, fuel etc


Note that at d end of d first stage above u should be able to create a simple crud app like a blog or a guestbook and also be able to integrate thing like login, logout n user registration into d app. Once u can do this and u undertand d basics of OOP, then I bet u u can even learn d framework urself, but it's always good to have a teacher sha! Cheers.
PoliticsRe: Inside Bola Tinubu's Private Jet (Pictures) by abdul01(m): 6:54am On Dec 02, 2014
I don't understand all these ppl oh, if u say Tinubu is corrupt(of course I'm not saying he's 100% clean), then prove it! Or is it a crime for someone who has worked at mobil and some other fortune 500 coys and who has served as a governor twice and as a senator also to own a private jethuh, when ppl who are not even up to him also own such! Please let the man just be, and if u have anything against him, then pack ur baggages to ur village n leave Lagos for us, tnx.
ProgrammingRe: What Platform Do You Use For Web Development by abdul01(m): 9:36am On Nov 23, 2014
Yes. I actually switched from CI to Laravel, and I'v never used Zend
ProgrammingRe: What Platform Do You Use For Web Development by abdul01(m): 8:32pm On Nov 22, 2014
Nice topic. I personally use Laravel (a php framework) for serious work and wordpress CMS for basic sites, then I use sublime text editor and netbeans IDE, but I'm considering shifting to php-storm IDE. Other random tools I use include pixlr for photo editing, github(still a beginner here), jquery, bootstrap etc.
EducationRe: Court Upholds Ban On Use Of Hijab In Lagos Public Schools by abdul01(m):
.
ProgrammingRe: Where Can I Get "C# How To Program" Textbook by abdul01(op): 9:50pm On Sep 02, 2014
tnx. I actually have the soft copy but I prefer hard copy text books to soft copy.
ProgrammingWhere Can I Get "C# How To Program" Textbook by abdul01(op): 11:46am On Sep 02, 2014
Hello everyone, pls does anyone know where I can get the hard-copy of the book "C# How to program" by Deitel Deitel. Note that I'"ve checked the major bookshops at Ojuelegba Lagos and I didn't find it there. Thanks
ComputersRe: Cheap Laptops At N29,500: Buy Before July 31st & Get A Free Hp Printer by abdul01(m): 8:01pm On Aug 26, 2014
@op. Pls what laptop do u currently have? I need a good laptop that's around 25 to 30k asap. I'm based in lagos. Tnx
Jobs/VacanciesRe: Programmer Is Needed Urgently by abdul01(m): 12:34pm On Aug 23, 2014
web20: Send your CV to the above email
Sent. Thanks
ProgrammingRe: Programming (java) Vs CCNA; Which Should I Do Before My Nov NYSC by abdul01(m): 1:02am On Aug 22, 2014
bonerVee: Tnx Bros @abdul considrin a 2mth period! Do u tink its posibl 2 grasp a gud foudation on programmin upon wch i cn dn develop myslf? @tobsbola, mate, are ur tots on Java frm xperience?
Yer you should be able to learn a language like C# within 3 months, especially if u have a background in programming(I.e u know d constituents a programming language like variables, operators, arrays, data types, functions, etc).
ProgrammingRe: Programming (java) Vs CCNA; Which Should I Do Before My Nov NYSC by abdul01(m): 9:38am On Aug 21, 2014
No I don't , but I'm an instructor in one of the IT training centers and I know how things go.

But as I mentioned above, what I wrote is just my own personal opinion, d OP is free to choose whatever he's convinced about. Tnx
ProgrammingRe: Programming (java) Vs CCNA; Which Should I Do Before My Nov NYSC by abdul01(m): 9:38am On Aug 21, 2014
.
ProgrammingRe: Programming (java) Vs CCNA; Which Should I Do Before My Nov NYSC by abdul01(m): 11:24pm On Aug 20, 2014
Pls study programing, CCNA is like pure water now. You always have a edge if u re a programmer because u can establish yourself n be self employed.

The language I'ld advice u to study is C# (Microsoft's language used for desktop , mobile n Web Development (using asp.net) ) or u study php n its sister languages (html, CSS, Javascript, etc ) wc is easier to learn but d salary for php developers is lesser than Microsoft(C#) developers because php is a free open source platform while Microsoft's platform is proprietary.
I don't think Java is selling like before again especially wrt d above mentioned languages, unless u want to be an android developer(android uses Java language for its native development).

I hope this helps sha.


Note: this is my personal view, please feel free to make your choice. Tnx
Jobs/VacanciesRe: Programmer Is Needed Urgently by abdul01(m): 11:02pm On Aug 20, 2014
Hello, I am a php mysql programmer, can I apply?
Technology MarketRe: Help Nairalanders Scam Scam by abdul01(m): 5:50pm On Aug 02, 2014
Hello everyone, pls how can we get this jesuswithus guy, Now that his pre-order thread has been closed. This guy can't part away with my 50,000 oh

1 2 3 4 5 6 7 (of 7 pages)