Sleepingdemon's Posts
Nairaland Forum › Sleepingdemon's Profile › Sleepingdemon's Posts
i also believe this link might be helpful for you. https://www.youtube.com/watch?v=ppCzDDpcqRk&feature=youtu.be |
i see. If you have a docker setup, why do you have nginx running on the vps itself and not on the docker, then exposing the port 80 of docker to 80 of the vps? So you will also need the jenkins bitbucket plugin, which you will configure to use your credentials and get access to your repo. You would also need to setup webhook from your bitbucket repo to notify jenkins each time you push to the bitbucket repo. However, i believe there is a jenkins-docker plugin you might want to use to simplify your docker installations. Goodluck. |
Send me a mail hi@samuel.com.ng Lamzzyy: |
Finally the arguments are over. Abeg who has spare world class dev idea that he or she is not using, lets talk. |
Sibrah:node js is a runtime environment for server side JavaScript based on V8 engine. |
Did I just see node is a server on its own? I'm shook. Jes like saying php is a server on its own, as you can invoke a php like server using php-cli php -S host:port command. |
I've used phonegap for a couple of projects, and I can say some things. 1.) it's a faster approach, but then you pay with application size at the end of the day. A simple hello world app can take almost 2mb 2.) while it's much easier to target almost all phone platforms, You'll end up paying for it with performance. 3.) however, if it's a very little app you want to build, you can go on it, but for a much larger app, try nativescript, or finally go native. 4.) for applications that need to access some specific things like accelerometer, SQLite, e.t.c lagging comes in, and then you actually feel the difference in performance, as even the end user would feel it. But in all, for small applications, it's an easy start. |
I think You guys are taking this issue so far, and i guess its as a result of misinterpretation. The op said "understand Yoruba". This does not necessarily mean the person must be Yourba. Ever for once than trying to bash him wonder if the application he is trying to create is "Yoruba" specific? like we have some french specific or spanish specific applications? The main tribalistic people are you people that do not look at the full context of a sentence before bashing people. |
DoyinJ:lemme see what i know sef here programming lang: all listed scripting: intermediate(node.js) framework: fail use express and ejs)testing fail: (never even used node.js that serious to do testing) database: mysql other experiences: pass. But.......i havent used node.js for any serious app apart from using it alongside php for realtime. talking(sockets.io) Over to those guys that do FULL NEMP or MEAN stack. OP is looking for you guys |
FincoApps:If Seun wouldnt start dragging war with me the way (according to what ive read (he did with dhtml)); |
DanielTheGeek:Basically the plugin injects prism js or highlight js script tags into the nairaland page that is being logged on to, Then it looks for codes wrapped in "<pre>" and "<code>" tags, then gives them the syntax highlighting feature. And since this js script can auto detect over 200 languages, we are good to go. The short method is, tell seun to just add the script tags loading either of them and initialize them on his header. Then people writing codes would just use the "<pre>" and "<code>" tags. It takes less than 2 mins for seun to actually do that. |
I was thinking of creating a chrome plugin that injects the syntax highlighting to nairaland. But after I've heard about the battle between Seun and dhtml18, I just swiftly forgot it |
hollyfat:Lagos as written previously> magodo to be precise |
SeunLanLege:Contract |
Morning all, Crust resources is in urgent need of both a front end developer and a back end developer in Lagos. For front end developers, basic requirements are : Adequate knowledge of html, css and javascript usage of photoshop and the likes is an added advantage. for back end developers, basic requirement are: adequate knowledge of php (codeigniter / laravel); strong knowledge of client side javascript, html and css. knowledge of python is an added advantage. Cv's should be sent to samuel@crustresourcesng.com |
if ill say in terms of learning speed, php. in terms of development speed, python using django is faster. then for lazy coders: django. but i must warn, to use django, you have to trade off the learning speed youll gain if you use php. for perl and ruby, i havnt used any of those languages, and ill rather not compare based on what ive seen on the Internet. Note: in all of this, i made sure i have differentiated the types of speed i was referribg to. if actually talking about load speed, i might need to ask if it is with/without hacks. As the area of load speed might bring out more arguments. ermm lastly, FrankLampard made mention of php being more secure. could you please enlighten me more on that? Thank you. |
FrankLampard:i actually in all of these did not say i am either a developer/programmer or a better one for that matter. im just here to make comments. however, the only thing i am not restricted to disclosing about any job i might have done publicly, might be an undocumented php framework i created, and lives on my system till i document it. if you do want to know/see my works, then you can contact me personally. |
I honestly did not want to comment on this post, but i think people are already flying the part that the sites he even posted on here are very much amateur looking in the ui aspect. for example, the paytwice, did anyone notice that even the items arent of uniform dimension? i.e the dimension is determined by the width of the image to be shown?. Take a look of how he even displayed his price. (i wont even comment on that one). No favicon on the site. and a whole lot more i dont even want to try. That other forum site, i even refuse to take mytime to go through it. I however, did not even bother checking the security level of those sites. So if he charges 5k for this level of competence, FELLAS, He's right! |
guru01:In all countries in the world?. or just nigeria. You need to be specific in things like this. |
dhtml18:Thank God say these senators no be programmers. Them for pad, sell the country |
well, i guess i am interested in this your application. If you dont mind me using the python Flask framework, Do text/ call on 08052016214. |
so now, na to turn guys to lecturer be the new trend ba. if ull pay 450k and above monthly of basic salary, tell me to send cv |
sonOfLucifer:Thirldconded. ![]() |
seunthomas:true that> e.g Python works on .net using IronPython |
abubaka101:it is possible, if you check well, there was a thread on nairaland, where jidez007, i, dhtml18 and some others were talking about this, cant remember the title, but its not officially possible, but works through an hack. now not to derail this topic. leave us to this battle of .net its one of the few things we can spare time for |
dhtml18:noop, sent it since afternoon. my fb is facebook.com/samuel.a.ogundipe |
Febup:joelib module takes care of that automatically for me. note that in python there is an inbuikt multiprocessing and multithreading library, which the joelib library was built on top, had i chosen to use that library directly, i would have had to deal with the safety myself. but using joelib, i neednt care about that. |
Febup:i was also using a for loop. only difference is they kept thier range of numbers directly in the loop, while i used a variable to hold my range. Then they were doing square roots and raised to power off together which wasnt part of what either you or i did. (sqrt)(i**2) meant the value of the i should be raised to power 2, then the square root should be returned. which wasnt part of our own scope |
Febup:it uses a for loop which is placed inside the parallel block the parallel block starts from with Parallel(n_jobs=2) as parallel:, then inside it is the for loop i.e for one in nums. the increment of x is done inside the for loop too i.e x=x+1. the total variable is also added in the for loop i.e total +=one. i guess its because nairaland isnt code friendly and python dosent use curly braces you werent able to notice them |
dhtml18:err, to deviate a little, sent you a message on fb. |
use express and ejs)