Can Mingir

Can Mingir @canmingir

About: Contributor at Nucleoid and #lowcode mod at Dev.to

Location:
Atlanta, GA
Joined:
Jun 22, 2020

Can Mingir
articles - 29 total

📢 GreyCollar: Supervised Agentic AI Project

We’re launching an open-source, supervised AI agent platform built for Human–AI...

Learn More 9 1Jun 25

📢 Supervised Agentic AI Project

We’re launching an open-source, supervised AI agent platform built for Human–AI...

Learn More 11 4Jun 21

GreyCollar: Supervised AI Agent | Human-AI Collabs

Hello y'all, we are launching a project for Human-AI collabs with supervised learning capabilities....

Learn More 18 1Feb 26

📰 Neuro-Symbolic AI Newsletter | December 2024

🔗 Learning from Symbolic Knowledge for Neural Networks Published in: Neuro-Symbolic...

Learn More 5 2Dec 30 '24

ARC, Neuro-Symbolic AI, Intermediate Language | Road to AGI | Recap 01

Hello everyone! 👋 Over the past few months, we've been working on ARC benchmark as a part of our...

Learn More 11 0Nov 28 '24

Nucleoid: Neuro-Symbolic AI with Knowledge Graph

Nucleoid is a declarative, logic-based, contextual runtime for Neuro-Symbolic AI that builds knowledge graph to process adaptive reasoning and decision-making.

Learn More 8 3Aug 7 '24

Next in the Journey: Neuro-Symbolic AI

Neuro-Symbolic AI combines neural learning and symbolic reasoning, enhancing AI's decision-making, learning, and interpretability for complex tasks.

Learn More 13 1Jul 31 '24

Dev Calendar: Epoch Week Calendar

The Epoch Week Calendar counts weeks from January 1st, 1970, similar to epoch time but week number...

Learn More 9 0Jul 31 '24

Next in the Journey: Neuro-Symbolic AI

Neuro-Symbolic AI combines neural learning and symbolic reasoning, enhancing AI's decision-making, learning, and interpretability for complex tasks.

Learn More 11 1Jul 16 '24

Data Store with Nucleoid (Low-code Backend)

Nucleoid is a low-code framework, which tracks given statements in JavaScript and creates...

Learn More 5 1Jan 31 '23

react-event: Event-driven Alternative to React Context

npm i @nucleoidai/react-event Enter fullscreen mode Exit fullscreen mode ...

Learn More 13 4Jan 10 '23

Build REST endpoints with Low-code Backend

Nucleoid low-code framework helps to build REST endpoints with declarative runtime, which manages the...

Learn More 17 2Oct 13 '22

CRUD with Nucleoid (Low-code Backend)

Nucleoid Low-code Framework works with underlying declarative runtime environment that re-renders...

Learn More 23 1Aug 2 '22

Low-code Framework Concept for Node.js 🥑

We've launched a project that it can automate data and logic in Node.js, so that it can organically...

Learn More 14 3Jul 27 '22

Nucleoid IDE

Nucleoid IDE helps to build up your APIs with the user interface. It is especially designed for...

Learn More 8 0Jul 23 '22

OpenAPI Integration

Similar to building on Express.js, you can also build the same APIs with OpenAPI. There is only one...

Learn More 8 0Jul 23 '22

Storing Classes and Objects

Class First thing first, classes require to be registered before used in...

Learn More 9 0Jul 23 '22

Variables and Control Flow

As defined in JavaScript, variables of var, let and const can be used, but only difference is var is...

Learn More 9 0Jul 23 '22

Nucleoid: Low-code Framework for Node.js

Nucleoid is low-code framework for Node.js, lets you build your APIs with the help of AI and built-in datastore in declarative runtime environment

Learn More 37 4Mar 2 '22

Data Relationships in Nucleoid

Nucleoid is a declarative runtime in ES6 (JavaScript), since it stores declarative statements, the runtime can be used as a database.

Learn More 15 0Aug 10 '20

Plasticity of Programming Language

Nucleoid accepts declarative statements anytime without compiling or restarting, so that, it can build the context along with.

Learn More 6 0Jul 27 '20

How Nucleoid Learns

Nucleoid is a declarative runtime, which means instead of compiling code files, it accepts ES6 codes (JavaScript) in-flight and builds graph.

Learn More 5 0Jul 23 '20

Declarative Programming vs. Imperative (Procedural) Programming

Declarative runtime works with intermediate language that they are mostly considered declarative statements as abstraction of willing (Not literal statements).

Learn More 10 0Jul 13 '20

Writing Simple Application with Nucleoid

Nucleoid is an open source (Apache 2.0), a declarative runtime that learns from declarative statements and runs as building own control flow without need of database.

Learn More 10 0Jul 7 '20

How to Install Nucleoid on Ubuntu 18.04

This article explains how to Install Nucleoid on Ubuntu 18.04 with configuration parameters and data storage.

Learn More 5 0Jul 2 '20

DBless with Nucleoid runtime

Nucleoid is a declarative programming runtime with gathering both of processing and storing into the same runtime, so, it doesn’t require external database.

Learn More 6 0Jun 29 '20

Why there is no NullPointerException in Declarative Programming

Declarative programming hides technical exceptions like NullPointerException and returns something meaningful to endusers.

Learn More 9 0Jun 26 '20

Variables in Declarative Programming

Variables carry value or reference to object, but what they represent in imperative (procedural) and...

Learn More 10 0Jun 23 '20

Hello World with Nucleoid

Nucleoid is a runtime environment that is designed for declarative programming so that it executes st...

Learn More 8 0Jun 22 '20