Bhupal Sapkota Software Consultant Helping founders build
and launch their ideas with code & AI

Bhupal's Newsletter

I send out occassional email with programming resources, summaries of my readings on art, science, and commerce behind technology, my writings on growing an online business etc. Feel free to subscribe, no spam!

Home

ЁЯЪА Technology Blog

Things I found userful while working on different projects.

Tips To Build A Business As A Software Engineer

While software engineers make great entrepreneurs, coding isn’t the only thing that you need to grow a business. Below are 4 tips to build a business as a software developer: Start building – if you are a software engineer you know how to build. Build an app, a website, and a prototype. Something that is […]

Tagged with: тАв тАв тАв тАв

I like to build software, should I start a software company?

I like to build software, should I start a software company? If you are asking this question, you would be better off not starting a company. I may sound blunt but the question clearly reflects that you are not prepared. For the last few weeks, one young guy from Pokhara was constantly pinging me on […]

Tagged with: тАв тАв

Freelancing tip: Always send an hourly quote (Overseas Nepali prospect)

Freelancing tip for beginners: Always send an hourly quote if the prospect is of Nepali origin overseas. I got a rejection on a fixed-price quote I sent to a Nepali prospect from Australia who was looking for a WordPress website with Bookings, WooCommerce, and payment integration. He wanted to get it done at 60% cheaper […]

Tagged with: тАв

рд╕рд┐рд▓рд┐рдХрди рднреНрдпрд╛рд▓реАрдХреЛ рднреВрдд

рдмрд┐рдХреНрд░рдо рд╕рдореНрдмрдд реирежреореж рд╕реБрд░реБ рд╣реБрджреИ рдЧрд░реНрджрд╛ рдореИрд▓реЗ рдЖрдлреНрдиреЛ рдЕрдореЗрд░рд┐рдХрд╛ рдмрд╕рд╛рдИрдХреЛ рдЕрдиреБрднрдм рд╕рдореЗрдЯреЗрд░ рдмреНрд▓рдЧ рд▓реЗрдЦреНрдЫреБ рднрдиреЗрд░ рдПрдЙрдЯрд╛ рд░рд┐рдЬреЛрд▓реБрд╕рди рд▓реЗрдЦреЗрдХреЛ рдерд┐рдПрдБ ред рддрд░ рдорд▓рд╛рдИ рдХреЗрд╣рд┐ рдХреБрд░рд╛ рд╕реБрд░реБ рдЧрд░реНрди рддреНрдпреЛ рдХреБрд░рд╛ рдХрд┐рди рдЧрд░реНрди рд▓рд╛рдЧреЗрдХреЛ рд╣реЛ рднрдиреНрдиреЗ рдкреНрд░рд╢реНрдирдХреЛ рдЙрддреНрддрд░ рдорд┐рд▓реЗрди рднрдиреЗ рд╕реЛ рдХрд╛рдо рдЧрд░реНрдиреИ рдорди рд▓рд╛рдЧреНрджреИрди ред рдпреЛ рдореЗрд░реЛ рд╕рд╛рдиреИ рджреЗрдЦрд┐рдХреЛ рдмрд╛рдирд┐ рдерд┐рдпреЛ ред рдпреЛ рдмреНрд▓рдЧ рдкреЛрд╕реНрдЯрдорд╛ рд╕реЛ рдмрд╛рд░реЗрдорд╛ […]

Tagged with: тАв тАв тАв

Building Dynamic Queries in PHP MySQL PDO

1. When you need a dynamic Search Query where variable parameters are presents you can use the following approach: $sql = “SELECT * FROM users WHERE “; $where = array(“dist_id = :dist_id”); $params = array(‘:dist_id’ => $distID); if (isset($p->username) && !empty($p->username)) { array_push($where, “username LIKE :username”); $params[‘:username’] = “%{$p->username}%”; } if (isset($p->firstname) && !empty($p->firstname)) { […]

Tagged with: тАв

Artificial Intelligence 101 – Resources

What is AI? AI (Artificial Intelligence) is a machineтАЩs ability to perform cognitive functions like humans, such as perceiving, learning, reasoning, and solving problems. AI is a computer system that can perform tasks that normally require human intelligence. It includes recognizing objects, understanding natural language, and making decisions. It is a powerful tool that helps […]

Tagged with:

Help Me Help You Nepal

We talked a lot about pay-it-forward culture in the past (2010-2015) as a local entrepreneurs group in Kathmandu called Help Me Help You NP. But, we forgot to thank one another ourselves. Lately, I have realized that gratitude is not everyone’s cup of tea. People don’t realize how they got where they got until something […]

Tagged with:

Why I became skeptical about Google in Nepal

I worked with Google for more than 5 years when I was leading Google Developers Communities in Nepal and I had a huge respect for the company. But recently, I have become skeptical about Google and its intentions when it shut down its Google Input IME tool for Microsoft Windows (the software isn’t available for […]

Tagged with: тАв тАв

Content Creation Foundations

I recently read a Case Study on Affiliate Marketing Commission by Adam Dukes, a digital content creator from Las Vegas. I follow him wholeheartedly and consider him one of my mentors, even though IтАЩve never hired him directly to help me. Below IтАЩm sharing a section from his Case Study on how to create great […]

Tagged with:

11 Soft Skills for Leaders

Soft skills refer to a person’s interpersonal skills and character traits that affect their relationships with others. They are typically viewed as a complement to hard skills, which pertain to a person’s occupational knowledge and abilities in the workplace. The term “soft skills” refers to a person’s emotional intelligence quotient (EQ) rather than their intelligence […]

The Interview I loved

When I was in San Francisco Bay area around 2016 I received an invite to attend an interview for a possible contract role as an Android developer consultant. For an instance I paused. I was worried the interview might end up as a coding nightmare trying to solve Leetcode-style puzzles but to my surprise, the […]

Tagged with:

« Older Entries  » Newer Entries