Senior developer | b...ย โขย 1y
### Performance Boost in SoundLink Key Improvement: I significantly boosted SoundLinkโs performance by optimizing audio data handling in the recorder class. Initially, calling `shortarray.toByteArray()` directly for file writing and broadcasting led to zeroes at the broadcast receiver. My workaround involved excessive read/write operations, causing lag. Solution: - Created a variable to store the byte array from `shortarray.toByteArray()`. - Used this variable for both file writing and broadcasting. - Removed the redundant `writeToFile` function. Outcome: - No more lags. - Reduced read/write operations. - Streamlined data processing. Excited for feedback ๐ Check out the first update https://medial.app/post/6649a71dc3dca26fbf663a1b
Daily Learnings...ย โขย 7m
I am finally writing these after 2 busy days, today its about KPIs Key Performance Indicators, or KPIs, are the standard tools for measuring performance, evaluating success, and tracking progress toward goals. KPIs are important in PM because they
See MoreKeen Learner and Exp...ย โขย 1m
Day 11 of learning python as a beginner. Topic: creating journal entry program using file I/O. I got a little sidleline from my original plan of editing my to-do list program and created an entirely new program this time for writing a daily journal
See MoreKeen Learner and Exp...ย โขย 26d
Day 19 of learning python as a beginner. Topic: JSON file (exploring surface). JSON stands for JavaScript Object Notation however it is not limited to JavaScript only. JSON is used to store and share structured data which is both readable by human
See MoreBuilding Commerce Ed...ย โขย 8m
๐ Internship Opportunities at Pathbreakers ๐ Weโre a fast-growing ed-tech startup focused on revolutionizing career counseling for commerce students. Join us for a 3-month internship in the following roles: Available Roles: 1. Business Developme
See MorePassionate about cod...ย โขย 1m
I'm currently working on JanX Editor, an AI-powered code editor designed to help developers go from idea โ project more intuitively. ๐ฏ Whatโs the goal? I want JanX to be more than just an editor. My vision is to create a smart dev tool where you ca
See MoreKeen Learner and Exp...ย โขย 27d
Day 17 of learning python as a beginner. Topic: lambda functions + email filter Lambda functions are a single line anonymous function without using the usual def key word. All function: checks whether all the key words (spam_keywords) are present
See MoreDownload the medial app to read full posts, comements and news.