Programming / Re: ... by gistray: 12:17pm On Jul 17 |
You know programming but your design skills or css isn't perfect
There's really no point designing a blog from scratch this days sha
May cms which offers better SEO available |
Programming / Re: My URL Shortening React Application by gistray: 12:16pm On Jul 17 |
. |
|
Programming / Re: React Styling(experienced Devs needed) by gistray: 10:43am On Jul 16 |
U don't know anything.
But every thread looking for REACT developer u go the drop contact.
Now common to style element u know know 2 Likes
|
|
|
|
Programming / Re: I Need Laptop Specification For Programming by gistray: 6:03pm On Jul 15 |
Macbook pro 220 |
Programming / Re: Need Developers For A Fintech Startup by gistray: 4:46pm On Jul 15 |
No means to contact u |
Programming / Re: Need Developers For A Fintech Startup by gistray: 4:41pm On Jul 15 |
Millz404:
You are not qualified sir This one pain
|
Programming / Re: Video Streaming Help Needed by gistray: 7:38pm On Jul 14 |
Depends on how fast your host is
Nothing much you can do |
Phones / Re: How Do I Get Qatar Number by gistray: 7:36pm On Jul 14 |
|
Phones / Re: How Do I Get Qatar Number by gistray: 6:34pm On Jul 14 |
Jafar1: say the truth, u wan do yahoo! If I want to do yahoo I'll tell you You're not going to flog me |
Phones / Re: How Do I Get Qatar Number by gistray: 6:17pm On Jul 14 |
Waiting |
Phones / How Do I Get Qatar Number by gistray: 5:48pm On Jul 14 |
I want to use it for 2 things
Approve my Affiliate network account based in Qatar
Approve my WhatsApp I'll be using to promote my affiliate product to Qatar citizens when I add them to the group
Will introduce anyone who tells gives me working solution to the business
Easy 10-40k per week |
Programming / Re: Can Someone Help Me With With This Javascript Exercise Please by gistray: 3:01pm On Jun 13 |
Belkid01:
Function wordCounter (str) { let eachWord = str.split( "" ) ; return eachWord [1]. length; }
Explanation: The String split method splits a strings with respect to the argument passed in it. In our case ( "" ) : i.e. anywhere it finds a space( "" ) it will split/cut and returns the splited items in an array....
For example str = "I am a programmer"
str.split( "" ) returns = ["I", "am", "a", "programmer"]
//Splitting the sentence everywhere it finds an empty space...
we save the returned array in a variable = eachWord
Then we simply target the second index/second word using square bracket methods.... eachWord [1]. //index in JS starts from 0
Then we get the length.... With the "length" property = eachWord [1]. length Your Solution no work |
Programming / Re: A "Senior" Software Developer Could Not Solve This Coding Challenge, Can You? by gistray: 9:46pm On Jun 04 |
i forgot his question, just strolled back and decide to continue short solution lol.... i didnt care for time complexity or anything.
function SortArrayFrequency(arr){
// set number to one var num = 1 let finalArray=[] let arrayByFrequency = []
// auto sorting given array & Iterate through; for(let i=0; i<arr.sort().length; i++){ // if next sorted array item matches previous add 1 to num; if(arr[i]==arr[i+1]){ num++ } else{ //else push the item to sorted array by frequecy and set num back to 1 arrayByFrequency.push([arr[i],num]) num=1 } }
// Now sort arrayByfrequecy, reverse it and then add to final array and return arrayByFrequency.sort(function(a, b) { return a[1] - b[1]; }).reverse().forEach((item)=>{ finalArray.push(item[0]) }) return finalArray
}
SortArrayFrequency([1,2,6,2,3,7,7,5,7,6,2,7]) (6) [7, 2, 6, 5, 3, 1] |
Programming / Re: Benefits Of Php Programming And Development by gistray: 11:04pm On Jun 03 |
platymus:
I was once a PHP only addict. In this days of complex applications and multi platform, PHP is no match will therefore fallout of favour with programmers. Consider for example that you can build web application, mobile application and desktop application using JavaScript,it's libraries and frameworks.nodejs is doing what PHP can do plus more, Go is even doing more, WebAssembly will make you do things on the client side that will limit your call for server resources. These and many more are the reasons why I can't advice anyone to learn PHP as their first programming language. You had better learn JavaScript,its libraries and frameworks, that will empower you to be multi platform developer (web app,progressive web app, mobile web app,desktop app developer) and APIs developer than learning PHP. PHP will go the same place ruby went to. PHP Is really dead but it use will be highly limited due to things like complex web application development. Im a MERN guy... just don't like people attacking php as if it doesnt power majority of websites |
Programming / Re: Benefits Of Php Programming And Development by gistray: 11:56pm On Jun 01 |
platymus: This is just marketing! First PHP is not the best server side language! I start my programming journey with PHP since 2012 and it was very interesting then. But then part of PHP weakness is it inability to handle network properly. In simple terms,try build a simple chat app with laravel and see how difficult it is. Do the same with Nodejs and also python if you are polyglot programmer who can write in different languages. It is easier to develop such kind of app with Go,Nodejs, WebAssembly,than PHP. Let me say that if you want to be a truly successful software developer, see programming languages as tools,learn different language for what they can most effectively. U are listing PHP's weakness. Node and python got weakness too you know. |
Webmasters / Re: Please Who Knows The Name Of The PHP Script Used Here... N1000 Card by gistray: 11:41pm On Jun 01 |
waiting |
Webmasters / Please Who Knows The Name Of The PHP Script Used Here... N1000 Card by gistray: 11:32pm On Jun 01 |
coinflex. com netroic. net |
Crime / Re: 7 Children Die While Escaping Bandit Attack In Katsina (Photos) by gistray: 6:57pm On Mar 14 |
MYHUBBY:
senselessness is you shout yeast hallmark. no Yoruba will be insensitive in a sad thread like this
you igbo are just so heartless, you've no human feelings, see this idiot politicizing this unfortunate incident I'm an Afonja sir thank u 2 Likes
|
|
Crime / Re: 7 Children Die While Escaping Bandit Attack In Katsina (Photos) by gistray: 6:44pm On Mar 14 |
Normal thing from that part of the country.
I wonder when Boko haram will resume work.
More reductions for 2023 elections they think they can intimidate us with votes
Proudly Omaulabi
Yoruba Lawa 17 Likes 1 Share
|
|
|
|
|
|
|
|
|