Blog
Browse through our blog page filled with updated information and the latest tips to help you achieve your goals.
How to make truncate text in CSS
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt...
How to create triangles in CSS
In this post, we are going to see a simple method to draw a triangle in CSS using borders. <div...
What is the difference between joins and includes in Rails ActiveRecord?
The main difference is that when using includes the eager loading is used. Eager loading allows you...
How to use Linear-Gradient in CSS
The CSS linear-gradient function creates an image that consists of a progressive transition between...
How to use background-size in CSS
The CSS background-size property sets the size of the background image of the element. Images can be...
How to use :nth-child in CSS
The :nth-child pseudo-class allows to select one and more elements based on their source...
How to style a checkbox using CSS
In this post I’l show you exactly how to make awesome checkboxes with just CSS. <div> ...
Preview UI changes with Ruby on Rails variants
When implementing new design for a live application we usually don’t want our users to see an...
How to vertically center an element without Flex
How vertically center with Flex you can view Vertical align with a full screen across Tailwind...
Generating random strings with Ruby
When you need to generate a random alphanumeric string of a specified length in ruby you have a...