Programming › Re: How Was Nairaland Able To Achieve Its Speed by sleepingdemon: 7:17pm On Feb 26, 2016 |
DanielTheGeek: Which is dangerous when it is too minimal, at least we could have instant messaging feature that doesn't reload the browser with ajax and all.
I would've ignored the poor design self if ajax was implemented by Seun. But it's all good sha. but what can we do, nigga is steadily cashing out...i love the idea behind his advert system |
Programming › Re: How Was Nairaland Able To Achieve Its Speed by sleepingdemon: 4:03pm On Feb 26, 2016 |
dhtml18: Text text-image ratio is very high. Nairaland is not heavy at all, so it loads fast. Facebook is heavy, and with the use of lots of technologies loads faster than regular websites that are even heavier. i agree, that apart, oga seun minimized the use of javascript to the bearest minimum |
Tech Jobs › Codigniter Developer Needed Asap by sleepingdemon(op): 12:24pm On Feb 22, 2016 |
hello peeps, an experienced codeigniter developer is needed at crust resources to join in on a project, if you're interested, kindly send your c.v to samuel@crustresourcesng.com or u can chat, text or call me on 08052016214. major skilled required: php(codeigniter mvc), mysql, basic knowledge of html5, css3, bootstrap, javascript.
optional but not recommended: node.js is an added advantage |
Programming › Re: Why Is OOP PHP So Confusing? by sleepingdemon: 10:53pm On Feb 14, 2016 |
dhtml18: Codigniter is the best for this kind of problem. But if it is just a database thing, then my wrapper will work. By the way, my wrapper can be used in codigniter. . . . let me just ask this important question for me here, does ur wrapper in any mode or way support mysql replication. i.e the master-slave replication where it selects random sql slave servers for read queries and uses the master for only insert, updates and deletes |
Programming › Re: Why Is OOP PHP So Confusing? by sleepingdemon: 8:34pm On Feb 14, 2016 |
dhtml18: I read all the post by the way, well, what I can safely tell you is that since you are already familiar with MySQLi, what you need is a very good and scalable wrapper. You can checkout my own home-made wrapper here which i have used for a good number of big projects including a real-time chat android app. https://www.nairaland.com/2870586/dhtmlsql-very-advanced-wrapper-mysql
Then, you should also consider using persistent connection in mysqli. i was about to talk, but oga dhtml has come with his wraper again, however i would want to agree with the guy that mentioned codeigniter, its way light, suitable for what you would love to do, you would also learn it under a week i guess, since youre familiar with php, and it would help you to enjoy oop php. -- |
Tech Jobs › Re: Anyone Who Could Design A Commercial Website?where I Could Upload Products Daily by sleepingdemon: 9:52am On Feb 09, 2016 |
michaelcu: Is there any webmaster who could design a commercial website like konga, amazon and stuff. where I could upload my products available for sale daily or weekly. Preferably in Ibadan. Thanks do call/ msg me..08052016214 |
Programming › Re: Can Blog Be Develope From Scratch Without The Use Of Wp Or Blogger? by sleepingdemon: 9:51am On Feb 09, 2016 |
prosper50: thanks bro, i need a developer who compatible of handling it as i want it. i can help with that..08052016214 |
Programming › Re: Who Can Develop College Course Registration System, And Result Upload For Nce by sleepingdemon: 12:08am On Jan 05, 2016 |
i can, do contact me on 08052016214 |
|
Programming › Re: Lets Talk Node.js by sleepingdemon(op): 11:35pm On Nov 18, 2015 |
thewebcraft: That's a cliche and very unprofessional of you to say, have nothing to say about Nodejs cause i use it daily. i made mention of most, not all, if we were to do a probability count, well hardly get 25% of sampled developers on that side, besides i could also be wrong.... |
Programming › Re: Lets Talk Node.js by sleepingdemon(op): 7:41am On Nov 18, 2015 |
Metalzoa: Ever tried using React?
I think trying to do the view layer of your front end without it isn't the wisest choice. It's not a template system but you should consider it for your app's view.
I really like react and I try to explain why it's a good idea. I feel I've failed in my attempts so far, but here's one of the more recent ones.
http://designbymobi.us/why-react-js/ i guess ill be switching to sails, but i find thier conention a little wierd, mind if i get to contact u along side as i move....ill read up the article on react |
Programming › Re: Lets Talk Node.js by sleepingdemon(op): 8:45pm On Nov 17, 2015 |
Metalzoa: I've never used Kraken and I'm not sure I'm fully sold on Sails. Can't defend or condemn either one.
I prefer dealing with a Express directly because I'm a really big fan of composition over convention. I put libraries together rather than lean on a framework
No idea who the best is but I host on heroku. just went through sails, and the mere fact that it uses ejs rather than dust for templating is attractive..meaning i get to write javascript like im writing php.... |
Programming › Re: Lets Talk Node.js by sleepingdemon(op): 7:16pm On Nov 17, 2015 |
Metalzoa: Personally I prefer dealing directly with Express, but at work we use Sails.js.
Sessions .. I prefer stateless servers, so the session information is in a token. Preferrably a JWT. and yes, please refer me the best host for node js apps |
Programming › Re: Lets Talk Node.js by sleepingdemon(op): 4:49pm On Nov 17, 2015 |
Metalzoa: Personally I prefer dealing directly with Express, but at work we use Sails.js.
Sessions .. I prefer stateless servers, so the session information is in a token. Preferrably a JWT. talking about sails, can u mention any advantage u think it has over kraken, and then, dealing with express directly, it might be more tasking than with frameworks |
Programming › Re: Lets Talk Node.js by sleepingdemon(op): 4:48pm On Nov 17, 2015 |
pcguru1: Where i work it was considered, but no for now. But when the time comes we will ehen, let me dust my credentials and get ready for your company |
Programming › Re: Lets Talk Node.js by sleepingdemon(op): 10:47am On Nov 17, 2015 |
Metalzoa: I love node.js
Built a desktop app with it. Use it to build backends. Use it for build steps for frontend.
It's an important part of my toolkit.
What about node do you want to talk about? do u use express a lot or kraken? how easily do u deal with session authentication, passports? |
Programming › Re: Lets Talk Node.js by sleepingdemon(op): 8:35am On Nov 17, 2015 |
pcguru1: We do but not the same way you do, I use it mostly for tasks and watchers not for web ....thats cool, ever used it for desktop app using app js or atom shells? |
Programming › Lets Talk Node.js by sleepingdemon(op): 5:42pm On Nov 16, 2015 |
i think i might have come to a conclusion that most nigerian developers hardly write node js apps, but looking from the perspective of writing in a single base code i.e Javascript front end and backend, i would like us to discuss the node frame works we use, and propably our challenges with them..
for me, i use kraken js which was built ontop of express, and uses dust js as a templating engine.....what of u? |
Programming › Re: How To Go For Building An Android App For A Wordpress Blog? by sleepingdemon: 11:50am On Nov 15, 2015 |
alternatively, if u can write html and Javascript, along side with your wordpress api plugin, u can use the apache cordova technology, either with ionic or phonegap |
Programming › Re: Simple Kivy Popup With Two Buttons.. by sleepingdemon: 11:51pm On Nov 14, 2015 |
nettwrock: bro how do you compile YOUR kivy based app into an 'APK' file u can compile it using buildozer, thats the normal way to compile it |
Programming › Re: New Android App: PN Gates by sleepingdemon: 7:26am On Nov 13, 2015 |
if you are a web developer, have u considered using phonegap for this your project?, hereby syncying node.js for real time private messagkng using sockets.io.......with the same speed at which bbm and whatsapp operate....if ure intrested, i can put you through....whatsapp me on +2348052016214.....peace |
Programming › Re: Need Programmers Help Please by sleepingdemon: 10:11am On Nov 12, 2015 |
if you write in c# i can convert it to vb.net |
NYSC › Re: Cross River B'15: Lets meet here. by sleepingdemon: 12:00pm On Nov 03, 2015 |
|
Programming › Re: What Do I Need To Start Making CMS Themes Like Wordpress. by sleepingdemon: 11:51am On Oct 16, 2015 |
php |
Programming › Re: Creating An Open Source School Management System by sleepingdemon(op): 12:24am On Oct 04, 2015 |
Thanks a lot, I went through the open school now, and noticed, I have developed further than where their free edition basically stops in some aspect.....once again, thanks a lot |
Programming › Re: Creating An Open Source School Management System by sleepingdemon(op): 11:56pm On Oct 03, 2015 |
Codeigniter supports PHP 5.5, tried codeigniter 3.0? Yes there's an existing one on open school, but with limitations, how about offering their paid version in mine as open source? |
Programming › Re: Quadratic Equation Solving App I Developed In Python by sleepingdemon: 11:32pm On Oct 03, 2015 |
Austinoski: Honestly! it is not easy at all... The lord is your strength |
Programming › Re: Creating An Open Source School Management System by sleepingdemon(op): 11:12pm On Oct 03, 2015 |
Matthew80, sure we can work together on it as a team, once you're interested, I have no problem with that, please do send me a message on my WhatsApp +2348052016214, or drop yours for me to contact you.. |
Programming › Re: Creating An Open Source School Management System by sleepingdemon(op): 10:38pm On Oct 03, 2015 |
Pcguru, do contact me, I'm using codeigniter because I feel the framework is good enough....been using codeigniter and I havnt been having issues with it, started the project already...besides they are all the same MVC modelling...and yes am serious about being open source |
Tech Jobs › Re: Need The Help Of A Good Programmer For My Website Project. by sleepingdemon: 3:17pm On Oct 03, 2015 |
+234805201624...add me on WhatsApp |
Programming › Re: Quadratic Equation Solving App I Developed In Python by sleepingdemon: 3:13pm On Oct 03, 2015 |
This is kivy python....you could have resized your textbox, although I know its a pain in the ass using kivy for andriod development. |
Programming › Re: Creating An Open Source School Management System by sleepingdemon(op): 3:04pm On Oct 03, 2015 |
I want to build it from the scratch and open source it, I'm asking if there are any other modules I should add to it....I don't have enough time to teach it, as I also have to go to work |