TECHcommunity_SAGtechcommsag.hashnode.dev·Oct 3, 2024IoT Tech Talk - Cumulocity IoT & Machine LearningOverview In this IoT Tech Talk I invited two guests: Dr. Kanishk Chaturvedi, Solution Architect, Software AG and Nick Ponomar, Product Manager Analytics, Software AG to talk about how Machine Learning (ML) and Cumulocity can be combined to implement ...Discusscumulocity
Satyendra Kumarthesatyendrakumar.hashnode.dev·Aug 20, 2024Understanding Structural Design Patterns: Concepts, Examples, and Use CasesIn the last article, we talked about Creational Design Patterns, which are all about how objects are created in code. If you haven't read it yet, you can check it out Here Now, we're going to look at Structural Design Patterns. These patterns help us...DiscussCodeDesign
Shivam Katareshivamkatareblog.hashnode.dev·Aug 14, 2024Speaking at a Tech Event for the First Time: My ExperienceThe first time for anything always feels special. It could be the first interview, job offer, salary, or anything else. The first time feels special because it gives us new learnings, new perspectives, and new ways to think about our next steps. In t...Discussevents
Dongkyu Kimpo4tion.dev·Jul 29, 2024테크톡에 대한 나의 생각, 그리고 리뷰소개 안녕하세요! 프론트엔드 개발자 김동규입니다. 저는 현 회사에서 8개월간 총 3번(4월, 5월, 7월)의 테크톡에서 발표자를 맡았었는데요. 제가 테크톡을 자발적으로 맡아서 진행했던 이유와 테크톡을 진행하며 신경 썼던 점들을 공유해 드리려고 해요. 테크톡이 뭐에요? 테크톡(Tech Talk)은 기술적 주제에 대해 발표하거나 토론하는 소통의 장을 의미하는데요. 보통 기술 지식 공유, 문제 해결 및 사례 공유 등에 대한 주제로 소통하고 있어요. ...Discuss·30 reads#techtalks
Arturcode-with-arthur.hashnode.dev·Jul 27, 2024Mastering Binary Search: An Easy Guide for BeginnersIntroduction Hey there, fellow coders! Today, we're diving into the world of searching algorithms with one of the most efficient and powerful methods: Binary Search. Searching for an item in a sorted list can be done quickly and efficiently with this...DiscussSearchingAlgorithm
TECHcommunity_SAGtechcommsag.hashnode.dev·Jul 23, 2024IoT Tech Talk - Web App Integration TestsOverview Here is another IoT Tech Talk. @Christian_Guether1, Principal Consultant IoT & Devices, Software AG and @Thomas_Winkler2, Senior Director, Cumulocity IoT R&D, Software AG talk about Web App Integration Tests for Cumulocity IoT. https://youtu...Discussiot
TECHcommunity_SAGtechcommsag.hashnode.dev·Jul 17, 2024IoT Tech Talk - Cloud Remote AccessOverview In this IoT Tech Talk Marco Stoffel (Presales IoT DACH, Software AG), Christian Jeuthe (IoT Device Ecosystem, Software AG) and Reuben Miller (thin-edge.io Product Owner) talk about a hidden champion of Cumulocity IoT Device Management: Cloud...Discussiot
Masum Kazimasumkazi.hashnode.dev·Jul 10, 2024MOST commonly asked SQL interview questions!1. WHAT IS A TRIGGER? WHEN DO YOU USE THEM? - A trigger is a database object that automatically performs an action when a certain event occurs in the database. Events could be INSERT, UPDATE, or DELETE operations on a table. Triggers are used to enfo...DiscussSQL
Rafal Jackiewiczjackiewicz.hashnode.dev·Mar 29, 2024Understanding Hashing and Collisions in Java Collections: The Role of hashCode() and equals()In Java, hash-based collections like HashSet, HashMap, and HashTable use hashing to store objects. These collections rely on the hashCode() and equals() methods to efficiently locate and manage objects. Here's how these methods contribute to the func...Discuss·280 readsJava
Rafal Jackiewiczjackiewicz.hashnode.dev·Feb 25, 2024The Evolution of C Programming: How It Shaped Modern ComputingThe journey of C programming is a remarkable tale of how a language born in the labs transformed the digital world, becoming a cornerstone in modern computing. Developed in the early 1970s by Dennis Ritchie at Bell Labs, C was designed for the Unix o...Discussprogramming books