Marat Badykov
Hi! My name is Marat Badykov. I'm a full-stack web developer. I like to solve interesting and non-standard tasks, I enjoy writing Php, Ruby, and Js. I created this blog for sharing my thoughts about programming, software engineering and other cool stuff.
Latest posts
I Built a Habit & Reward System That Actually Works — Download It Here
What if building good habits felt like playing a game? Over the past months, I’ve built a system that gamifies self-discipline — and it works.
Supercharge Your Laravel Caching with Cachetastic!
Are you tired of slow API responses and sluggish database queries in your Laravel application? Do you wish you could sprinkle some magic dust and make your application’s performance go poof lightning fast? Well, we’ve got a secret weapon for you, and it’s called Cachetastic .
Simplify GoDaddy API Integration with This PHP Wrapper
In the ever-evolving world of web development and domain management, a seamless integration with domain registrars like GoDaddy is essential. GoDaddy offers a powerful API that allows developers to interact with their system programmatically, providing a wide range of functionalities, from managing domains to handling accounts and performing domain-related tasks.
Science-Based Tool to Improve Concentration and Workspace at all
Some people like to work in silence, whereas others prefer background music. Some kinds of background music are particularly good for our work output.
6 Simple and Useful PostgreSQL Features that I wish I knew when I started
I use PostgreSql a lot in my working time. So recently, I spent some time refreshing and deepening my knowledge of PostgreSQL to improve my skills and experience in using it (writing and optimizing queries, creating new objects, etc.). And I found many awesome features and syntax sugar constructions that can tremendously ease your daily routine and eliminate problems that may appear while…
Modern JavaScript: ES6. Part 1. Short and clear.
ES6, also known as ECMAScript 2015, is a significant update to the language, and the first update to the language after ES5 was standardized in 2009.
Top 10 JetBrains IDE keyboard shortcuts
Code editor keyboard shortcuts can save you a lot of time. They can replace several operations with just one.
CSS Precedence
In a single HTML document possible that some CSS rules will conflict with one another. CSS uses a mechanism called the cascade to resolve any such conflicts.
Types of CSS Selectors
CSS selector is the part of a CSS rule set that actually selects the content you want to style. Let’s look at all the different kinds of selectors