Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,420 members, 7,808,510 topics. Date: Thursday, 25 April 2024 at 12:51 PM

Resosdigital's Posts

Nairaland Forum / Resosdigital's Profile / Resosdigital's Posts

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

Programming / Re: Pls Help A Beginner In This HTML by resosdigital(m): 7:49am On Jun 25, 2019
Just right click on the file, click on open with, then select chrome or any other browser.

Or

Copy the full path of the file and paste into chrome.
Programming / Re: Programmers In The House Please Help Out by resosdigital(m): 10:34am On Jun 19, 2019
Didn't grasp what you want to achieve

2 Likes

Webmasters / Re: How Can I Make My Site Load As Fast As Nairaland? by resosdigital(m): 12:51pm On Jun 18, 2019
skultrick:
The speed with which Nairaland opens is one of the main reasons I like to visit this site.

So, am asking webmasters in the house how can I make my site load very faster.


Host it on a cloud server.


You can use digital ocean starts at $5 a month.

Make use of a cdn like cloudflare which has a free plan.

Make extensive use of caching especially DB queries.

Other little things like source code modification, image compression, etc. Can also help.
Webmasters / Re: Who can design A Language Learning Website for me? by resosdigital(m): 5:04pm On Jun 17, 2019
Omega30:
If you know you are a very good full stacked developer who can develop a language learning website like: www.loecsen.com and a language exchange site like : www.speaky.com combined as one site.
Drop your number and I will contact u for your quotation immediately.
WhatsApp at https:///2349054832238
Programming / Re: Reasons To Choose Python As Your Next Web Project by resosdigital(m): 1:06pm On Jun 15, 2019
seadog2000:
Python is the most underrated language in Nigeria and yet it's far better than php and java
Python has its strengths a d weaknesses so those php a d java. No one language is better than another as each excels in its area of speciality
Programming / Re: Programming Not Enough Anymore: Data Analysis, Ml And A.i Is The Future. by resosdigital(m): 6:42pm On Jun 09, 2019
Abcruz:


Orange Data Mining.

Orange is an open-source data visualization, machine learning and data mining toolkit. It features a visual programming front-end for explorative data analysis and interactive data visualization, and can also be used as a Python library.
Let's not get it wrong.

Orange data mining is not a programming language but a tool.

The fact that a tool gives you a graphical interface to manipulate data and do some tasks doesnt make it a programming language.

Let me use an instance that everyone can relate to SQL.

SQL is a programming language and there are lots of graphical clients for SQL- workbench, phpmyadmin, hiedisql etc.

This tools allows you to have a graphical representation of your database and also allows you to manipulate it without code.

But when you want to add a database solution to your application do you use them? No, you have to write SQL in code. Same applies to orange. If I needed to integrate it in my project, I would use its python api.

The tools are there for convenience and not as a replacement.
Programming / Re: Help With Website Development And Hosting With Wordpress by resosdigital(m): 6:28pm On Jun 07, 2019
maestrorankin:
While registering on WordPress to build a website let's say I want to build a website named chip.com.ng and I have registered the domain with a Nigeria DNS provider. Next is to start developing the WordPress site.. On the WordPress url when asked what my domain name is, whatever I type there will surely have something like chip... How do I remove that from my built WordPress site and change it back to chip.com.ng. Once that is done, how do I link the WordPress site now carrying chip.com.ng to bluehost for hosting.. I hope you can understand better now
is different from self hosted wordpress at wordpress.org.

My advice for you is to step the weekend learning more - watch some YouTube tutorials, read some articles and gain more insight.
Programming / Re: Python Django: How Users Can Follow Tags by resosdigital(m): 2:45pm On Jun 07, 2019
Eont use django much but guess I will tell u how I would implement in laravel.

You need a many to many relationship between tags and users.

For this you need 3 tables: users, tags, and tag_subscriptions

Users and tags table must have a primary id to identify each record.

The scheme for the tag_subscriptions table will contain just two columns
user_id and tag_id.

How it works.

Let's say when user with id 3 wants to subscribe to tag with id 5, you insert a new record into tag_subscriptions with the appropriate ids for user and tag.

When you need to retrieve all the subscribed tags for say user with id 4. You would query the tag_subscriptions table for all records with user_id 4, then you can get the tag_ids and the tags.

I am sure you should be able to figure out how to implement in django

1 Like

Programming / Re: Help Needed by resosdigital(m): 2:07pm On Jun 07, 2019
Go to YouTube and search SQL crash course by Brad traversy. That should give you a head start

1 Like

Programming / Re: Programming Not Enough Anymore: Data Analysis, Ml And A.i Is The Future. by resosdigital(m): 2:06pm On Jun 07, 2019
Exactly.

And Not making it seem like cloud computers are are different from regular computers.

Cloud computing is simply instead of maintaining your own servers and super computers, you pay someone else to use theirs.

Abcruz:


There are but they are so expensive and the resources to maintain them are skyrocketing.

The idea behind cloud computing is that any individual can process large amount of data without having the needed infrastructure to execute the task.

Cloud computing is the future of data science.
Programming / Re: Programming Not Enough Anymore: Data Analysis, Ml And A.i Is The Future. by resosdigital(m): 12:46pm On Jun 07, 2019
helpsystem:
If u read and try to digest what I wrote and my topic. U will understand that I am not condemning or praising a programming language rather. I am enlightening programmers what is really been popularly sought after and what one need to develop on. But u are just trying to prove here how one need to still learn programming from scratch. Not everyone must and will code in c++ or c. But knowing it is a plus but not a necessity. Rather before any company employ a c++ programmer, they would av consider a data scientist 100times in d present world.
C and C++ are assembly language as someone already said. But do u know u can build an ai, that will comfortably code in c and c++ for u and build a lot of machines, os. So y disturb urself when u can just instruct an ai what u visualise and think. And it will get done for u.

Sorry to say bro but you seem not to have any real world experience about any of this.

Ai that writes c++ and builds operating systems. Smh
Programming / Re: Programming Not Enough Anymore: Data Analysis, Ml And A.i Is The Future. by resosdigital(m): 12:44pm On Jun 07, 2019
helpsystem:


I agree to all the bold text above.
Cloud computing is more than what u think. When u need to process, store and secure a large number of information and data. U need cloud computing. How many system do u think can process a petabyte of data? None bro.
Also programming been done in d old fashion way. Bro u are still in 20th century, in 21st no its not d same way. Do ur research and contradict me.
And about u fitting all instruction giving to a computer in a box. Its highly possible and already been done. Example. Self driving car using ai. Go and read about it.

You do know that cloud computing is still done by computer systems and there are super computers that process hundreds of petabytes per second.
Programming / Re: Programming Not Enough Anymore: Data Analysis, Ml And A.i Is The Future. by resosdigital(m): 9:54am On Jun 07, 2019
asalimpo:

popularity is not synonymous with superiority or merit.
Betamax was technologically superior to vhs but vhs won the market at the end of d day.

C,c++ are not in the same league as java,python etc.
They are obsolete if what they excel at can b easily done by newer languages-more efficiently. But newer languages cant do all what c,c++ do.
So c nd c++ will still b around for a loooong time.

2) c++ is still evolving. Adding new features,deprecating some without sacrificing its core philosophy.

For data manipulation- the kind of programming u refer to- u dont need c,c++. For systems programming, you do. In many cases,they hav no substitutes. Rust is a new contender but outside of it,c n c++ will still b around for a long time.
Finally someone who understands programming
Programming / Re: Programming Not Enough Anymore: Data Analysis, Ml And A.i Is The Future. by resosdigital(m): 10:54pm On Jun 06, 2019
helpsystem:

Sure. Only few people still uses c++. Google it and find out. Try to search top 10 most use programming languages and u will get ur answer. I am not saying its not been used but not as widely as python and java

C and c++ runs the programming world bro.

https://www.toptal.com/c/after-all-these-years-the-world-is-still-powered-by-c-programming
Programming / Re: Programming Not Enough Anymore: Data Analysis, Ml And A.i Is The Future. by resosdigital(m): 10:45pm On Jun 06, 2019
helpsystem:

And here is where my topic and curiosity comes in. Y are people afraid to move with d pace at which the world is evolving. Rather we want to still wallow on past glories. Apart from java and python which are still very relevant. All the old languages like basic, c, c,++ e.t.c are going obsolete and that's the fact. No one codes with them. Just as Greek and Latin are the origin of English language and they are obsolete now

Even your tensorflow is written majorly written in c++.

Guy you just dey off me this night I swear
Programming / Re: Programming Not Enough Anymore: Data Analysis, Ml And A.i Is The Future. by resosdigital(m): 10:43pm On Jun 06, 2019
helpsystem:

And here is where my topic and curiosity comes in. Y are people afraid to move with d pace at which the world is evolving. Rather we want to still wallow on past glories. Apart from java and python which are still very relevant. All the old languages like basic, c, c,++ e.t.c are going obsolete and that's the fact. No one codes with them. Just as Greek and Latin are the origin of English language and they are obsolete now

Just to absolutely clear.

You are saying python is a replacement of c++
Programming / Re: Programming Not Enough Anymore: Data Analysis, Ml And A.i Is The Future. by resosdigital(m): 10:39pm On Jun 06, 2019
helpsystem:
but do u know python was developed from c++ and that's how all programming languages work. A new language springs up from existing once.

You just made my point.

Even core python implementation is written in c++ and yet you say no one uses c++ again.

What do you think the python developers working on new releases are using

1 Like

Programming / Re: Programming Not Enough Anymore: Data Analysis, Ml And A.i Is The Future. by resosdigital(m): 10:38pm On Jun 06, 2019
My question is what happens when you are asked to work on the tensorrlow project?

See, your reply just shows exactly what would happen.

It's all easy to use a fancy tool without understanding how the underlying architecture works.

helpsystem:

Sorry bro but pls have u ever use tensorflow, and do u understand neural network, ml and ai?
No programmer or data scientist knows it all. And u are not expected to know how to use all languages. Rather in any language u know, make sure u are good in it. Y u can write a software in different languages and depending on which one the programmer is good in

2 Likes

Programming / Re: Programming Not Enough Anymore: Data Analysis, Ml And A.i Is The Future. by resosdigital(m): 10:33pm On Jun 06, 2019
To all beginners, dont let anyone fool you into thinking that learning the fundamentals is a waste of time.

You never know what opportunities tomorrow will bring your way.

Earlier this year I heard about a programmer who had applied for a senior dev job. He had an amazing portfolio of python projects to showcase but when he worked into the hall, he was given an an array problem to solve in big oh of n time.

He had no idea what big oh was and lost the job as result.

This is something he could have easily learnt if he was patient enough to go through the basics first.

My advice is that you cant learn to run without first knowing how to walk else you would wabble a few steps forward and come crashing down.

8 Likes 1 Share

Programming / Re: Programming Not Enough Anymore: Data Analysis, Ml And A.i Is The Future. by resosdigital(m): 10:29pm On Jun 06, 2019
helpsystem:
Ofcos no language is a waste. But if u check the history of programming, u will discover with time, programming languages are becoming obsolete as new languages are been developed. Need to let u know years ago nobody knows about pytorch and co. But now. Its has evolve how people use python. I started learning programming with qbasic, c, c++ but now no one code with these anymore. Can't even remember when I use them. Now I use r, tensorflow, jupyter notebook. And I can boast I do deliver well.

60% of game companies use c++, all windows libraries are c++, the underlying kernel your android phone and most OS use is c++.

If you dont use it doesn't make it obsolete.

Nothing absolutely nothing would ever replace the need for c++ as nothing can match its performance

5 Likes 1 Share

Programming / Re: Programming Not Enough Anymore: Data Analysis, Ml And A.i Is The Future. by resosdigital(m): 10:26pm On Jun 06, 2019
helpsystem:

Lmao in d 21st century, who need u to code from scratch. I was trained by google bro and also I did my ml course with Stanford university. While I am presently doing my data science specialization with job Hopkins. No company will tell u to b coding from scratch rather how well ur code runs and achieve its aim.
So u are telling a company will want u to do a work that can be done in hours for days. Do u even know why a.i is been more of focus now. Cos now they want machine to do more of d work and even predicting future and possible outcome.
Jupyter notebook, r, tensorflow are interface provided to make coding interactive and fun. Nobody needs ur bogus coding rather solving problems with less line of coding.
Very true.

But happens if you get a job to work on the tensorflow project and codebase then what happens

1 Like

Programming / Re: Programming Not Enough Anymore: Data Analysis, Ml And A.i Is The Future. by resosdigital(m): 8:51pm On Jun 06, 2019
Abcruz:


Yet I'm conversant with Python and it's libraries.

Then I am very curious how you do "graphical programming" in python

1 Like

Programming / Re: Programming Not Enough Anymore: Data Analysis, Ml And A.i Is The Future. by resosdigital(m): 8:16pm On Jun 06, 2019
Abcruz:


What it takes a professional programmer to execute in a day can now be done by a total novice with no knowledge of programming to accomplish in a minute.

Unfortunately the majority are stalked in past glory and would rather resist change until they're totally left behind.

grin
Graphical programming??

You know absolutely nothing about programming. Sorry to say

4 Likes

Programming / Re: Programming Not Enough Anymore: Data Analysis, Ml And A.i Is The Future. by resosdigital(m): 8:07pm On Jun 06, 2019
This is all wrong.

You will only end up becoming a script junkie that no one would take seriously.

What happens if you are given a problem to solve without using any of your libraries?
helpsystem:

No I differ with u. The way programming works now is different from before. Now u don't need to write long codes or billion of codes to get it. Cos all these have been done into packages u will just need to download and use one or two line of code to achieve. And about learning primary languages, as I mentioned one will need to learn it but not to mastery, rather it is the more u practice u will become better.

5 Likes

Programming / Re: Programming Not Enough Anymore: Data Analysis, Ml And A.i Is The Future. by resosdigital(m): 8:05pm On Jun 06, 2019
helpsystem:

U got me wrong, I said one need to learn a primary language but now u can learn it along with learning a.I and ml. Check courses on deep learning, machine learning and data science on coursers and u will know its part of the curriculum there
You cant learn programming along with ai or ml bro.

You first learn programming before deciding on where you want to go - ai, ml, data science, game dev, software eng.

Without deep knowledge of programming and algorithms, you would just be wasting your time.

1 Like

Programming / Re: Programming Not Enough Anymore: Data Analysis, Ml And A.i Is The Future. by resosdigital(m): 11:54am On Jun 06, 2019
How can you implement ai or ml without programming languages like python or java? Tensorflow, Catalan and every other AI or ml library was written in a programming language.

Your advice is equivalent to telling someone who cant walk to forget about learning to walk but should start learning to run.


helpsystem:
When I see most people still talking about the old python, java, e.t.c. in this our part of the world, I tend to wonder if we are ever going to catch up with the rest of the world in innovations and rapid development.
Don't get me wrong, learning primary languages such as c++, python, java, r programming, e.t.c is essential, but in the present reality, this programming languages is more or less like learning English language, French language, Spanish language, e.t.c.
What should be more of focus is cloud computing, data analysis, machine learning, artificial intelligence, big data, software development, e.t.c. because this are now what set the technology pace.
Ofcos one can't do all these without learning basic programming, but presently nobody writes bogus programming anymore when you can just write a two or few lines of code which will easily execute and give desire result.
In conclusion, I am just trying to let us Africa to look beyond the basic programming of 10years ago and put our focus on the the most essentials like tensorflow, datalab, e.t.c. our pace is too slow, we need to set our priorities right.
In medicals, technologies, weather forecasting, marketing, accounting e.t.c are all been overtaking by a.i and ml. In few more years the most lucrative jobs will be taking by those who understand a.i and ml.

24 Likes

Programming / Re: Software Administrators Needed At A Software Firm URGENTLY by resosdigital(m): 10:14pm On Jun 01, 2019
@adeola9 a very similar job was posted by you in late February on which you verified that the vacancy had been filled.

https://www.nairaland.com/5025478/software-administrators-needed-software-firm

Late February to now is barely 2 months.

I don't really think you should be outsourcing for such a client.
Webmasters / Re: Closed by resosdigital(m): 12:25pm On May 29, 2019
felibrain:
Seriously I need a full stack web programmer to work with me. I'm building a site but I'm stuck with integrating paystack payment gateway. If you can collaborate please reply. Must be vast in PHP and laravel framework. I will pay for your help.

Can help you out.

WhatsApp at https:///2349054832238
Business / Hire An Expert Level Full Stack Web & Mobile Developer For Your Projects by resosdigital(m): 9:31am On May 28, 2019
God day all.

I am a very skilled UI designer and full stack web and mobile developer with skills in:

UI &UX design
Laravel PHP framework,
Vuejs javascript framework,
Custom wordpress development.
ionic framework .

I can help you build your business websites or blogs with a custom, unique and beautiful User Interface designed by me. I will also build a customer theme based on the UI designs that will give you a bespoke website that stands out from the crowd.

I am also a skilled mobile developer with ionic framework and can build cross-platform mobile apps for your business or newest idea.

I can also convert your existing websites or blogs into amazing mobile applications.

I am also highly experienced with laravel and vuejs frameworks and can handle the full stack development of any web application and integrate any logic or features needed.

If you have an idea for an app or website that you wish to build, I am ready to have a chat with you regarding the project.

I am also available for website redesigns, UI design, custom wordpress theme and plugin development and any other development related tasks.

You can chat me on WhatsApp- https:///2349054832238

Thanks
Software/Programmer Market / Hire An Expert Level Full Stack Web & Mobile Developer For Your Projects & Ideas by resosdigital(m): 9:18am On May 28, 2019
God day all.

I am a very skilled UI designer and full stack web and mobile developer with skills in:

UI &UX design
Laravel PHP framework,
Vuejs javascript framework,
Custom wordpress development.
ionic framework .

I can help you build your business websites or blogs with a custom, unique and beautiful User Interface designed by me. I will also build a customer theme based on the UI designs that will give you a bespoke website that stands out from the crowd.

I am also a skilled mobile developer with ionic framework and can build cross-platform mobile apps for your business or newest idea.

I can also convert your existing websites or blogs into amazing mobile applications.

I am also highly experienced with laravel and vuejs frameworks and can handle the full stack development of any web application and integrate any logic or features needed.

If you have an idea for an app or website that you wish to build, I am ready to have a chat with you regarding the project.

I am also available for website redesigns, UI design, custom wordpress theme and plugin development and any other development related tasks.

You can chat me on WhatsApp- https:///2349054832238

Thanks
Webmasters / Hire An Expert Level Full Stack Web & Mobile Developer For Your Projects & Ideas by resosdigital(m): 9:09am On May 28, 2019
God day all.

I am a very skilled UI designer and full stack web and mobile developer with skills in:

UI &UX design
Laravel PHP framework,
Vuejs javascript framework,
Custom wordpress development.
ionic framework .

I can help you build your business websites or blogs with a custom, unique and beautiful User Interface designed by me. I will also build a customer theme based on the UI designs that will give you a bespoke website that stands out from the crowd.

I am also a skilled mobile developer with ionic framework and can build cross-platform mobile apps for your business or newest idea.

I can also convert your existing websites or blogs into amazing mobile applications.

I am also highly experienced with laravel and vuejs frameworks and can handle the full stack development of any web application and integrate any logic or features needed.

If you have an idea for an app or website that you wish to build, I am ready to have a chat with you regarding the project.

I am also available for website redesigns, UI design, custom wordpress theme and plugin development and any other development related tasks.

You can chat me on WhatsApp- https:///2349054832238

Thanks
Webmasters / Re: Can You Build A Professional Autopilot Affiliate Marketing Website? by resosdigital(m): 8:44am On May 28, 2019
Check your mail.
Email sent from resosdigital@gmail.com
adeyemo001:
Web Developer required to build from scratch a very professional responding, mobile friendly with SEO "full Autopilot Affiliate Marketing website". The website will specialise on Football only, selling jerseys, football betings, etc... Strictly football. Interested person should contact me on akeemadeyemo001@gmail.com with your price and all what you are going to offer for, duration, etc...



(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (11) (of 13 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. 70
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.