Lucas Frias
@webmunchster
If we build code and then makes code to fix that code, we are, by definition, to dumb to debug it.
I am curios on how this is going to go down.... Mine is either Python for software and PHP for general web programming...not CLI thought
theangryepicbanana It kinda depends. For stuff like webdev, I prefer javascript or typescript. For making games, java seems to be nice. And for general scripting, Raku has become my favorite3 years ago
mwilki7 It would be hard for me to pick one for all aspects, but I have favorites for certain categories.
C++ is my favorite typed programming language (mainly because I'm most familiar with it). I'm starting to like Rust more, making it difficult for me to write bad code.
JavaScript is my #1 game programming language. Comes with a debugger, comes with a graphics library, runs on any operating system that supports a major web browser.
Dynamic typing lets me do things fast, especially in comparison to3 years ago
TheDrone7 There is no "best" programming language. There are too many variables to fill in to get the "best in your opinion", but there is no "best in everything" language.3 years ago
I am trying to make a bunch of random web pages but would like t know if the PHP web server has any SQL support (and if so) how to activate it. Thank
PHP Web Server
I am trying to make a web app using PHP Web Server and was wondering how to make a custom 404 page
I am creating a news site and am wondering about how I would make the search results show "No other articles are available" When there is no more art
I am trying to make a social media site in Repl.it ad wanted to make a log in and sign up.How would I even start?
a5rocks Hmmm. What languages do you know? I would recommend checking out this answer I made to someone else.4 years ago
I am trying to make a social media site using Repl, and was wondering how a signup age would be created. PHP? Or JS? How would it even work? Here is a
So in one of the websites I am developing (read: attempting to develop), you can create an article using JavaScript. So if a user wanted to create an
heyitsmarcus The strategy I would go with (if you're only using client side JavaScript) is to have the "pages" be just elements on the page that are styled to take up either the full view of the window (like a normal HTML page would) or whatever view you choose. So, you would create the markdown in HTML for the new "page" then append that to a new "page-like" element that you sort in some order. And when you create the "page-like" element, give it some attribute i.e. if there was an article about modern ra4 years ago
So I am trying to make a social media site, (one that would have more than one page), and I was wondering if there is a more efficient way to make sep
So, I was thinking of trying to make a social media site using Repl's HTML editor, along with NodeJS and PHP (for the forms). Could someone tell me an
SelamSaikumar you need to write a lot of code and even a huge amount of data will be published in a social network so you need a large data storage so you better sign in into amazon s3 and automating amazon s3 for making a new folder for every user and the folder's limit must be 5gb
2 years ago