Sam Torres
29 posts
How to pick the right product tools for your team – Moshe Mikanovsky (Product Coach)
In this episode of The Product Experience, Lily and Randy sit down with Moshe Mikanovsky—product coach, educator, and…
The HubSpot Sales Blog’s Data-Driven Play That Earned 250k+ Non-Organic Views
The inbound methodology is really important here at HubSpot. I think you could go so far as to…
Mastering RESTful API Design: A Practical Guide
RESTful API (Representational State Transfer API) is a network interface design style used for interactions between network applications.…
Why you should ignore your loudest customers
Learn how to prioritise product development by focusing on the right customers—not just the loudest ones. Discover strategies…
How I made toggle transition to element
The HTML element allows you to expand and shrink content effortlessly. Here’s a basic implementation of : Click…
React/Tailwind template with default responsive NavBar.
I was just annoyed with excluding App.test.js and all those default files that I would not use in…
Building your own user experience and software stack: This week’s product news
Our content series gives you the lowdown on what’s been happening in the tech world this week and…
The Top 5 Mistakes That Can Derail Your Development Projects
Have you ever started a project, only to find yourself stuck midway and ultimately abandoning it? You’re not…
Hello world in java
public class Main { public static void main(String[] args) { System.out.println("Hello World"); } } What is Java? Java…
Master Helm, Chart the Kubernetes Seas 🌊🧭🏴☠️
Using Helm Charts App with K8s configuration files Application setup Standard Kubernetes Configuration App with a Helm Chart…