Programmer Wanted

  • Thread starter Thread starter fschmidt
  • Start date Start date
  • Replies Replies 49
  • Views Views 11K

fschmidt

Elite Member
Messages
381
Reaction score
17
Gender
Male
Religion
Other
I am looking for a programmer to develop a website. Pay is $5000/month. Work from home anytime you want, but this is a full-time job. I am a programmer myself, but I don't have enough time for this project, so I will just manage it. Development will be in a language similar to Lua.

I am not Muslim. I follow the Old Testament. I am posting this ad on forums of religions that seem to have some respect for God, these being Karaite Judaism, Conservative Mennonites, and Islam.

Please let me know if you are interested.
 
Greetings!

What kind of platform will the website be built on? ((LOL NVM... I just re-read it >_>))
 
What kind of platform will the website be built on? ((LOL NVM... I just re-read it >_>))
Actually I should link to it:

http://luan.luanhost.com/

Software, like everything else, was good in the West before the West became completely evil sometime around 2000. Now software has become overcomplicated trendy garbage, so I develop my own tools like Luan.
 
Are you developing your own programming language? I'm curious. Although Idk any programming.. I am learning PHP.. But I am far from professional.

Sorry, if my question sounds noobish, I am quite the newbie to this.

I only know some HTML, CSS, and stuff like that. Actually, CSS is still quite new to me. Although I know what it is, kinda. And Allah SWT knows best.
 
Last edited:
I can build websites on an easier to manage platform.... so that you can link your development on the actual website, or do you mean that the website is to be developed and thus designed with similar language to Lua?
 
Are you developing your own programming language? I'm curious. Although Idk any programming.. I am learning PHP.. But I am far from professional.

Sorry, if my question sounds noobish, I am quite the newbie to this.

I only know some HTML, CSS, and stuff like that. Actually, CSS is still quite new to me. Although I know what it is, kinda. And Allah SWT knows best.
Yes I developed my own programming language, but it is based on Lua.

This is the book I use for CSS:

http://www.amazon.com/Cascading-Style-Sheets-Designing-Web/dp/0321193121/

CSS is reasonably well designed.

PHP is awful, and therefore popular.
 
I can build websites on an easier to manage platform.... so that you can link your development on the actual website, or do you mean that the website is to be developed and thus designed with similar language to Lua?
If you know of an easier to manage platform than mine, I would like to hear about it. I wrote a short tutorial about my platform here:

http://luan.luanhost.com/tutorial.html

Modern software is becoming increasingly complicated and inconsistent. PHP is a good example of inconsistency and most modern languages like Scala are overcomplicated. This is why I develop my own tools and hire programmers to use them.
 
Are you developing your own programming language? I'm curious. Although Idk any programming.. I am learning PHP.. But I am far from professional.

Sorry, if my question sounds noobish, I am quite the newbie to this.

I only know some HTML, CSS, and stuff like that. Actually, CSS is still quite new to me. Although I know what it is, kinda. And Allah SWT knows best.

Have you tried learning Python? I've done some Python 3.x programming and I quite enjoyed it. You can do web development with it too if you use django.
 
Have you tried learning Python? I've done some Python 3.x programming and I quite enjoyed it. You can do web development with it too if you use django.
Yes I know Python. Python is a fairly good language.

I do a lot of Jave programming and I originally developed Luan as a scripting language for Java. Luan integrates well with Java, better than the Python implementation in Java. And while Python is simple by modern standards, Luan is much simpler.
 
Yes I know Python. Python is a fairly good language.

I do a lot of Jave programming and I originally developed Luan as a scripting language for Java. Luan integrates well with Java, better than the Python implementation in Java. And while Python is simple by modern standards, Luan is much simpler.

I've never heard of Luan... I've heard of Lua, popular for games programming right? A friend of mine has an apprenticeship learning ADA which is the language they use to program the computers in rockets, planes, satellites etc because it's super secure, has strong typing, exception handling etc. I'm not really a fan of programming but Python was pretty cool.

You should enquire about this position on DreamInCode

Good luck
 
Last edited:
I've never heard of Luan... I've heard of Lua, popular for games programming right? A friend of mine has an apprenticeship learning ADA which is the language they use to program the computers in rockets, planes, satellites etc because it's super secure, has strong typing, exception handling etc. I'm not really a fan of programming but Python was pretty cool.

You should enquire about this position on DreamInCode

Good luck
Yes Lua is popular for games. But I chose it as a base because it was the simplest language I could find.

I do not want to work with members of modern culture. They are evil. They love what is bad and they hate what is good. Which means that their programming is horrible. So DreamInCode is not for me.
 
Yes I developed my own programming language, but it is based on Lua.

This is the book I use for CSS:

http://www.amazon.com/Cascading-Style-Sheets-Designing-Web/dp/0321193121/

CSS is reasonably well designed.

PHP is awful, and therefore popular.

Yeah, I don't like PHP tbh. I like to learn how to make APP programs.. on apache.............. I like to cheat in games. Hehe.

CSS is only for 'design'.. tho. From what I have learnt, PHP combined with CSS, is good????

I'd like to know how to use C++.

I've never really heard of Lua. I only know PHP, HTML, python, Java Script, C+, C++,
 
Last edited:
Yeah, I don't like PHP tbh. I like to learn how to make APP programs.. on apache.............. I like to cheat in games. Hehe.

CSS is only for 'design'.. tho. From what I have learnt, PHP combined with CSS, is good????

I'd like to know how to use C++.

I've never really heard of Lua. I only know PHP, HTML, python, Java Script, C+, C++,

C++ is pretty advanced and you have to deal with memory management. If you've never programmed in an object orientated language before I highly recommend Python. PHP is very popular but it's getting old now and it's messy as hell by the looks of it. Try Djano, I think you'll like it.

https://www.youtube.com/watch?v=KsLHt3D_jsE This web series should get you started.
 
C++ is pretty advanced and you have to deal with memory management. If you've never programmed in an object orientated language before I highly recommend Python. PHP is very popular but it's getting old now and it's messy as hell by the looks of it. Try Djano, I think you'll like it.

https://www.youtube.com/watch?v=KsLHt3D_jsE This web series should get you started.

I will check it out.

I like challenging stuff, but what I don't like is when it looks messy, and you don't know where to start.
 
I will check it out.

I like challenging stuff, but what I don't like is when it looks messy, and you don't know where to start.

This is very structured and incredibly easy to follow. I started out learning python online and then I delved into django because you do need some python knowledge to get started.

You should learn about variables, if / else statements, loops, arrays, dictionaries functions and classes. Then you can give django a try ;)
 
This is very structured and incredibly easy to follow. I started out learning python online and then I delved into django because you do need some python knowledge to get started.

You should learn about variables, if / else statements, loops, arrays, dictionaries functions and classes. Then you can give django a try ;)

I am already drooling at the thought of programming. So awesome!

I just need to motivate myself!
 
I am already drooling at the thought of programming. So awesome!

I just need to motivate myself!

No time like the present brother :) If you get stuck I can help you but my ability is limited. I only did it for A-Level so I'm not a pro or anything but it's really quite a nice language to program in because it's very readable.

Trust me don't learn C++ first, it'll slap you in the face ;)

Believe it or not even in chemistry programming is useful.
 
No time like the present brother :) If you get stuck I can help you but my ability is limited. I only did it for A-Level so I'm not a pro or anything but it's really quite a nice language to program in because it's very readable.

Trust me don't learn C++ first, it'll slap you in the face ;)

Believe it or not even in chemistry programming is useful.

Wouldn't be surprised. you are probably programming some model or some awesome stuff that demonstrate how atoms work, etc.

After all, technology is being used in biology stuff, nowadays.

I will try that link
 
I like challenging stuff, but what I don't like is when it looks messy, and you don't know where to start.
Are you interested in the job? I don't mind lack of knowledge. My main concern is that the person is responsible and that they hate complexity (which implies that they aren't part of modern culture). As an example, Python is reasonable but django is not. Django is unnecessarily complicated for what it does.
 
Are you interested in the job? I don't mind lack of knowledge. My main concern is that the person is responsible and that they hate complexity (which implies that they aren't part of modern culture). As an example, Python is reasonable but django is not. Django is unnecessarily complicated for what it does.

I have to have a full fledged 1 week course on the basics lol. I don't think I am fit (knowledge-wise) but I am excited at the thought of programming, sounds fun..

But to be honest with you, I am not even near experienced. BUT, I definitely would like to learn more about programming, but considering I lack experience, like quite a lot.

But I have a burning passion for programming tho. :P I've always (or at some point) dreamt of programming my own API programs.

As for web designing, you need appache yeah? do you know any comphrensive guide on the basics. Like in stick form, not full blown texts. :P

some people really need to start trying to make a manual for newbies. A manual that is VERY easy and step-by-step.

As for the job - I am quite interested in the programming - but I have little little experience.

As for modern culture - I am not into that. I dislike it. I like to be unconventional. Stick out, but I am quite the introvert so I don't 'show myself'. kinda thing.

May Allah SWT forgive me if I said any wrong. Ameen.
 

Similar Threads

Back
Top