Noury

WebST: Web Components with Smalltalk @ ESUG 2024 in Lille – France

WebST: Web Components with Smalltalk @ ESUG 2024 in Lille – France

The 30th edition of the ESUG international conference held in Lille, France, 8 – 11 July 2024 was a blast. Beside, meeting the great the Smalltalk community, I gave a talk introducing WebST. This MIT licensed project is a PharoJS-based solution that provides a framework to seamlessly implement and test web components. Web Components are standard web […]

2024 Spring Smalltalk Meetup @ Zurich

2024 Spring Smalltalk Meetup @ Zurich Zürich Smalltalk Group Meetup Spring 2024

The 2024 spring edition of the Zurich Smalltalk meetup took place on Friday, April 26th. Below, you’ll find a brief summary and links to the three presentations that were on the agenda. I thoroughly enjoyed attending this meetup, which featured engaging presentations and allowed for enriching technical and informal discussions with a welcoming community. Special thanks […]

Highlights from the Zürich Smalltalk Meetup November 10th 2023

Highlights from the Zürich Smalltalk Meetup November 10th 2023

On November 10th, 2023, the vibrant city of Zürich played host to a gathering of Smalltalk enthusiasts. Organized by the ever-dedicated Peter Ursprung, this fall’s meetup featured four talks that delved into the depths of Smalltalk’s versatility and its modern applications. To top it off, attendees had the pleasure of enjoying some fine wine, adding […]

Byte Magazine’s Legacy: Unraveling the Smalltalk-80 Revolution

Byte Magazine’s Legacy: Unraveling the Smalltalk-80 Revolution

In the dynamic realm of microcomputing, Byte Magazine emerged as a beacon of innovation during the late 1970s and throughout the 1980s. This influential publication not only chronicled the technological zeitgeist but also played a pivotal role in shaping it. Byte Magazine’s comprehensive editorial coverage became a cornerstone for tech enthusiasts, providing insights that resonated […]

Client-Server Application Development with PharoJS

Client-Server Application Development with PharoJS pharoJsClientServerTalk-PharoDays2022

PharoJS is a free open source infrastructure that allow developing and testing in Pharo applications that ultimately run on a Javascript interpreter. It is a general purpose solution that can target a wide range of applications, running in a web browser, on top of NodeJs or packaged in cross-platform mobile apps using some framework such […]

Getting Rid of Chemical and Carbon Waste from Batteries – A Maker’s Perspective

Getting Rid of Chemical and Carbon Waste from Batteries – A Maker’s Perspective

Many devices we use daily rely either on batteries that we need to replace more or less often. Beside the economical cost, this is a source of toxic waste. Using rechargeable batteries does not help much. Rechargeables are more expensive, and they eventually die and go to waste. There are some possibilities to recycle batteries. […]

Mac OS X Bug and Workaround to Open a “file:” URL with Parameters from Command-Line

Mac OS X Bug and Workaround to Open a “file:” URL with Parameters from Command-Line

Testing the PLC3000 project requires opening HTML files by a web browser. Indeed, PLC3000 is developed using PharoJS. Its code is written in Pharo, before getting transpiled to JavaScript and exported to a JS files referenced by HTML files. Developing PLC3000 in a TDD fashion, I quickly faced an issue. I realized that it is […]