ObjectVoice / Matthew Walker

@objectvoice
7 Followers
10 Following
63 Posts

πŸ‘¨β€πŸ’ΌπŸ‘¨β€πŸ‘§β€πŸ‘¦ Father & Solo Entrepreneur | Founder of ObjectVoice πŸ“±βœ¨

Hey there! I'm Matthew Walker.

🌟 Join me on this journey as I navigate the rollercoaster ride of fatherhood and entrepreneurship. Let's connect, share stories, and explore how ObjectVoice is revolutionizing the way we interact with our environment. ✨

#Fatherpreneur #ObjectVoice #DadLife #Entrepreneurship #TechInnovation

More about ObjectVoicehttps:://objectvoice.com/qr

πŸš€ Exciting News for Developers! 🌟 The future of QR and NFC technology in the US is brighter than ever, thanks to platforms like ObjectVoice! πŸ“±βœ¨ As a software developer, I've seen firsthand the incredible progress we've made with ObjectVoice. This innovative platform empowers us to create smart behaviors using a simple no-code interface, harnessing the power of QR codes and NFC tags to make everyday objects intelligent.

#QRCode #NFCTechnology #ObjectVoice #SmartObjects #NoCode

Excited to share that a much requested QR Forwarding feature has just been added for all users of the ObjectVoice platform. Join us at objectvoice.com to learn more!

#saas #qr #softwareupdate #startup

Taking a night break from Stripe integration work on the ObjectVoice platform. Love wiring up the code that actually makes money!
#saas #entrepreneur #ecommerce #softwaredevelopment

Two bug-fixes this weekend on the ObjectVoice platform that I'm excited to share.
1. Previewing web pages inside the emulator for Forward behaviors is now *much* more dependable. Had a lot of work to get around that one.
2. The bug that was 'resetting' behaviors before publishing is fixed!

Hope everyone and their projects are doing great this weekend!

#startup #saas #softwareupdates #qr #smartobjects #entrepreneur

Bad and freeloader behaviour
AnthropicAI. https://www.reddit.com/r/linux/comments/1ceco4f/claude_ai_name_and_shame/ #linux #linuxmint #opensource Please boost to shame them.

Love seeing the ObjectVoice platform being used to create smart spaces. Excited to share this collaboration with #TorontoBlueJays, #CityofDunedin, local artist #YhaliIlan, and #ObjectVoice to create a walk-able mural outfitted with digital experiences. Yhali hand stenciled these QR codes near each part of the mural that tells a story about the history of the BlueJays franchise in Dunedin! Love it and thank you for including us in this awesome project.

#ArtTechnology #qrcodes #flart #murals

been there done that too. what about you?

Performance lies in optimization and re-optimization. A small example that I worked on today, more out of passion :). The difference between the results is enormous. Here is a speed test on 80Mb of css/styles code:

Time1: 4.6081 Seconds
Time2: 2.7917 Seconds
Time3: 0.3244 Seconds

Optimized function is 14.2 times faster than the slowest, is able to process 246 Mbytes /s

#programming #performance #optimisation #php #speed #tech #technology #algorithms #scripts #web #webdesign #webdev #css

I tell new developers to *ALWAYS* start your UPDATE statements with the WHERE clause.
1. Where clause
2. Then write the Update portion of the query

The SQL monster is always lurking!

#sql #developers #db #startups #reminder

What it feels like being a full stack developer when creating a small feature in your software involves writing various levels of code in multiple languages and understanding how 3 or more frameworks are 'thinking'. How many other full stack devs used the #PHP concatenation operator in your #javascript today?