₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,330,921 members, 8,447,759 topics. Date: Saturday, 18 July 2026 at 10:38 PM

Toggle theme

SeunLanLege's Posts

Nairaland ForumSeunLanLege's ProfileSeunLanLege's Posts

1 2 3 4 5 (of 5 pages)

ProgrammingRe: So There Are Devs That Earn Up To 30k USD. by SeunLanLege(m): 12:37pm On May 08, 2022
plat0:
wow, so you're on nairaland, please share your job hunting experience..How did you get the $30k job..
Follow your curiosity
ProgrammingRe: So There Are Devs That Earn Up To 30k USD. by SeunLanLege(m): 9:23pm On May 06, 2022
Wow
Business To Business. by SeunLanLege(op):
.
Rap BattlesRe: Flow For Rank by SeunLanLege(m): 12:57am On Jan 28, 2020
dj5naira:
Oh Hell!
Jesus, you're still here? It's joshuabase. Deleted my old account.
BusinessMoney Making Opportunity For Logistics Companies by SeunLanLege(op): 7:57am On Apr 26, 2019
GoSquare, a delivery app is currently partnering with courier companies to provide on demand delivery services to the growing e commerce industry.

We provide the dispatcher application as well as a dashboard to track your dispatch riders and your earnings on the GoSquare platform. Registration is free.

For enquiries and partnership details please send us a DM on Instagram @gosquareng

Technology MarketRe: You Buy, I Ship and Deliver from Usa To Nigeria, Ebay @495/$ by SeunLanLege(m): 9:41am On Nov 28, 2018
GamingRe: Lets See Your Custom Built Gaming Pc by SeunLanLege(m): 9:46pm On Nov 03, 2018
no 1080ti builds?
Technology MarketRe: . by SeunLanLege(op): 10:55am On Jun 05, 2018
Still available
Technology MarketRe: . by SeunLanLege(op): 11:53am On May 08, 2018
Still available.
Technology MarketRe: . by SeunLanLege(op): 2:38pm On May 04, 2018
smith4real1980:
ur number!??
I'm sorry i can't put it here, kindly send a PM or reply with your number.

thanks
Technology MarketRe: . by SeunLanLege(op): 12:30pm On May 02, 2018
DuruCrusher:
How much will it cost bro..... I no sabi pm
100k
Technology Market. by SeunLanLege(op):
.
PoliticsRe: Ambode Is Transforming Under Bridges In Lagos (Photos) by SeunLanLege(m): 11:32am On Mar 20, 2018
but what about security? what about health? what about the ridiculously long queue of trailers and tankers parked along western avenue?

Ambode is not getting my vote for second term, and this re-election culture needs to die. I even forgot lagos had a governor till he started his re-election campaign.
Business. by SeunLanLege(op):
.
Business. by SeunLanLege(op):
.
ProgrammingRust Lagos! by SeunLanLege(op):
Hey everyone! I'm pleased to announce the rust lagos meet up. [Meet Up link](https://www.meetup.com/rust-lagos/)

we're holding our first meet up on the 30th of september. It would be an introduction to the rust programming language, why should you be interested in it? it's performance, it's safety, and zero cost abstractions. We've noticed that a large number of nigerian devs *mostly* build for the web, so we'll be focusing majorly on the application of rust to building super high availability web servers.

 
use std::io::prelude::*;
use std::net::TcpListener;
use std::net::TcpStream;

fn main() {
let listener = TcpListener::bind("127.0.0.1:8080"wink.unwrap();

for stream in listener.incoming() {
let stream = stream.unwrap();

handleRequest(stream);
}
}

fn handleRequest(mut stream: TcpStream) {
let mut buffer = [0; 512];

stream.read(&mut buffer).unwrap();

println!("Request: {}", String::from_utf8_lossy(&buffer[..]));

stream.write("Hello World!".as_bytes())
}


At the end of the meet up, the above code (a single threaded synchronous web server) will make sense to you. and you would've grasped rust's basic concepts and a good reason to love the language.

if you have any questions, feel free to ask.

There are frameworks for building web servers in rust, infact i'm in the process of writing mine [github link](https://github.com/seunlanlege/arcreactor), the above example just uses the tcplistener from the standard library.

venue is 3, Birrel Avenue, off Herbert Macaulay Way, Sabo, Yaba(hotels.ng office)
Phones. by SeunLanLege(op):
.
Art, Graphics & Video. by SeunLanLege(op):
.
ProgrammingRe: Command Line Application, API And HTTP Client Library by SeunLanLege(m): 10:21am On Feb 14, 2017
Spyde:
please I need some one who can help me out with, how to create a command line application dat can access a certain API, I ve read lots book but still didn't get it,
If there's one thing programmers hate the most, it's being vague.

What api are you trying to access? Have you heard of curl?
Programming. by SeunLanLege(op):
.
ProgrammingRe: Php Programmer Need Help by SeunLanLege(m): 1:53pm On Feb 13, 2017
Jregz:
NO, read what you wrote again. You are the one trying to sound smart.

Isn't ruby also a scripting language?
So he shouldn't use ruby too ?

I'm not accusing you of reposting. I am saying it is what you did. You reposted what you read. And this is everywhere on the Internet. Everyone reposts crap (from Quora or hacker news) about x language.

And it's actually funny that folks like you might swear by Node
I didn't want to reply you, but it seems you discovered the difference between a programming language from Quora and hacker news.

Hate to disappoint you but I learnt c++ then php and the tutorial series I followed explicitly explained the difference between a programming language and a scripting language.

Please reply when you have a valid point. And I remember saying I wasn't insulting php or the op in anyway. You're just looking for a argument and I refuse to give it to you.
ProgrammingRe: Php Programmer Need Help by SeunLanLege(m): 7:48am On Feb 13, 2017
Jregz:
Even Brainfuck is a programming language... The earlier you get a language is a tool the better. Requoting shit from Quora or reddit doesn't make anyone sound smart
Stop trying to sound intellectual, I merely stated a fact and you start accusing me of requouting. Any competent programmer knows php is merely a scripting language. I didn't say php was a terrible language or try to belittle the op in any way, I simply corrected the semantic mistake he made.

Have a gold day.
ProgrammingRe: Php Programmer Need Help by SeunLanLege(m): 11:29am On Feb 10, 2017
HOJOSKID:
plz working on a project and am aving issues on how to fix post on the page plz help a little boy
Php isn't a programming language so technically you aren't a programmer.
ProgrammingRe: Your Help Is Needed by SeunLanLege(m): 9:09am On Jan 30, 2017
Rubyist:
Dear sir/ma
Great programmers of our honorable country. My greetings to everyone. I am rubyist, I a young programmer. I am in need of everyones help.
I started with C, and I am quite versed at it, it makes me understand nitty gritty of languages. And had been my bedrock to grasp other programming languages easily. I am an ND 2 computer science pt student at yaba college of technology. I am currently writing my last semester paper and will be due for I.T placement by 1st day of march. Let me briefly describe my type of person.

* I am a do it well type of person
* I like to code tools either for hacks or for getting jobs done in time, even when I haven't create many thou.
* I am flexible, can pick any language in short time.
* I am an A.I enthusiast. And will after yaba start picking books on it.
* I understand Java, Just learn ruby. And was compelled to learn php.

Now my php is far above average as I can code for the web, and I ll soon start to watch videos I get for Ruby on Rails.

Problem: my system crashed few days ago and I am feeling rusty as I don't have any system to code and practice with.

What I need: A place I can have access to both internet and computer as I really can't just stay idle. I am willing to work for free , just please give me access to those I will be really happy and appreciative of this. Pls drop your emails if you need my c.v or you can ask me to mail to you. Thanks
Nigeria needs more people like you.

If you're confident cwith your php skills ,send your CV to admin@myestores.com.ng
ProgrammingRe: Urgently Needed by SeunLanLege(m): 8:48am On Jan 30, 2017
Try codeacademy.com
ProgrammingRe: Help Me Look At This Small Problem by SeunLanLege(m): 9:03am On Jan 26, 2017
Insert into, not insert to
ProgrammingRe: Very Good Web Designer Needed in Lagos by SeunLanLege(m): 11:34pm On Jan 24, 2017
talk2hb1:
No mibd the guy jare, after reading some dubious people books on how to build your own facebook without having kobO, come nairaland they post nonsense.
Gone are those days where developers are clamoring for jobs, today their are more jobs than developers.
Was about to say the same thing
ProgrammingRe: Programmer For Partnership by SeunLanLege(m): 11:40pm On Jan 20, 2017
eltalentino:
I am in need of a programmer to bring my ideas to live. I am looking forward to working with someone who can see the big picture and together come up with something great.

Note: if you need immediate gratification, please don't bother reaching me.

Thanks
You might as well say you require the services of a bricklayer without the intention to pay.

Honestly what is wrong with nigerians these days?
ProgrammingRe: C++ Programmer Is Needed by SeunLanLege(m): 12:59pm On Jan 18, 2017
milkytins:
It can't solve the problem.
OK, cool
ProgrammingRe: C++ Programmer Is Needed by SeunLanLege(m): 10:24am On Jan 18, 2017
milkytins:
Good day. Please I need someone that can use C++ to program and simulate the growth of a plant.
Call 08068998735 or through whatsap.
Thanks.
How about javascript?
ProgrammingRe: Write Script From Scratch Offer by SeunLanLege(m): 10:33am On Jan 12, 2017
cwemsy:
May i go straight on what i want from a script...

I. on sign up of registeration form..member name is merged with a number that system prompts.
2.Member will be asked to drop confirm transaction pin from the next page that opens with time ticking
3.If successfully approved ..system will generate a number for the user.
4.New member will be remerged with next number on que and how these numbers are generated will be discussed with u on whatsapp chat.
5. drop your whatsapp number if you understand this project..let me contact you..thanks
Despite the incoherence of this post, I understand you're trying to build a system similar to MMM?

1 2 3 4 5 (of 5 pages)