#boxlang

[ follow ]
fromRaymondcamden
2 weeks ago

Simple Charting with BoxLang

BoxLang does not include an embedded client-side charting library, but it assists in building charts by allowing integration with client-side libraries like Chart.js.
Web development
fromRaymondcamden
3 weeks ago

Creating a Calendar with BoxLang - Part Deux

Building a simple calendar with BoxLang involves creating an HTML table and integrating events based on current and future dates.
fromRaymondcamden
4 weeks ago

Building a CSV Report CLI Tool in BoxLang

The EthicalAds report system facilitates easy checking of earnings, although it lacks a month-by-month view of earnings, requiring users to check manually.
Software development
fromRaymondcamden
1 month ago

Parsing CSV in BoxLang - Maven Style

BoxLang provides easy CSV parsing and Maven integration for Java libraries without needing deep Java knowledge.
fromRaymondcamden
1 month ago

AI with BL

The BoxLang AI module provides a unified interface to work with multiple different AI providers, simplifying the technical aspect of switching between services.
Artificial intelligence
Scala
fromRaymondcamden
1 month ago

Using BoxLang's Cache Services

BoxLang's caching service offers advanced features like customizable eviction policies, introspection, and event handling, surpassing traditional caching systems.
fromRaymondcamden
1 month ago

Working with the Mastodon API in BoxLang

Using the Mastodon API for social media automation is straightforward, requiring just an access token and server information.
fromRaymondcamden
1 month ago

Working with the Bluesky API in BoxLang

To authenticate with Bluesky, use your username and password via environment variables, validating them before sending a POST request to the createSession endpoint.
Node JS
Java
fromRaymondcamden
2 months ago

Parsing Markdown in BoxLang - Take 3

An official Markdown module in BoxLang simplifies Markdown to HTML conversions, enhancing ease of use for developers.
fromRaymondcamden
2 months ago

A Sneak Peek at BoxLang's Module Feature

BoxLang's module system enhances functionality, allowing users to easily create and integrate new features.
fromRaymondcamden
3 months ago

BoxLang Quick Tips - Working with Zip Files

To create zip files, you make use of the built in function. It has arguments for format (either zip or gzip), the source path, and the destination path.
Vue
fromRaymondcamden
3 months ago

Adding CORS to Your BoxLang APIs

"CORS is a security feature in browsers that checks whether one domain can access resources from another, typically through preflight requests to verify permissions."
Angular
Java
fromRaymondcamden
3 months ago

Parsing Markdown in BoxLang

The key difference in integrating the Flexmark library for Markdown parsing in BoxLang compared to ColdFusion is worth noting.
fromRaymondcamden
3 months ago

BoxLang Quick Tips - Working with JSON

BoxLang provides easy JSON support with simple serialization and deserialization methods.
#developer-relations
fromRaymondcamden
5 months ago
JavaScript

Using Parallel Looping in BoxLang

Utilizing parallel execution in BoxLang can greatly enhance performance for certain tasks, such as file indexing.
fromRaymondcamden
5 months ago
Ruby on Rails

Building a Web App with BoxLang

The article discusses building web applications using BoxLang, presenting its capabilities and comparing it to legacy technologies like ColdFusion.
fromRaymondcamden
4 months ago

BoxLang Quick Tips - PDF Generation

BoxLang allows dynamic PDF generation using the PDF Module with specific tags for document structure.
fromRaymondcamden
5 months ago

Building a File Search Script in BoxLang

The article discusses converting a Python search script into BoxLang for more efficient handling of Markdown files.
JavaScript
fromRaymondcamden
5 months ago

Building Serverless Lambda Functions with BoxLang

BoxLang on AWS Lambda offers a simplified developer experience compared to traditional serverless approaches.
[ Load more ]