Saeed Hassan
31 posts
Ibuprofeno.py💊| #187: Explica este código Python
Explica este código Python Dificultad: Intermedio def buggy(arg, result=[]): result.append(arg) return result print(buggy(3)) print(buggy(4)) A. [3], [4] B.…
33 Ways to Drive Traffic to Your Website
“If you build it, they will come” may have worked for Kevin Costner, but I think we all…
6 Cool Things You Can Do With Regular HTML
It’s no wonder that HTML can do some stuff that we might even think that it is an…
My approach to prioritising better in product
Master product feature prioritization with a proven system based on Value, Impact, and Ease. Read more » The post My…
Setting Up Docker Compose for Golang Application
This post will explain how I create Dockerfile and docker-compose.yml for golang development. The full code can be…
Making the Most of Electronic Resumes (Pro Tips and Tricks)
I’ve submitted hundreds of electronic resumes throughout my career. These digital job applications hold so much weight in…
16 Landing Page Statistics For Businesses in 2023
Are you eager to uncover the latest insights into landing page statistics? Well, you’re in for a treat.…
How to write a well-written README
Often, the README is the first impression people get when they access your repository. Writing a well-written README…
Mastering Terminal Commands and Jupyter Notebook Shortcuts: Your Complete Handbook
Most developers, relies on graphical user interfaces (GUIs) for their computing needs. GUIs offer a user-friendly way to…
Product Development Process: The Seven Stages Explained
The product development process is part art, part science, and all important to the success of your SaaS.…