Blog
Developer Tools, Software Development
Understanding command line arguments in python
Originally posted on compucademy. When it comes to building command-line applications or scripts in Python, understanding how to work with command-line arguments is crucial. In this article, we’ll delve into […]
Developer Tools, General
A brief guide to LangChain for software developers
Originally posted infoworld LangChain is an SDK that simplifies the integration of large language models and applications by chaining together components and exposing a simple and unified API. Here’s a […]
Developer Tools, General, Software Development
Introduction to LangChain LLM: A Beginner’s Guide
Originally posted on makeuseof. LangChain LLM is the hot talk of the town. Get an overview of what it is and how you can get started with it. With the […]
Developer Tools, Software Development, Tips
How to Enumerate in Python
Originally posted on tomshardware. Enumerating in Python is as easy as 1, 2, 3! Or should we say 0, 1, 2? Once you’ve created a list or collection in Python, […]
Developer Tools, General, Tips
Coding with AI: Tips and best practices from developers
Originally posted on infoworld. AI pair programming could be a coder’s dream or a nightmare in the making. Nine developers talk shop about how they’re using generative AI today. Generative […]
Learning Noodle
Learning Noodle: From Raw Content to an A-Class Digital Learning Experience!
Should I use a video over an interactive element? Or a podcast over a text? Dilemmas, dilemmas, dilemmas… One thing is for certain: As digital LX designers we certainly want […]
Developer Tools, Software Development, Tips
8 more React hooks you need to know about
Originally posted on infoworld. useState is the most well-known hook for using functional components in React, but it’s just a start. Here are eight more React hooks, and how to […]