Some great links for 08/10/2020
full featured html embeddable spreadsheet tags: howto Spreadsheets html [The UX of LEGO Interface Panels –...
Read more →All my blog posts and articles
Page 35 of 141 (2814 total posts)
full featured html embeddable spreadsheet tags: howto Spreadsheets html [The UX of LEGO Interface Panels –...
Read more →Noticed Gem: Notifications for Ruby on Rails applications very useful gem to send all kinds of notification from Rails. Haven’t tested it myself. tags: rails howto notification gems tools Posted from Diigo. The rest of my favorite links are here.
PEP 622 — Structural Pattern Matching | Python.org A pretty nice concept for patterns in python. tags: python pep What Are Duck Typing and Monkey Patching in Python? Good for ruby programmers who are learning python tags: howto python Posted from Diigo. The rest of my favorite links are here.
Welcome to Streamlit — Streamlit 0.62.1 documentation Very nice and free visualization tool in python. tags: howto visualization python graphs Posted from Diigo. The rest of my favorite links are here.
Free illustrations for developers. – DEV For all those times when you need just the right illustration, an apparently amazing collection! tags: free howto illustration Posted from Diigo. The rest of my favorite links are here.
CS81 Fall 2017 Robotics Course that looks great tags: robotics course 1. ConX Neural Networks — conx 3.7.9 documentation Friendly, Jupyter-notebook-ish neural nets tags: neural networks hoot Posted from Diigo. The rest of my favorite links are here.
datas-frame – Modern Pandas (Part 2): Method Chaining Ive been trying this style and while it looks cool I am not sure it’s more productive. Because debugging is harder as you can’t examine intermediate results. tags: functional pandas method chaining howto Posted from Diigo. The rest of my favorite links are here.
The Unreasonable Effectiveness of Method Chaining in Pandas Good article exploring and explaining the functional or fluent style of design in python. tags: functional pandas style howto Posted from Diigo. The rest of my favorite links are here.
GGather Looks like a really good one. tags: manager bookmark [Every bookmark manager ever made | A Bootstrapped Journey](https://bookmarkos.com/every-bookmark-manager-ever-m...
Read more →Very impressive data transformation tool It claims to be able to convert, transform and massage data in css, json and lots of other tabular formats! tags: data howto [c...
Read more →The Definitive Guide to Python import Statements | Chris Yeh Another good article about Python modularity tags: python import howto modularity Posted from Diigo. The rest of my favorite links are here.
Stripe is Silently Recording Your Movements On its Customers’ Websites · mtlynch.io This kind of thing doesn’t bother me too much. But I know certain people are totally freaked out by it. tags: security privacy stripe spying Posted from Diigo. The rest of my favorite links are here.
Cleaning and Prepping Data with Python for Data Science — Best Practices and Helpful Packages Tour de force explanation of techniques for data cleaning in python data...
Read more →The Art of Command Line We all live in the shell. (Yes, if you’re not geekish that sentence makes no sense). And you can always learn a little more and some special trick to make your day. Here’s another reference. tags: [...
Read more →How to do multi-step forms in Rails – Code with Jason Really good simple explanation of making a multi step form in Rails. tags: code rails howto forms patterns Posted from Diigo. The rest of my favorite links are here.
Facade Pattern in Rails for Performance and Maintainability | AppSignal Blog Good explanation. Although I don’t know exactly what his difference is between a facade, a presenter and a service ...
Read more →Test Double | Our Blog | Improving Dev Experience with Overmind Foreman is now superseded by overmind, which is better and more awesome. Worth a look. tags: dev overmind tools foreman rails howto Posted from Diigo. The rest of my favorite links are here.
Integrate Bootstrap 4 and Font Awesome 5 in Rails 6 This can always be a paining the butt. And now that Rails4 uses all this new and badly integrated package management stuff it gets worse. This is a helpfu...
Read more →Please stop recommending Git Flow! – George Stocker It’s always hard to handle branches. This was a very popular post when it came out. tags: howto branches git cargocultimg Posted from Diigo. The rest of my favorite links are here.
Library for stubbing and setting expectations on HTTP requests in Ruby. There are many of these building blocks. Use this to mock a web service that your system depends on. That way you can test your system without incurring the costs (in money and time) of ca...
Read more →