Published onAugust 28, 2024Understanding `LF` and `CRLF`LinuxWindowsLF (\n) is for UNIX, CRLF (\r\n) is for Windows.
Published onAugust 22, 2024Using triple backticksMarkdownTroubleshootingUsing triple backticks to solve issues with code containing backticks in Markdown.
Published onAugust 7, 2024Reducing Render Delay in `Largest Contentful Paint Elements`web-optimizationLet's aim to render the LCP element within 2.5 seconds.
Published onAugust 1, 2024Clarifying Portugal's high divorce rateData-AnalysisMore than 90% of marriages in Portugal `do not` end in divorce.
Published onJuly 9, 2024Difference between `.tsx` and `.ts` FilestypescriptA `.tsx` file supports JSX in TypeScript, while a `.ts` file is used for pure TypeScript code.