Prajwal KumarforPrajwal Kumarkumpraj.hashnode.net·Jul 23, 2022Markdown Cheat SheetThis is a quick reference to the Markdown syntax. Basic Syntax Heading #H1 ##H2 ###H3 ####H4 #####H5 ######H6 Bold **bold text** Italic *italicized text* Blockquote > blockquote Ordered List 1. First item 2. Second item 3. Third item Unordered...Discussmarkdown
Anele 'Mashy' MbangaforMashy's Blogmashymbanga.hashnode.net·Oct 6, 2022So I started creating a TailwindCSS toolboxFinding DaisyUI In the middle of last month, I started learning TailwindCSS. I didn't go to their website though, I found DaisyUI components and learned using that (see cover image). Big mistake. I'm finding myself going to the TailwindCSS website to...Discuss·441 readsTailwind CSS
Hemanth RajuforKHR Blogkhr.hashnode.net·Mar 17, 2021Number System in Java Programming LanguageNumber System in Java There are four types of number systems in java programming Language. Binary Number System Octal Number System Decimal Number System Hexadecimal Number System Binary Number System : In this number system, we use “0b”(2 as ...Discuss·38 readsComputer Science
ZX Spectrum +2forzxspectrumplus2.hashnode.net·Mar 21, 2023ZX Life - Part 6: Life in the Old DogThis is part of a series ZX Life that uses Conway's Game of Life to figure out a modern approach to software development for the ZX Spectrum. A GitHub repository accompanies it. A common approach to reducing the complexity of algorithms is to attempt...Discuss·66 readsZX Lifez88dk
ZX Spectrum +2forzxspectrumplus2.hashnode.net·Mar 17, 2023ZX Life - Part 4: High Level OptimisationThis is part of a series ZX Life that uses Conway's Game of Life to figure out a modern approach to software development for the ZX Spectrum. A GitHub repository accompanies it. In Part 3 we evaluated how efficient our initial solution was to Conway'...Discuss·67 readsZX Lifezx spectrum
ZX Spectrum +2forzxspectrumplus2.hashnode.net·Mar 14, 2023ZX Life - Part 3: A Big O No(tation)This is part of a series ZX Life that uses Conway's Game of Life to figure out a modern approach to software development for the ZX Spectrum. A GitHub repository accompanies it. In Part 2 we broke down our solution to Conway's Game of Life in ZX Basi...Discuss·59 readsZX Life#big o notation
ZX Spectrum +2forzxspectrumplus2.hashnode.net·Mar 12, 2023ZX Life - Part 2: A BreakdownThis is part of a series ZX Life that uses Conway's Game of Life to figure out a modern approach to software development for the ZX Spectrum. A GitHub repository accompanies it. I ended Part 1 with the full listing of my initial solution for Conway's...Discuss·100 readsZX Lifebasic
md ahnaf arshadformdahnafarshad.hashnode.net·Feb 1, 2023Reverse the string with three methods in js.First - step: split this string then, Second - step: call the reverse method. Third - step: join this string. Example: let string = 'hello'; let cutingBox = string.split(''); cutingBox = cutingBox.reverse(); cutingBox = cutingBox.join(''); console.lo...DiscussJavaScript
Anele 'Mashy' MbangaforMashy's Blogmashymbanga.hashnode.net·Oct 6, 2022So I started creating a TailwindCSS toolboxFinding DaisyUI In the middle of last month, I started learning TailwindCSS. I didn't go to their website though, I found DaisyUI components and learned using that (see cover image). Big mistake. I'm finding myself going to the TailwindCSS website to...Discuss·441 readsTailwind CSS
Pranjal guptaforRemoteStateritikrishu-1655905128745.hashnode.net·Aug 29, 2022Basic HTML & It's UsageYou may have listened about the term HTML, but what does HTML really mean? HTML is an acronym for Hyper Text Markup Language. Markup languages are different from programming languages. While programming languages are useful for modifying data, ma...Discuss·73 readsHTML & CSSbasic
Prajwal KumarforPrajwal Kumarkumpraj.hashnode.net·Jul 23, 2022Markdown Cheat SheetThis is a quick reference to the Markdown syntax. Basic Syntax Heading #H1 ##H2 ###H3 ####H4 #####H5 ######H6 Bold **bold text** Italic *italicized text* Blockquote > blockquote Ordered List 1. First item 2. Second item 3. Third item Unordered...Discussmarkdown
Hemanth RajuforKHR Blogkhr.hashnode.net·Mar 17, 2021Number System in Java Programming LanguageNumber System in Java There are four types of number systems in java programming Language. Binary Number System Octal Number System Decimal Number System Hexadecimal Number System Binary Number System : In this number system, we use “0b”(2 as ...Discuss·38 readsComputer Science