Arturcode-with-arthur.hashnode.dev·Oct 11, 2024Mastering Hash Tables: The Key to Fast Data RetrievalIntroduction In programming, efficiency is key, and one of the most powerful tools to achieve fast data access is a hash table. Hash tables are a fundamental data structure that allows us to store and retrieve data in constant time (O(1)) on average....Discusshash table
Anusiem Chidubemhundredz.hashnode.dev·Sep 18, 2024Let’s Talk: How to Update and Manipulate Elements in JavaScriptWelcome to another episode of "Let's Talk with Hundredz!" Today, we’re diving into one of the most exciting parts of JavaScript: updating and manipulating DOM elements. If you’ve already mastered selecting elements from the DOM, the next logical step...Discuss·2 likesJavaScript
Okoye Ndidiamakaamikdigital.hashnode.dev·Sep 14, 2024SQL vs NoSQL Databases: Which Should You Use?Since the advent of database management, there has been an ongoing debate on the use of SQL versus NoSQL databases. Each of these types of databases has a different strength and fulfills different needs depending on the nature of the project. Whichev...DiscussTechTalk
Dongkyu Kimpo4tion.dev·Jul 29, 2024테크톡에 대한 나의 생각, 그리고 리뷰소개 안녕하세요! 프론트엔드 개발자 김동규입니다. 저는 현 회사에서 8개월간 총 3번(4월, 5월, 7월)의 테크톡에서 발표자를 맡았었는데요. 제가 테크톡을 자발적으로 맡아서 진행했던 이유와 테크톡을 진행하며 신경 썼던 점들을 공유해 드리려고 해요. 테크톡이 뭐에요? 테크톡(Tech Talk)은 기술적 주제에 대해 발표하거나 토론하는 소통의 장을 의미하는데요. 보통 기술 지식 공유, 문제 해결 및 사례 공유 등에 대한 주제로 소통하고 있어요. ...Discuss·27 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
Arturcode-with-arthur.hashnode.dev·Jul 25, 2024Demystifying Bubble Sort: A Simple Guide for Beginners with ImplementationIntroduction Hey there, fellow coders! Today, we're diving into the world of sorting algorithms with one of the simplest and most intuitive ones: Bubble Sort. Sorting is a fundamental task in programming, and understanding basic sorting algorithms is...Discuss·1 likebubble sort
Arturcode-with-arthur.hashnode.dev·Jun 13, 2024Mastering Authentication in Node.js: Implementing JWT with Express.jsIn the digital age, securing web applications is not just an option but a necessity. Whether you're handling sensitive user data, processing transactions, or managing private information, robust security measures are crucial to protect against unauth...DiscussTokenBasedAuthentication
Arturcode-with-arthur.hashnode.dev·May 26, 2024Exploring the World of Algorithms: Understanding Their Types and PurposesIn the ever-evolving realm of computer science and software development, algorithms serve as the fundamental building blocks for solving complex problems efficiently. Whether you're a seasoned developer or just starting your journey in programming, h...DiscussSearch Algorithms
Rafal Jackiewiczjackiewicz.hashnode.dev·Feb 22, 2024The Evolution of Programming Languages: A Time-Traveling Tale of Syntax and SemanticsAh, programming languages, the magical incantations of our time, weaving the very fabric of the digital world we live in. Imagine, if you will, a world without them. A bleak, desolate landscape where humans and machines sit awkwardly at a table, unab...DiscussCodeCrafting