Founder https://ritza.co
Hi All,
Been a while, but I published another tutorial on building a starter application. This time we show how to use NodeJS and ExpressJS to build
Node.js
KillerFrost3 Take a breather. Is this the proper course of action? Is a custom homegrown solution truly necessary? There are numerous platforms that sell this type of software as a service to individual users. You can use the best CRM for SaaS Companies' features to identify your ideal customer, refine your buyer persona, and redefine lead scoring criteria for increased sales!11 months ago
MagnoliaYY That sounds very interesting! I am very curious to see the steps for building a CRM; therefore, I will for sure check out the tutorial you have linked. CRM systems can make a big difference for someone's business: many repetitive tasks get automated. At the same time, though, choosing a CRM system can be challenging, and many fail to find the best one. So, your idea of building a CRM app does not sound bad at all: you could make it in such a way that it would meet your needs. I have heard that a2 years ago
Building word clouds
Hey all,
I wrote a tutorial on how to scrape news sites using RSS and transform the articles into word clouds for quick and ea
themaka That is neat / terrifying! Gonna have to run this.
Next you'll need to make it compare news sources -- what's today's news-cloud from Fox vs MSNBC vs The Young Turks, etc.4 years ago
Hey all,
I've written a tutorial to explain basic machine learning concepts and to show how to get started with the great Python scikit-learn library
Adam533 Machine learning is a basic way to work in different languages like Python because Python is an easy language to learn as a back-end developer. You will need an important library from https://translatehub.org/how-much-asl-interpreters-make/ and start your learning today. In the future, you can make up to the marked money with the ASL interpreter. The salary starts from the minimum. Hope the published article will help the new students.2 years ago
Hey all,
Last year I wrote several tutorials and shared them here. These tutorials were on Discord Bots, building a Django Application, Web Scraping,
mattdoan I know this is an old post, but I'd just like to put my opinion out there -
How about a Colyseus tutorial? It's sort of confusing learning NodeJS with Colyseus when on the Colyseus website they use import whereas on NodeJS on repl.it you use require, etc. A tutorial on Colyseus would be nice :)4 years ago
Hey all,
I wrote a tutorial to help you understand the Quicksort algorithm.
https://www.codementor.io/garethdwyer/quicksort-tutorial-python-implemen
SpaCy is a pretty complicated piece of software with a bunch of dependencies, and it's often hard to install even on a local machine.
It would be gr
Hey all,
I wrote a beginner's tutorial on web scraping using Python on Repl. You can find it here https://www.codementor.io/garethdwyer/beginner-web-
cuber1515 This was great! I've been looking for a good web scraping tutorial, so thanks.
I also had a question. So I making this web scraper where the user can put in the website URL that you want it to scrap from and then the element you want to scrap, but I have a problem. If your doing links where you want to find the href you put:
for links in link:
print(link.get("href")
but I don't know what to put for a element. I took a guess and tried with the class attribute (that was another thing I was doin2 years ago
g7kse Nice tutorial. Any chance you can do one with getting data from API's? I've got myself really stuck with one Repl thats nearly there but just not quite made it.4 years ago
hey all,
Here's a tutorial on how to get started building a web application with Django. Comment below or over at codementor if you have any question
Susiezheng2021 i can't seem to display my Web template; This site can’t be reached127.0.0.1 refused to connect.
I search on line it says that window os can't connnect to 127.0.0.13 years ago
Hey all,
This is the Node.js version of my tutorial on building Discord chatbot's (the other version is in Python). I'm watching the comments here an
tomatosoup1 everytime i run a bot (or try to) it says "node: not found" and "exit status 127". yes the replit file does have run = "node bot.js" instead of any other variant/mistake of it1 year ago
Hey all, I published this tutorial on writing chatbots with Python and Discord a few weeks ago and I'm excited to share it with you here now. I'm watc