Blog

Page 156 of my articles, tutorials, and thoughts

Latest Articles

Cover Image for Wordpress JsonAPI - /wp-json/ was not found on this server
json

Wordpress JsonAPI - /wp-json/ was not found on this server

Published on September 2, 2023

# WordPress JsonAPI - /wp-json/ was not found on this server ๐Ÿ“ธ Photo by [Markus Spiske](https://www.pexels.com/photo/white-laptop-1658921/) from [Pexels](https://www.pexels.com/photo/white-laptop-1658921/) Are you facing the "404 Not Found" error when t

Cover Image for SQL Server - inner join when updating

SQL Server - inner join when updating

Published on September 2, 2023

๐Ÿ“ **Tech Blog: SQL Server - Inner Join When Updating** โœจ Welcome to another hot topic in the world of SQL Server! Today, we're going to tackle the question of using an inner join when performing an update operation. ๐Ÿ”„๐Ÿ” ๐Ÿค” So, the original question was

Cover Image for What is the closest thing to WordPress in python instead of php?
python

What is the closest thing to WordPress in python instead of php?

Published on September 2, 2023

# Pythonic Alternatives to WordPress for Easy Web Development ๐Ÿ๐ŸŒ Do you love the simplicity and elegance of WordPress, but prefer to work with Python instead of PHP? You're in luck! Python offers several frameworks that can provide a similar user-friend

Cover Image for Why is WordPress considered to be poorly programmed?

Why is WordPress considered to be poorly programmed?

Published on September 2, 2023

๐Ÿ“ข **Why is WordPress considered to be poorly programmed?** Ah, WordPress. The beloved Content Management System (CMS) that powers more than 40% of all websites on the internet. While it's true that WordPress has its fair share of fans and advocates, ther

Cover Image for Fastest check if row exists in PostgreSQL

Fastest check if row exists in PostgreSQL

Published on September 2, 2023

# Fastest check if row exists in PostgreSQL ## Introduction Have you ever needed to check if a row exists in a PostgreSQL table quickly and efficiently? Maybe you're working with batches of data and want to know if a single row from the batch already exi

Cover Image for Getting the WordPress Post ID of current post

Getting the WordPress Post ID of current post

Published on September 2, 2023

# ๐Ÿ“ Getting the WordPress Post ID of the Current Post So you're working on your WordPress website and you want to get the post ID of the current page? No worries, my friend, I've got you covered! In this blog post, I'll show you exactly how to do it, ste

Cover Image for SELECT INTO a table variable in T-SQL

SELECT INTO a table variable in T-SQL

Published on September 2, 2023

# SELECT INTO a Table Variable in T-SQL ๐Ÿ‘‹ Hey there, SQL enthusiasts! If you've ever wondered about using `SELECT INTO` with a table variable in T-SQL but found it doesn't work, you're not alone. ๐Ÿ˜• But don't worry, we've got your back! In this blog post

Cover Image for Removing <p> and <br/> tags in WordPress posts

Removing <p> and <br/> tags in WordPress posts

Published on September 2, 2023

# How to Remove &lt;p&gt; and &lt;br/&gt; Tags in WordPress Posts ๐Ÿงน Are you tired of seeing those pesky `<p>` and `<br/>` tags cluttering up your WordPress posts? ๐Ÿค” Don't worry, you're not alone! Many WordPress users face this common issue of extra spac

Cover Image for MySQL Order before Group by
group-bymysql

MySQL Order before Group by

Published on September 2, 2023

๐Ÿ“ **Title: "MySQL Order before Group by: Finding the Latest Post per Author Made Easy"** ๐Ÿ‘‹ Hey there, tech wizards! ๐Ÿง™โ€โ™‚๏ธ Are you struggling with MySQL's order before group by issue when it comes to finding the latest post per author? We get it, it can

Cover Image for Get WordPress Post ID from Post title

Get WordPress Post ID from Post title

Published on September 2, 2023

๐Ÿ–Š๏ธ Title: "๐ŸŒŸ How to Get a WordPress Post ID from its Post Title: A Simple Guide โœจ" ๐Ÿ’ก Introduction: ๐Ÿ‘‹ Hey there, fellow WordPress developers and enthusiasts! Today, we're diving into a common conundrum that many of us face during theme development. Ima