Category Markdown

Working with Markdown

This post contains useful markdown syntax that will help you in the future. The examples are not displayed in HTML but Markdown because I use ~~~ around them.

Category Jekyll

How can I create a multi-page blog post in Jekyll?

How to create a multipage blog post with pagination on top and at the bottom for a sample page with separate layouts for subpages.

How to add links to an image carousel?

A question how to add a links to images in a carousel.

Link tag inside front matter

I could answer this Stackoverflow question (how to add a link inside a variable in the front matter) because I had found this blog post before.

Category Learnings

Help me, or not - rubber duck debugging

Why I can instantly solve a problem when I ask someone? I should not feel bad...

Category Testing

RSpec mocking

What is Mocking? Mocking is a way to create fake objects or methods to stand in for real ones during testing, simulating the behavior of real components, allowing you to...