State of AI in IT Q4 2024
Since the emergence of LLMs on the market, I’ve been quite skeptical of them. Today, I can confidently say they’ve become my […]
Cursor IDE ELI5 : Explain Like I’m 5 – Cursor’s AI Feature
Do you sometimes find yourself wondering (especially when you haven’t looked at your own code for a while or are tasked with […]
Conditional operator (ternary operator) in JavaScript (or TypeScript)
Let’s imagine that we could optimize / minify if statement. What could we do?
Master Destructuring Assignment in JavaScript: Simplify Your Code with Unpacking
Let’s imagine that we have an object which we want to access. This object will look like this: To access elements of […]
XOR Cipher: Implementation, Analysis Of The Encryption Algorithm In Python
While working on one of the NATAS challenges from overthewire.com, I encountered the XOR encryption algorithm. It is a symmetric-key algorithm, meaning […]
Disable XML-RPC in WordPress: What It Is and Why It’s Important
XML-RPC is a vulnerability of WordPress if it is used unproperly. How to disable it?
Urgent Alert: Removing Unwanted Files from Your WordPress Server (/wp-content/uploads/et_temp/slots-online)
I had a chance to work with one of websites which was affected by hackers attack. Files structure was looking like hell […]
State Management: Properly Prepare Your Environment for Success
To start project we will need to create node project. I assume that you have installed Node.js on your machine.
Master Pug: The Ultimate Video Course to Elevate Your HTML Skills Today!
Give back to community they said and here it comes!
Unleash the Power: Masterfully Craft Your Own Redux-Like State Machine in JavaScript
This article will describe shortly how to build Redux-like state machine engine.