Adding an MCP so you can (almost) create and edit posts directly from Claude Code
Adding an MCP so you can (almost) create and edit posts directly from Claude Code
n this Warp review I’ll walk you through what Warp is, what value proposition it brings, and then dive into concrete use‑cases: flushing Redis keys, finding ports your application is using, updating pom.xml across multiple repositories, doing a code review, installing a WordPress theme automatically-and showing off multiple agents running in parallel. I’ll also balance this with caveats and things to watch.
Comet is an AI browser that has been recently released by Preplexity. It is a Chromium based browser with agentic capabilities which means it can do actions on your behalf like filling a shopping list, sending emails and so forth.
Testing is an integral and vital part of creating software. In fact, test code is as important as your production code. When you create test code, you need to generate test data for your code to work against. This post is about the different types of test data that are used in software testing. I’ll elaborate on each type and explain what test types are used in which scenarios. Types of Test Data Valid Data As the name implies, this is the data that your program expects and should operate on. You …
Mobile apps have exploded in popularity over recent years. The introduction of the iPhone 3G in 2008 spawned a new industry overnight. App development is now an industry that generates more than $34 billion in revenue. To reach all potential users, developers need to develop applications for (at least) the two leading platforms: Android and iOS. Since the development for the platforms is time-consuming and requires different expertise (Swift/iOS vs. Java/Kotlin), cross-platform solutions were introduced over the years. Among them, Unity, Ionic, Cordova, and React Native. Those solutions ideally allow you to …
Column-oriented databases have seen a resurgence in interest in recent years. The first column-oriented databases appeared decades ago. However, they have never gained a lot of traction in the market. In recent years, though, big data and cloud computing spurred a new interest in these types of databases. The reason for this is that the unique implementation of columnar databases fits surprisingly well into the workloads and applications run in cloud computing. More on this below. In this post I’ll discuss the following: What are column-oriented databases? How do they differ from …
To hire well in 2021 and beyond, organizations need to optimize their hiring process—to be able to adapt to the challenges that a remote workforce and a remote hiring process bring. This post lists three actionable tips to hire good technical candidates in this new world.
In this post, we’ll discuss the most helpful tools to track for website performance so you’ll be able to make sure that the site is up, accessible to clients, and functioning properly.
Heroku is a popular platform-as-a-service (PaaS) cloud that allows you to run your applications in a serverless manner. This post is about optimizing applications running in Heroku: making them run faster, giving them better security, and generally fine-tuning them. What Is Heroku? Heroku was the front-runner in the relatively new field of PaaS providers. It was among the first companies to offer a fully serverless solution. Heroku offered developers the ability to concentrate on writing their code rather than managing and tuning the running environment of their applications. Essentially, it removed the …
In this post I’ll give my take from my own experience on how to chose the proper tech stack for your new startup.