How to Build AI Workflows with n8n

n8n is a visual, node-based automation platform that lets you automate tasks with drag-and-drop nodes. It’s popular for multi-step automations and AI chains thanks to built-in nodes for agents and app integrations. In this tutorial, you’ll build a small personal calendar agent that listens to a chat message, extracts event details, and creates a Google […]

Read More

Pass the Google Generative AI Leader Certification Exam

Prepare for the Google Generative AI Leader exam and pass! A Generative AI Leader is a visionary developer with comprehensive knowledge of how generative AI (gen AI) can transform businesses. They have business-level knowledge of Google Cloud’s gen AI offerings and understand how Google’s AI-first approach can lead organizations toward innovative and responsible AI adoption. […]

Read More

3 Cool Linux Apps Worth Trying This Weekend (October 10 – 12)

The weekend is the perfect time to put your Linux PC to the test and see what you can actually do with it. These are some native Linux applications I think are worth trying out if you haven’t already installed them. This week I’m bringing you a mix of practical tools and just plain nice-looking […]

Read More

Evan You – From Art School Kid to Open Source Legend [Podcast #192]

Evan You is the creator of the popular Vue JavaScript library for front end development and the Vite JavaScript build tool that a lot of devs use as a boilerplate for their new projects. He’s a self-taught developer based in Singapore. He shares tips for: Getting involved in open source Leading open source projects and […]

Read More

An Open Source Phone Is the Free Software Foundation’s Next Project

The Free Software Foundation (FSF) is starting a new project called LibrePhone. Announced during the FSF’s 40th birthday celebration earlier this month, this initiative is to build a mobile platform starting right from the firmware all the way up to the operating system. This isn’t the first time an attempt has been made to create […]

Read More

How to Integrate AI into Your Terminal Using OpenCode

Artificial intelligence is no longer just a helper, it’s becoming a real coding partner. Over the past year, developers have seen tools like GitHub Copilot and ChatGPT transform how code is written. But these tools mostly live in editors or browsers. OpenCode, an open-source project, takes a different path. It brings an AI assistant directly […]

Read More

How to Securely Deploy APIs to Amazon Lambda – A Practical Guide

Cyber attacks against APIs (Application Programming Interfaces) are on the increase. These attacks arise from issues with proper authentication, authorization, unnecessary data exposure, lack of request limits, resource consumption, and use of vulnerable third-party APIs. Gaps in APIs can occur before requests reach the APIs, within the code housing the APIs, and even along the […]

Read More

How to Use the react-mui-sidebar Package to Build Responsive, Customizable Sidebars

In modern web development, a well-designed sidebar can greatly improve the user experience by providing easy navigation and access to important features. The react-mui-sidebar, powered by Material-UI, is a helpful React NPM package designed to make it easier to build responsive and highly customizable sidebars. In this article, we will explore the key aspects of […]

Read More