Asim LatifforCodefy Labs's Blogscodefylabs.hashnode.dev·May 26, 2024WorkManager GuideIn this blog, we will be exploring different types of requests in WorkManager and their use cases. Table of Contents Setup Workers Types of Work Request Scheduling Tasks Work Constraints Passing Input Data Chaining Work Setup In order to get...DiscussAndroidworkmanager
Spheron NetworkforSpheron's Blogblog.spheron.network·May 7, 2024Enhancing GPU Networks: Challenges, Future Improvements, and OverviewThe GPU Network is a game-changer in today's digital world that revolutionizes data processing and connectivity. This powerful technology is popular among computer enthusiasts and industry insiders thanks to its unparalleled speed, efficiency, and li...Discuss·112 readsGPUGPU
Chris Dourisdigitalcreations.hashnode.dev·Apr 23, 2024Day 72/100 100 Days of CodeI finished the coding train's processing tutorial. I need to think of an interesting project to build with processing in the future. I am glad that the backlog of tutorials is getting smaller and smaller.Discuss100 Days of CodeProcessing
Chris Dourisdigitalcreations.hashnode.dev·Apr 23, 2024Day 71/100 100 Days of CodeI felt terribly ill and slept most of the day. I decided to watch the Processing tutorial that Code Train released recently. I had already watched most of it but never finished it. I think this is a good time to complete it. https://www.youtube.com/w...Discuss100 Days of Codecode train
Ludivine Constantiludivine-constanti.hashnode.dev·Dec 14, 2023Processing assets with Node.jsNode.js was a great help in the project Heavens of Mankind to reduce the size of data files, and allow type-checking debugging, and processing data (you can read about it more in detail here). We decided to use it again for our agency’s portfolio, to...DiscussImproving over projectsNode.js
Ludivine Constantiludivine-constanti.hashnode.dev·Dec 10, 2023Using Node.js to process dataNode.js is used in this project to help with performance optimization, modify the data, static type checking, and debugging. Here is the link to the 3D tool: https://sternenhimmel-der-menschheit.de/explore File size optimization Data for the stars Th...DiscussHeavens of MankindNode.js
Miss.Cathynerdykat.hashnode.dev·Sep 19, 2023SketchRNN: When Technology meets ArtIntroduction Hello again folks, In this blog, we are going to summon our creative selves and dive into this cool pre-trained machine-learning model called SketchRNN. After a briefing about SketchRNN, we will take a look at a few sketches generated by...Discuss·5 likes·50 readsWeMakeDevs
Felicia Baconfeliciabacon.hashnode.dev·Aug 3, 2021Array Processing Abstractions (Part 1)An array in Javascript is simply a list of values. In order to do something with that list, usually we would need to ‘step through’ or ‘iterate’ over that list to perform a specific action on each value. Javascript provides us with a few different ty...Discuss·1 like·43 readsarray