Posts
Knowledge is Power
Optimizing Your ChatGPT Prompts: Role, Goal, and Context
Jun 1, 2023Crafting effective prompts involves setting a clear role for the AI, defining a specific goal for the interaction, and providing relevant context.
Typescript: Understanding enums
Jan 20, 2020Enums allow to define a set of named constants.
Vertical Centering with Flexbox
Oct 21, 2019Align anything (vertically or horizontally) with the `align-items`, `align-self`, and `justify-content` properties.
Understanding flexbox's justify-content
Oct 20, 2019The CSS 'justify-content' property defines how the browser distributes space between and around content items along the main-axis of a flex container.