Madhu Kumaritechkeys.hashnode.dev·Sep 23, 2024C# Asynchronous ProgrammingAsynchronous programming is a programming paradigm that allows a program to initiate tasks that can run concurrently without blocking the execution flow of the main thread. In this model, operations such as I/O requests, network calls, or other time-...Discuss·116 reads.NET
Abhishek Sharmaabhisheksharmacodes.hashnode.dev·May 3, 2024Programmer Superpowers: Beyond the Code (and How to Sharpen Them)Every programmer starts somewhere, hammering away at lines of code, yearning to turn their ideas into reality. But the best programmers are more than just coding machines. They wield a unique arsenal of superpowers that extend far beyond the keyboard...Discuss·13 likesProgramming Blogs
Elijah Wilthashnode.elijahwilt.com·Feb 4, 2024Demo Tests with “Hashnode Pro”// Syntax highlighting: JavaScript (React) import React, { useState } from 'react'; import './App.css'; const App = () => { const [message, setMessage] = useState(''); const [chatHistory, setChatHistory] = useState([]); const handleInputChan...Discuss·1 liketest
Haniinothanii.hashnode.dev·Jan 29, 2023Avoid ChatGPT Mistakes: 8 Tips to Transform from Novice to ExpertMistake number one: 🛑 Don't use it like you use Google to search✅ Give it context, Ask ChatGPT to take the role you need it to take. 💡 Simply put, Have a conversation with it, and be nice 💬 Example Prompt "You are a travel booking expert, and I'm ...Discuss·33 readsPrompt
Emmanuel Obicodeprophet.hashnode.dev·Sep 24, 2022Day 3 - Palindrome Number - Leetcode Problem SolvedIn this article, I share only my thought process for day 3's Leetcode challenge for the #I4G10DaysOfCodeChallenge series. To curb the occurrence of plagiarism we've been advised to not share our solutions completely. This was a relatively interesting...Discuss·1 like·123 reads#I4G10DaysOfCodeChallenge#I4G10DaysOfCodeChallenge