44 followers
I love coding, developing and helping people.
Subscribe to my newsletter and never miss my upcoming articles
Let’s be honest. We all procrastinate 😅 And it’s THE WORST when we have important matters to attend to and we get in our own way, either intentionally or unintentionally, of executing. So....how do we break out of this type of habit and set our sigh...
TIME MANAGEMENT is "key" as a developer who might be a student, father, wife, freelancer in a full time job etc. We are to code and develop in situations and conditions that surrounds us either good or bad, tense or calm, stressful or comfortable etc...
I would be shortly giving us seven habit, that can be of great destruction to a programmer's career,If this tips is pointing out to you, you've got to stop! Let the journey, ready to aid career enhancement begin🚀 No Coding Organization There is ...
Let’s talk about being a healthy programmer 👨💻 We have to be in front of the computer for very long periods of time 🤷♂️but that doesn’t mean we can’t try to be a little healthier doing it. Here are some tips to feel better while being glued to ...
Do Not Copy and Paste (CTRL C + V) Type the code your self, it makes a huge difference! When you are getting started you need to be comfortable with code. The way you can do it is by -you guessed- typing more code! : ) Do not copy and paste Start...
These are basic string functions() in python🐍. So, let the journey🏁 begin🚀.... find() The find() method finds the first occurrence of the specified value. The find() method returns -1 if the value is not found. input : string = 'python dev' f =...