MongoDB

Setting up MongoDB locally in a Next.js project [Mac]

We will see how to install MongoDB locally and add the MONGODB_URI to a Next.js project on a Mac. It is important to have your Next.js project already created.

WordPress

Add a Custom Block Within the Core Navigation Block in WordPress

Step-by-step guide to add a custom block within the core navigation block in WordPress.

WordPress

How to remove optgroup in Safari with jQuery in WordPress

The disabled attribute or the hidden attribute does not work in Safari the same way as in other browsers. In Safari, the optgroup is not hidden, but it is disab...

WordPress

Hooks in WordPress

WordPress gives us two hooks to work with: actions and filters. They are used to modify the behavior of WordPress without modifying the core files.

Mindset

Should I go to a tech event if I'm junior?: WeAreDevelopers 2024

I remember the first day I heard 'GitHub'. What was that? Why was everyone always using that word? Is it so important?

Algorithms

Big O Notation

We all know that algorithms are important, but how do we measure their efficiency? Big O notation is here to help us with that.

Performance

Why You Should Refactor Your Code

Refactoring code is a common practice in software development. It is the process of restructuring existing computer code without changing its external behavior....

security

XSS (Cross-Site Scripting) What Is It and How to Prevent It?

XSS (Cross-Site Scripting) is a type of security vulnerability that allows attackers to inject malicious scripts into web pages viewed by other users.

WordPress

Resetting the Full-Site Editor in WordPress

Did you mess up your Full-Site Editor in your Local environment and now it's looks different from the Production site? Here's how to reset it.

tools

Add your folder path to your file in Visual Studio Code

I have a file open in Visual Studio Code, but I don't know where it is located in my project. I want to see the file path in the folder view. How can I do that?

Next