User Portlet User Portlet

b3m2a1 ​ 
Discussions
#Cross-Post from [here](https://b3m2a1.github.io/writing-books-in-mathematica.html) --- As part of a [continuing](https://b3m2a1.github.io/making-docs-with-easyide.html) [series](https://b3m2a1.github.io/making-a-website-with-easyide.html) on...
#Cross-Post [Here](https://b3m2a1.github.io/making-a-website-with-easyide.html) --- A common thing that people want to do one they have a nice bit of code is that they way to share it with the world. That was me ~2 years ago and so I went out,...
I recently got [nerd sniped](https://xkcd.com/356/) on a [question on Stack Exchange](https://mathematica.stackexchange.com/a/195065/38205) Originally I just wanted to show off my immutable OOP framework that uses a bunch of Mathematica's built in...
cross-post [here](https://b3m2a1.github.io/making-docs-with-easyide.html#main-content) --- Now that the [IDE stuff I've been working on](https://b3m2a1.github.io/easyide-an-ide-for-mathematica.html) has largely settled, I think it's time to...
This is a cross-post from [here](https://b3m2a1.github.io/easyide-an-ide-for-mathematica.html) --- Contrary to what would probably be best practice, I do all of my Mathematica development inside Mathematica itself. To support this I built out a...
### UPDATE: The package was announced and released for download with detailed tutorials: - EasyIDE: An IDE for Mathematica: - https://community.wolfram.com/groups/-/m/t/1655203 - Making Documentation Easily with EasyIDE: -...
Mathematica uses .trie files for its auto-completion system. I have no idea how to make them (and neither does...
This is a [cross-post](https://b3m2a1.github.io/request-development-input.html) --- # What Do People Want To Build? Over the past year and a bit I've developed quite a bit of infrastructure from [a documentation...
I had multiple sites on the Wolfram Cloud (still have a few) but without any compelling reason to keep them there, I moved them away. Given how slow and buggy the servers can be and how ugly the URLs were and generally less-than-convenient it is to...
I decided to build off of [Let Me Mathematica That For You](https://www.wolframcloud.com/objects/b3m2a1/LetMeMathematicaThatForYou.html) to write something akin to [JSFiddle](https://jsfiddle.net/) which this week we're calling...