Sunday, August 8, 2021

CSS Layout related

https://www.youtube.com/c/LayoutLand/videos 

CSS Custom Properties In The Cascade, CSS Variables With Inline Styles

CSS Custom Properties In The Cascade - July 2019
https://www.smashingmagazine.com/2019/07/css-custom-properties-cascade/

CSS Variables With Inline Styles - Nov 2019

Efficient Infinite Utility Helpers Using Inline CSS Custom Properties and calc() - July 2021



 

Is it Time to Ditch the Design Grid? - July 2021

https://css-irl.info/is-it-time-to-ditch-the-design-grid/ 

Detecting Hover-Capable Devices - June 2021

 https://css-irl.info/detecting-hover-capable-devices/

Jen Simmons - Everything You Know About Web Design Just Changed - Oct 2018

 

Polypane - browser tool for web developers and designers

https://polypane.app 

Find that one element on your web page that is causing a 1px horizontal scroll

https://twitter.com/shrutibalasa/status/1424088805003304961?s=21 

Why I Don't Like Tailwind CSS - Aleksandr Hovhannisyan

https://www.aleksandrhovhannisyan.com/blog/why-i-dont-like-tailwind-css/ 

Flourish - Data Visualisation

https://tiiny.host/blog/creating-beautiful-html-visualizations-with-flourish-a-complete-guide/ 

Thursday, July 1, 2021

Rails - unregister a Resque worker

workers = Resque.workers.select {|w| w.to_s.include? "942ng"}

workers.each do |w|

  w.unregister_worker

end 

Sunday, June 13, 2021

increment.com - General Trends in Software Industry

 https://increment.com/issues/

codesdope.com

 https://www.codesdope.com/course/algorithms-introduction/

https://www.codesdope.com/course/data-structures-introduction/

Quantum Communications - Dual band stabilization

https://www.zdnet.com/article/researchers-created-an-un-hackable-quantum-network-over-hundreds-of-kilometers-using-optical-fiber/ 

Excerpt:

To tackle the instable conditions inside optical fibers, Toshiba's researchers developed a new technique called "dual band stabilization". The method sends two signals down the optical fiber at different wavelengths. The first wavelength is used to cancel out rapidly varying fluctuations, while the second wavelength, which is at the same wavelength as the qubits, is used for finer adjustments of the phase. 

Put simply, the two wavelengths combine to cancel environmental fluctuations inside the fiber in real time, which according to Toshiba's researchers, enabled qubits to travel safely over 600 kilometers. 

Already, the company's team has used the technology to trial one of the most well-known applications of quantum networks: quantum-based encryption. 

Known as Quantum Key Distribution (QKD), the protocol leverages quantum networks to create security keys that are impossible to hack, meaning that users can securely exchange confidential information, like bank statements or health records, over an untrusted communication channel such as the internet.  

kalkicode.com - DSA practice website

https://kalkicode.com/ 

Do You Really Need Redis? How to Get Away with Just PostgreSQL

 https://spin.atomicobject.com/2021/02/04/redis-postgresql/

Saturday, June 12, 2021

Priority Queue Using Heap

 https://www.codesdope.com/blog/article/priority-queue-using-heap/

https://www.codesdope.com/course/algorithms-introduction/

https://www.codesdope.com/course/data-structures-introduction/

http://web.eecs.utk.edu/~leparker/Courses/CS302-Fall06/Lecture_notes/09-26-Priority-queues-1.pdf

https://sites.fas.harvard.edu/~libs111/files/lectures/unit9-3.pdf


mocki.io - create fake json API

https://mocki.io/ 

Designing Software with Predicate Logic

https://buttondown.email/hillelwayne/archive/designing-software-with-predicate-logic/ 

Wormhole: Instant Encrypted File-Sharing Powered by WebTorrent

 https://torrentfreak.com/wormhole-instant-encrypted-file-sharing-powered-by-webtorrent-210611/

https://torrentfreak.com/webtorrent-brings-bittorrent-to-the-web-impresses-netflix-151213/


Good and Bad Elixir

https://keathley.io/blog/good-and-bad-elixir.html 

glitch.com - online IDE

 https://glitch.com/

Hash.ai - where models and simulations live

 https://hash.ai/index

Wednesday, January 6, 2021

OPTIMIZE YOUR REDUX SELECTORS WITH USESELECTOR HOOK AND MEMOIZE THEM WITH RESELECT – PART 1

 https://programmerden.com/2020/04/06/optimize-your-redux-selectors-with-useselector-hook-and-memoize-them-with-reselect/

React related - React Query

https://www.reddit.com/r/reactjs/comments/krezz4/redux_context_api_and_react_query/ 

You can fetch data and store it in Redux, but it wasn't purpose-built for that use case. So (as of right now) you have to write most of the fetching and updating code yourself. React-Query, on the other hand, is entirely built to simplify the process of fetching data and caching it, and it's built to take advantage of React hooks. So, if the only thing you're doing is data fetching, React-Query is going to make that a lot simpler.

Followers

Blog Archive