Code_Jedi

Code_Jedi @code_jedi

About: Javascript, Node.js, Python, PHP, React and Vue. Coding since 2017

Joined:
Jul 8, 2021

Code_Jedi
articles - 45 total

12 Obscure Ethical Hacking Techniques for Bug Bounties

Bug bounty programs have revolutionized the way companies approach cybersecurity. These initiatives...

Learn More 3 0Oct 14 '23

Machine Learning Model Deployment with FastAPI and Docker

Machine learning model deployment is a crucial step in making your ML models accessible to users and...

Learn More 46 4Sep 24 '23

Building a Sentiment Analysis App with Python and Hugging Face Transformers

Sentiment analysis, also known as opinion mining, is a natural language processing (NLP) task that...

Learn More 18 0Sep 24 '23

Getting Started with Flutter: Building a Cross-Platform Mobile App

Flutter, developed by Google, is a popular open-source UI framework for building natively compiled...

Learn More 13 2Sep 23 '23

Text Classification with Natural Language Processing (NLP) in Python using Scikit-Learn

Text classification is a fundamental task in natural language processing (NLP) that involves...

Learn More 6 0Sep 21 '23

How to Edit Images in Bulk With Python( In < 20 Lines of Code )

Whether it's adding captions, resizing or enhancing, I will demonstrate how you can edit images in...

Learn More 24 1Jun 28 '22

Speed Up Your Javascript With These Simple Methods

If your Javascript code is running slower than you'd like, or if you just want to know how to make...

Learn More 61 7Jun 15 '22

How to Convert Unix Time to Datetime and Vice Versa in Python

Unix timestamps are unreadable to humans, Datetimes are unreadable to machines. Time often needs to...

Learn More 8 0May 30 '22

⚡️20 Easy Ways to Be More Productive as a Developer⚡️

Everyone wants to be more productive, but how do you become more productive? Well, hopefully you'll...

Learn More 928 30Apr 18 '22

How to Find Your WiFi Password and Share It With Others Through a QR Code in Bash!

Did you ever forget your WiFi password? Or did you ever have guests over and needed an easy way to...

Learn More 8 0Apr 14 '22

Don't Memorize What You Can Google!

This is something that might seem weird for beginners, yet is something that every beginner should...

Learn More 63 18Apr 9 '22

15 Creative Web Dev Project Ideas for Your Portfolio (That You Can Finish in a Weekend)

Are you tired of blogs telling you to make a to-do app, weather app or personal blog? They're great...

Learn More 35 4Apr 6 '22

MKBHD Smartphone Review Sentiment Analysis in Python Using DeepGram!

For this Hackathon, I wanted to explore audio based Sentiment Analysis using DeepGram. I wanted to...

Learn More 14 0Mar 30 '22

How to Make a Simple Unit Converter in Vue

This article is a collaboration with UPDIVISION, an outsourcing company building complex software for...

Learn More 11 0Mar 25 '22

How to Get Notified When Your Python Script Has Finished Executing

Often when it comes to tasks such as AI/ML, Web Scraping, Data Mining, Web Automation and more with...

Learn More 16 0Mar 13 '22

How I Found the Best Posting Times on dev.to With NodeJS(+ Usable Code)

One thing that bothers a lot of creators(including me) is, well, what if I post at the wrong time?...

Learn More 280 38Mar 3 '22

How to Turn Your Python Machine Learning Code Into a Web App

What if I told you that there's an easy way to turn your Python Machine Learning code into an...

Learn More 32 2Feb 27 '22

14 Codepens to Blow You Away!

Have you ever come across some CSS or Javascript code that blew you away through it's elegance and...

Learn More 56 1Feb 17 '22

How To Add Attractive Share Buttons To Your Website Or Blog

Today, I’ll be demonstrating and explaining how you can make simple, functional and good looking...

Learn More 27 2Jan 10 '22

The Full-Stack Developer Vocabulary(The Full List!)

Jamstack? Docker? DOM? Serverless? WTF is everyone talking about??? If you're...

Learn More 353 12Jan 1 '22

The Full-Stack Developer Vocabulary (Pt.3, The languages, tools and frameworks)

React? Docker? Solidity? AWS? WTF is everyone talking about??? If you're new to...

Learn More 183 8Dec 28 '21

9 Open Source Python Projects to Join in 2022!

Contributing to open source projects is great for your reputation, skill development and knowledge as...

Learn More 47 2Dec 18 '21

Sentiment Analysis With Python. Making Your First Sentiment Analysis Script.

Do you want to perform sentiment analysis with Python but don't know how to get started? Not to...

Learn More 23 2Dec 12 '21

Tired of People Missing Out on Your CSS Animations? jQuery Is the Answer...

You've probably been there... You've added a cool animation to one of your webpage's elements, but...

Learn More 22 4Dec 2 '21

The Full-Stack Developer Vocabulary (Pt.2, the more advanced)

XML? JSX? Sudo? Jamstack? WTF is everyone talking about??? If you're new to...

Learn More 163 5Nov 6 '21

Let’s Build a Stock Price CLI With Python

Are you someone who can't help checking the latest stock prices every 5 minutes? Thanks to Python,...

Learn More 112 2Nov 2 '21

How to Install ReactJS on MacOS?

ReactJS is a free and open-source front-end JavaScript library created by Facebook in 2013. ReactJS...

Learn More 280 8Oct 27 '21

The Full-Stack Developer Vocabulary (Pt.1, the essentials)

DOM? Serverless? CI/CD? JSON? WTF is everyone talking about??? If you're new to...

Learn More 402 7Oct 23 '21

Web Scraping in Node.js!

Web scraping: Web Scraping is a way to collect all sorts of publicly available data like...

Learn More 250 8Oct 13 '21

How to Visualize Data Categories in Python With Pandas

If you have a dataset which is divided into categories of data like: kickstarter projects, flower...

Learn More 35 1Sep 4 '21