Posts

Showing posts from July, 2023

The hunt for a great Idea

Image
      Growing up, I have often thought about the next idea that sells. For many years, I have thought of the prospect of 'making it big' if I could just find that perfect golden idea. Things don't play out like that in many ways throughout life, as you come to realize how useless an idea really is in the physical world without someone acting upon it. It takes a person to do an action to really see their ideas come to fruition, their own vision of what the world should be, and what they want from it.  Too often I worry about the outcome of my intent, when I really should be delving much more into what I want over what I think other people want. The question remains: what do I want?   Well first, let's try categorize the types of desires we may have: Vague: "I want to see people succeed, I want universal peace I want the end of tragedy, I want love-"- Controls: " I want sleep, food, stimulus" Impossibilities: "I want to fly, to be all seeing, to ...

How to Support the creator

Image
Buy me a Coffee: https://www.buymeacoffee.com/protopinez    GooglePlay Store: https://play.google.com/store/apps/developer?id=Protopine  Instagram: https://www.instagram.com/  BandCamp: https://protomer.bandcamp.com/

Your guide to Job Hunting

Image
   Finding motivation to do certain things like building a career is a commitment that some people are not prepared for. I have been in such a boat, but lately I have felt the motivation to do well. My motivation shines so brightly now that I feel I may not look back, have no fear and create for myself a person capable of doing great things! I stand before myself and I pursue this path in all its possibilities, and its nightmares! * 07-07-2023 1. LinkedIn: Your profile is the best way to propose your own title! 2. Google Maps: Very Unique way to find local jobs. Look in glassdoor. Click on their website links and apply online! 3. Indeed: Job Postings for life! Most jobs found here. 4. Instagram : Meet with old friends! Ask what they do and if they have been well. Ask for advice. 5. Staffing: When all else fails, you must be free to choose. 6. Google :  Use for local areas or for remote positions 7. Reddit : Jobs with a side of ranting

SQL Query Cheatsheet using PostgreSQL

Image
        Introduction: PostgreSQL is an open-sourced object-relational database system using the SQL query to automate and customize data queries. As an analyst, I have used SQL for a number of systems and have found that PostgreSQL is one of the most comprehensive and straightforward systems used for learning the SQL query.  I hope to be able to convince you as well.  I have been in the middle of a good course in Udemy titled 'Master SQL for Data Science' (link below). Some of these queries have been previously learned through PostgreSQL, but this is likely applicable through every application you choose to use.    To follow along exactly, you can start by downloading PostgreSQL online, installing default values and setting it up in your system.    However, this is not necessary to follow along, as most of these queries will be applicable through any SQL system. Without further ado, Lets get started. The PostGreSQL interface seems very i...