Hey Devs! I know you are here just to check out stuff and stay updated with the latest web frameworks that either make you good money (basically a career) or make your life easier while developing. You might be an…
Tag: Development
How to save generated image Django?
Hello Developers. Today, we will be programmatically saving screenshots of websites (generated image) in the Django model. We will use Python’s selenium to take screenshots and will save in in a Django database within the model field. Install prerequisites Install…
Top URL monitoring tools to track your links for free
URL monitoring is an essential part of website maintenance and online marketing. By monitoring your URLs, you can ensure that your website is always available and functioning properly, as well as track the performance of your marketing campaigns. There are…
Top 3 indie development forums
You, as a solo or indie developer, might be looking for a web-place to get your indie queries answered or solved, or you’re just a starter who wanna get into the indie dev world; then indie development forums can help you…
Should You Learn Go In 2023
Go, also known as Golang, is a programming language designed by Google employees in 2007. Go is an open-source language that is compiled, strongly and statically typed, and known for its concurrency support and simple syntax. In recent years, Go…
How to become a React js developer and start making money?
In this article, we will learn about the React js developer and how to become a React js developer and how to earn money
as a React js developer.
Slack bot in Python – #4 Sending Direct Messages
As you learned about creating a basic slack bot in python and added slash commands, and event handling features in our previous tutorials, today you’ll learn to send a direct message to a member. Getting started with Sending Direct messages with Slack bot in…
Slack Bot Python – #3 Handling Events
As you learned about creating a basic slack bot python and added slash commands features to it in our previous tutorials, today you’ll learn to add event handling features to the same bot. Getting Started with Slack Bot Python – Handling Events…
Slack Python Bot – #2 Creating Slash Commands
As you learned about creating a basic slack python bot in our previous tutorial, today you’ll learn to add more features to the same bot. Getting Started with Slack Python Bot – Creating Slash Commands This is the second part…
Python Slack Bot – #1 Creating your first Bot
Python Slack Bot is among one the highest-earning bot. Today, you’ll learn about what this bot is and will make a simple python slack bot. Getting started with Python Slack Bot In our previous tutorials, you learned about various automation…