Skip to content

Breaking

CNC Circle G-Code (using arcs) Spring Boot decoupled Service Factory Halloween project 2022: Zombie How to drive a 12V LED strip with a microcontroller Change connecting host for MySQL database

horazmakes

My blog

horazmakes

My blog

    • Home
    • horaz
CNC G-Code Maker Programming

CNC Circle G-Code (using arcs)

horaz September 29, 2023 0Comments

Introduction Find below the easiest way I have found so far to make a circle path in G-Code. The coordinates below are absolute, we are considering we start from origin…

Java Programming

Spring Boot decoupled Service Factory

horaz July 30, 2023 0Comments

Introduction Below we have a nice decoupled Service Factory example in Java, using Spring Boot. What is very cool about below approach is that you can add as many service…

Actuators Arduino Electronics Family Maker Mechanics Motors Programming

Halloween project 2022: Zombie

horaz January 8, 2023 0Comments

https://youtu.be/Jsr2DoedWQw Introduction It was September 2022, Vic and I decided to start working on a Halloween project. It would be a lot of fun for both of us. We'd have…

Actuators Arduino Electronics Maker Programming

How to drive a 12V LED strip with a microcontroller

horaz October 2, 2022 0Comments

Introduction It's common task you have to control a 12V LED strip (consuming more than some milliamps) using a 5V/3.3V signal from a microcontroller. It is not possible to drive…

MySQL Programming

Change connecting host for MySQL database

horaz August 30, 2020 0Comments

Introduction In MySQL, you can configure the host(s) from which your database allows connections. This is an important security feature at connection level. In this post, you can see how…

Programming Python

palindrome.py

horaz May 10, 2020 0Comments

#!/usr/bin/python3 # Sample # python3 palindrome.py "Dabale arroz a la zorra el Abad" # python3 palindrome.py "Anita lava la tina" import sys def checkPalindrome(str): str = str.replace(" ", "") if…

Maker Mechanics Woodworking

Mini router table

horaz March 26, 2020 0Comments

Introduction So, I got my new minirouter, a Bosch GKF 550, which is a 550 watts trim router, mainly designed to be used as a free hand device. Nevertheless, I…

Programming Web

Proper configuration for Apache reverse-proxy in front of Jenkins (https)

horaz October 25, 2019 0Comments

So, I finally got the chance to find out how to get rid of the annoying Jenkins message "It appears that your reverse proxy set up is broken", in my…

Java Programming

NextValCyclicFetcher v1.0

horaz May 11, 2019 0Comments

Fetch your java.util.List's next element and restart from the first element automatically, when no more elements left available.

Java Programming

spring-data-commons raw paging

horaz August 3, 2018 0Comments

Always wanted to use reliable Java code for generic pagination. Finally I found spring-data-commons by @olivergierke. Exactly what I was looking for. I made a quick reminder for myself on…

Posts navigation

1 2 3

Next Page »

Categories

  • Actuators (7)
  • Arduino (7)
  • CNC (1)
  • Electronics (8)
  • Family (2)
  • G-Code (1)
  • IoT (3)
  • Java (3)
  • Linux (1)
  • Maker (10)
  • Mechanics (5)
  • Motors (5)
  • MySQL (3)
  • Programming (10)
  • Python (1)
  • Raspberry Pi (1)
  • Uncategorized (1)
  • Web (2)
  • Woodworking (1)
  • Xbee (2)

About This Site

Hello, my name is Horacio Conde, Vic’s proud father, an apprentice maker and a computer science engineer.

I live in Mexico City and I’ve been working professionally in software development for more than fifteen years now.

I’m very interested in technologies such as programming, The Internet of Things (IoT) (Arduino, Raspberry Pi), electronics, physical computing, automation, woodworking.

Find Us

Address
CDMX

Hours
Monday—Friday: 8:00AM–6:00PM
Saturday & Sunday: 10:00AM–1:00PM

You Missed

CNC G-Code Maker Programming

CNC Circle G-Code (using arcs)

Java Programming

Spring Boot decoupled Service Factory

Actuators Arduino Electronics Family Maker Mechanics Motors Programming

Halloween project 2022: Zombie

Actuators Arduino Electronics Maker Programming

How to drive a 12V LED strip with a microcontroller

horazmakes

My blog

Copyright © All rights reserved | BlogArise by Themeansar.