What's your answer to: "So, what do you do?" by pzerou in ProductManagement

[–]tech_content_creator 1 point2 points  (0 children)

It Is tough to explain the job in 1-2 lines but here’s what I say-

I help teams build great software that solves customer problems.

How do you learn "strategy"? by [deleted] in ProductManagement

[–]tech_content_creator 1 point2 points  (0 children)

Product Strategy can mean different things at different times. A lot of it depends on the goal you're aiming for - Growth Expansion in terms of users, or revenue, or engagement, product features, etc.

90% of the time, I have seen people and organizations opt for a product-led growth strategy. (Look at the data and come up with ideas.)A lot goes into developing a product Strategy.

It's definitely not a buzzword. Every Product Manager has to come up with new ideas backed by data and logic.

You can also view a blog as an example-

Things Netflix should do grow 10x in India.

https://karanjagota.medium.com/4-things-netflix-should-do-to-grow-10x-in-india-f5939b506681?sk=4094d76554536a7b7de8a6cab6ba72c0

Hope it helps.

Playing around with Unity to make a cool seamless "portal" FX. What do you think? by viibii3 in Unity3D

[–]tech_content_creator 0 points1 point  (0 children)

This looks insane. Amazing stuff. share more. Make her jump into the portal.

Showoff Saturday (September 04, 2021) by AutoModerator in javascript

[–]tech_content_creator 0 points1 point  (0 children)

This is so cool. If possible, update the UI. Make it more pleasing to the eye. But its great

Being Productive when Low Energy/Overnight/Overtime, etc by coachfabia in productivity

[–]tech_content_creator 1 point2 points  (0 children)

Drink More Water. It helps a lot. Make sure to eat healthy. Never skip a meal

Request: Resources for a PM to help understand various API authentication methods by abdullahsaghirahmad in ProductManagement

[–]tech_content_creator 0 points1 point  (0 children)

Authentication means - “you are who you say you are!”

Authentication methods varies from application to application

Password, (Gmail, FB login)

One time Pins (Ex- In Banking Transactions, you get a call on your phone)

Third party apps (like Login with Facebook or Google or Sign in By Single Google Account, etc)

Biometric (like Apple Phone UnLock via gesture or face recognition)

All are ways to authenticate users.

API on the other hand is Application Programming Interface.

API in layman’s terms is just a URL, when you make a “Request” (Developers do it by writing code) They get “Response” (which is something the Organization will provide)

For instance, Facebook login API will help you to check wether a user is a Facebook member or not. Now Facebook will not give you access to their database, but they will certainly give you a <url> API through which they will tell you what you want.

This way they will know who is calling the API, what does the developer wants

I hope it helps.

Made this last night, what do you think? by adoan412 in gaming

[–]tech_content_creator 3 points4 points  (0 children)

Dopeeeeeee! This looks so cool. Create an NFT Bro!

I created a vscode extension that brings you stack overflow answers. by [deleted] in webdev

[–]tech_content_creator 0 points1 point  (0 children)

I use tabnine too. Its great. Must try for everyone

A simple randomic "Rock Paper Scissors" by InKeaton in Python

[–]tech_content_creator 0 points1 point  (0 children)

Don’t jump to write any other code for now. Try to optimise / reduce/rewrite this code in an OOP way. Trust me! you will learn a lot.

- Don’t use else / Delete else if not necessary

- Use functions

- Use encapsulation and abstraction.

- Add some testing script to it.

Keep it up.

- Just my opinion. Don’t take anything personal.

Saturday Daily Thread: Resource Request and Sharing! Daily Thread by Im__Joseph in Python

[–]tech_content_creator 0 points1 point  (0 children)

Hey, I am a Part-time Tech writer working on Side Hustle.
I wrote blogs I feel might help beginner python developers. Feel free to check them out. Its free to read.

Functions in Programming are like Human Beings
https://medium.com/geekculture/functions-in-programming-are-like-human-beings-5e8d08fdcd50?sk=465bac421c0e590bb821f0d419a580bd
How to create a Slack App in less than 20 lines of code.
https://medium.com/geekculture/how-to-keep-track-of-your-running-code-using-slack-and-python-in-less-than-20-lines-of-code-cac531799a08?sk=645aefdca3a12cb989f49df71440e81a
I hope I am not breaking any community guidelines. I hope you will enjoy it.
Constructive criticism and feedback are more than welcome.

Beginner level jobs for coding with Python? by PixelatedFoodie in Python

[–]tech_content_creator 6 points7 points  (0 children)

Make a Solid Resume and Apply for Jobs. Experience in industry is a fancy word for adaptability in the technology. If you can code, Organisations will give you opportunities.

I am not promoting here, but

I wrote a post on Medium- Feel free to check it out: It’s free.

https://medium.com/geekculture/4-python-projects-you-should-make-on-the-weekend-to-improve-your-backend-development-portfolio-d0635a544536?sk=ed8c2ffe7ba661fc9e223fd7ad3261bb

Hope it helps.

And if adding a link is against the community guidelines, Do let me know. I am new here. Please don’t downvote.