Research
Here I’ll have some articles and other resources from where I derive information when making design and content choices. For now it’s more of a repository, but soon I’ll use this page as a home for citations linked throughout the site. Rad.
Dev.To
- Express.js is a powerful and flexible web application framework for Node.js, making it easier to build robust and scalable server-side applications. Whether you're just starting with Express or you're a seasoned developer, there are always ways to enhance your workflow and improve your productivity. In this blog post, we’ll explore top tips for working efficiently […]
- Microservice is the name, reflecting that they are smaller, independent services connected via APIs. These independent services allow developers to build services and applications easily. Microservices are a core part of modern architecture. They have gained immense popularity. The reason is they allow developers to create scalable, manageable, and flexible applications. In fact, microservices are […]
- React has come a long way since its initial release in 2013. Over the years, it has evolved into one of the most popular and widely adopted JavaScript libraries for building user interfaces. The community is vibrant, the ecosystem is vast, and the framework continues to lead the way in modern web and mobile development. […]
- A desktop application for AI-powered research with built-in privacy. No coding required – just click, upload, and analyze. Features 🔒 Local AI with Ollama, Llamacpp and transformers ☁️ Cloud AI (OpenAI, Anthropic, Gemini, XAI, Custom Endpoints +++) 📄 Drag & Drop Document Analysis 🎥 YouTube Video Analysis 🌐 One-Click Web Crawling 💾 Built-in Vector Database […]
- Hi all! 😊 After a long year, I’m finally publishing a post on dev.to! I’ve created a simple comment system built using PHP and Supabase. This project was inspired from Supacomments dev by @mcnaveen – Blazing fast comment system with Sveltejs and Supabase Features PHP (7.4 to 8.x.x) support Supabase for storing comments in the […]
WordPress
- Starting your own blog has never been easier. In this post, we'll cover the step-by-step process on how you can start a blog today, and why you should.
- New Year, new themes! We've been hard at work developing new themes to help you kickstart 2025. Whether you are building your very first website or looking to refresh an existing site, these new options can help you get the look and functionality you want.
- We believe in the open web and interoperability between online publishing platforms. That’s why we’re excited about the Fediverse and are committed to shipping features that improve the way your site connects to the open web. Today, we’re introducing Likes, Reposts, and the Fediverse Reactions block, building on our commitment …
- Want to make your blogging life easier with just one tool? Start using an editorial calendar. Let us show you how.
- Studio now offers a free Sync feature to effortlessly sync between local WordPress sites with WordPress.com.
The Hacker News
- Cybersecurity researchers have warned of a new large-scale campaign that exploits security flaws in AVTECH IP cameras and Huawei HG532 routers to rope the devices into a Mirai botnet variant dubbed Murdoc Botnet. The ongoing activity "demonstrates enhanced capabilities, exploiting vulnerabilities to compromise devices and establish expansive botnet networks," Qualys security researcher Shilpesh
- A global network of about 13,000 hijacked Mikrotik routers has been employed as a botnet to propagate malware via spam campaigns, the latest addition to a list of botnets powered by MikroTik devices. The activity "take[s] advantage of misconfigured DNS records to pass email protection techniques," Infoblox security researcher David Brunsdon said in a technical […]
- A former analyst working for the U.S. Central Intelligence Agency (CIA) pleaded guilty to transmitting top secret National Defense Information (NDI) to individuals who did not have the necessary authorization to receive it and attempted to cover up the activity. Asif William Rahman, 34, of Vienna, was an employee of the CIA since 2016 and […]
- Imagine receiving a penetration test report that leaves you with more questions than answers. Questions like, "Were all functionalities of the web app tested?" or " Were there any security issues that could have been identified during testing?" often go unresolved, raising concerns about the thoroughness of the security testing. This frustration is common among […]
- Cybersecurity researchers are calling attention to a series of cyber attacks that have targeted Chinese-speaking regions like Hong Kong, Taiwan, and Mainland China with a known malware called ValleyRAT. The attacks leverage a multi-stage loader dubbed PNGPlug to deliver the ValleyRAT payload, Intezer said in a technical report published last week. The infection chain commences […]
jQuery News
- Last February, we released the first beta of jQuery 4.0.0. We’re now ready to release a second, and we expect a release candidate to come soon™. This release comes with a major rewrite to jQuery’s testing infrastructure, which removed all deprecated or under-supported dependencies. But the main change that warranted a second beta was a […]
- jQuery’s influence on the web will always be evident. When it was first introduced in 2006, jQuery became a fundamental tool for web developers almost immediately. It simplified JavaScript programming, making it easier to manipulate HTML documents, handle events, perform animations, and much more. Since then, it has played and continues to play a major […]
- jQuery 4.0.0 has been in the works for a long time, but it is now ready for a beta release! There’s a lot to cover, and the team is excited to see it released. We’ve got bug fixes, performance improvements, and some breaking changes. We removed support for IE
- jQuery 3.7.1 has been released! This release fixes a regression from jQuery 3.6.0 that resulted in rounded dimensions for elements in Chrome and Safari. Also, a (mostly) internal Sizzle method, jQuery.find.tokenize that was on the jQuery object was accidentally removed when we removed Sizzle in jQuery 3.7.0. That method has been restored. As … Continue […]
- jQuery 3.7.0 is now available! This release has it all: bug fixes, a new method, and a performance improvement! We even dropped our longtime selector engine: Sizzle. Or, I should say, we moved it into jQuery. jQuery no longer depends on Sizzle as a separate project, but has instead dropped its code directly into jQuery […]