artydev

artydev @artydev

Joined:
Jul 17, 2019

artydev
articles - 250 total

If you miss Juris you will regret it for all the time you spend. Look at this : Reactive Props.

Juris is radical way of buildind web app, freeing you from all the heavy tooling. If you want you...

Learn More 1 0Jul 5

The NodeJS problem and Juris

I asked Claude what would be the concern using NodeJS or using Juris Response : The Node.js...

Learn More 1 0Jul 2

SPA with Juris

Here is a fully functional basic SPA app with Juris, in plain Javascript. You can tweak it here...

Learn More 0 0Jul 2

Using Juris as utility with ObjectToHTML

You can use Juris as a simple utility, which can play with whatever library you use. Look how...

Learn More 0 0Jul 2

Vue JS - Juris JS

The first time I saw VueJS I was impressed by what I saw, it seemed simple at first sight. By know I...

Learn More 0 0Jul 2

AI and Juris

I have asked Claude to create a doc for new Juris users. Juris Framework - Complete...

Learn More 0 0Jul 1

About Juris and VanJS

Juris and VanJS share the same philosophy. I wrote several articles about VanJS, it is really a...

Learn More 1 0Jun 30

An ECommerce in a single HTML page !!!

By the Juris team : Official Example EcommerceDemo <!DOCTYPE html> <html...

Learn More 0 0Jun 30

An effective Todo App in Juris. All in a single file, without any bundler

Thanks to Juris's team :-) This app runs entirely in the browser, awesome. Try the same in your...

Learn More 0 0Jun 30

Reactivity in Juris

What a ceremony using reactivity in React : hooks, effects... Look how simple is it to make a...

Learn More 0 0Jun 30

Juris is really awesome.

Check out this site—a fantastic gift from the Juris community! See what's possible with just one HTML...

Learn More 0 0Jun 29

JurisJS, you will adopt it for sure

Why you will adopt it ? Because you are fed up to load tons of modules, using hooks, effects,...

Learn More 1 0Jun 28

[Boost]

Unleashing JavaScript: The Liberation Platform That Changes...

Learn More 0 0Jun 26

JurisJS : Beyond simple Counter and ToDo apps demos

At some points, arguing about the greatness of a library can be unfruitful. Better to show real...

Learn More 0 0Jun 25

DOM is slow ? Really ?

Look at this demo from 2012 : DemoSprites Writing complex games with DOM is not what I would...

Learn More 1 0Jun 24

juris

A post by artydev

Learn More 0 0Jun 23

The modern developper prayer

“Our bundler, who art in node_modules, Webpack be thy name. Thy modules come, thy chunks be done, In...

Learn More 1 1Jun 22

Rediscover the Joy of Web Development, Unconstrained

Juris is in the same spirit of DML and VanJS, that is why I appreciate it. You have total control of...

Learn More 2 0Jun 21

A fresh air in Web Development

Juris: Object-First Web Development: A New Paradigm for...

Learn More 0 0Jun 21

From JSX to juris.objectToHtml

JSX was and still is a great way to build UI. But what a ceremony to achieve its goal. You can not...

Learn More 0 0Jun 20

Juris a Progressive Framework

It's been a while since I've published on DEVTo. I've been quite satisfied with the libraries I've...

Learn More 1 0Jun 20

Display Image in Python

Here is a script allowing to display images in a resizable window, mantaining aspect ratio...

Learn More 0 0Jun 4

Satefull components with UMAI

Demo Look Ma, no tricky hooks, nice. import { m, mount} from "umai"; let counters = []; const...

Learn More 0 0Mar 19

Create WebComponents in declarative way

Many backend developpers are reluctant at using Javascript. Needless to say, don't try to convince...

Learn More 1 0Mar 10

PopOver API

From MDN site PopOver API: The Popover API provides developers with a standard, consistent,...

Learn More 1 0Mar 2

Tau-Prolog : enhancing sample

Tau-Prolog is an implementation of Prolog in pure Javascript. Here is a basic example : // Create...

Learn More 0 0Feb 13

Simple Tau-Prolog program

Simple Tau-Prolog let session = pl.create(1000); let program = ` parent(john, mary). ...

Learn More 1 0Feb 10

Swiper JS - Slideshow made easy

What a nice library. Here is a playlist showing many use cases : SwiperJS - Ecem Gokdogan And...

Learn More 1 2Jan 22

Bridging Python and .NET: Hello CSnakes

Awesome project, look by yourself here : CSnakes

Learn More 1 0Jan 11

Communicating Sequential Processes in Javascript

Very nice intro to CSP : CSP Here is my score on quizz :-)

Learn More 1 0Dec 19 '24