Browsing Tag
developer
57 posts
LMQL, AAAL Pt.6
In my journey to enhance adversarial robustness in LLMs, I explored LMQL (Language Model Query Language). This tool…
[Rust]How to make string handing to frontend on tauri app
#[tauri::command] pub fn simple_command()->String{ "String".to_string() } If you want to return a string in a Tauri command,add to_string()…
How To Be A Good Developer?
Hello! It’s cough been a while… 4 years to be exact. I’ve met a lot of incredible people…
Essential Linux Utilities and Tools for DevOps Engineers : Day 2 of 50 days DevOps Tools Series
Introduction Linux is the operating system of choice for many DevOps engineers due to its stability, flexibility, and…
Dev: Web
A Web Developer is a professional responsible for designing, developing, and maintaining websites and web applications. Here’s a…
Dev: Automation
An Automation Developer is a professional responsible for designing, developing, and implementing automated solutions to streamline processes, increase…
Creathievity: Can your ideas be stolen? (& what to do)
If someone takes your idea, you still have your idea, right? So they didn’t really steal it—they copied…
Create your portfolio with GitHub Pages
Having a portfolio can be a nice way to showcase your work and projects to the world. It…
Dev: Software
A Software Developer is a professional who specializes in designing, creating, testing, and maintaining software applications or systems.…
Integrating with WordPress
A hands-on guide and example to integrate WordPress with Logto. This guide will walk you through the process…