L̶u̵m̶i̵n̷o̴u̶s̶m̶e̵n̵B̶l̵o̵g̵
الذهاب إلى القناة على Telegram
(ノ◕ヮ◕)ノ*:・゚✧ ✧゚・: *ヽ(◕ヮ◕ヽ) helping robots conquer the earth and trying not to increase entropy using Python, Big Data, Machine Learning http://luminousmen.com License: CC BY-NC-ND 4.0
إظهار المزيد338
المشتركون
لا توجد بيانات24 ساعات
لا توجد بيانات7 أيام
لا توجد بيانات30 أيام
جاري تحميل البيانات...
القنوات المماثلة
سحابة العلامات
لا توجد بيانات
هل تواجه مشاكل؟ يرجى تحديث الصفحة أو الاتصال بمدير الدعم الخاص بنا.
الإشارات الواردة والصادرة
---
---
---
---
---
---
جذب المشتركين
ديسمبر '24
ديسمبر '24
+4
في 1 قنوات
نوفمبر '24
+18
في 0 قنوات
Get PRO
أكتوبر '24
+19
في 0 قنوات
Get PRO
سبتمبر '24
+47
في 2 قنوات
Get PRO
أغسطس '240
في 0 قنوات
Get PRO
يوليو '240
في 1 قنوات
Get PRO
يونيو '240
في 0 قنوات
Get PRO
مايو '24
+8
في 0 قنوات
Get PRO
أبريل '24
+6
في 0 قنوات
Get PRO
مارس '24
+1
في 0 قنوات
Get PRO
فبراير '24
+11
في 0 قنوات
Get PRO
يناير '24
+12
في 0 قنوات
Get PRO
ديسمبر '230
في 0 قنوات
Get PRO
نوفمبر '230
في 0 قنوات
Get PRO
أكتوبر '230
في 0 قنوات
Get PRO
سبتمبر '230
في 0 قنوات
Get PRO
أغسطس '230
في 0 قنوات
Get PRO
يوليو '230
في 0 قنوات
Get PRO
يونيو '230
في 0 قنوات
Get PRO
مايو '230
في 0 قنوات
Get PRO
أبريل '230
في 0 قنوات
Get PRO
مارس '230
في 0 قنوات
Get PRO
فبراير '230
في 0 قنوات
Get PRO
يناير '23
+4
في 0 قنوات
Get PRO
ديسمبر '22
+3
في 0 قنوات
Get PRO
نوفمبر '22
+11
في 0 قنوات
Get PRO
أكتوبر '22
+9
في 0 قنوات
Get PRO
سبتمبر '22
+3
في 0 قنوات
Get PRO
أغسطس '22
+4
في 0 قنوات
Get PRO
يوليو '22
+3
في 0 قنوات
Get PRO
يونيو '22
+5
في 0 قنوات
Get PRO
مايو '22
+4
في 0 قنوات
Get PRO
أبريل '22
+9
في 0 قنوات
Get PRO
مارس '220
في 0 قنوات
Get PRO
فبراير '220
في 0 قنوات
Get PRO
يناير '220
في 0 قنوات
Get PRO
ديسمبر '21
+3
في 0 قنوات
Get PRO
نوفمبر '21
+6
في 0 قنوات
Get PRO
أكتوبر '21
+9
في 0 قنوات
Get PRO
سبتمبر '21
+15
في 0 قنوات
Get PRO
أغسطس '21
+10
في 0 قنوات
Get PRO
يوليو '21
+14
في 0 قنوات
Get PRO
يونيو '21
+9
في 0 قنوات
Get PRO
مايو '21
+15
في 0 قنوات
Get PRO
أبريل '21
+8
في 0 قنوات
Get PRO
مارس '21
+12
في 0 قنوات
Get PRO
فبراير '21
+339
في 0 قنوات
| التاريخ | نمو المشتركين | الإشارات | القنوات | |
| 09 ديسمبر | 0 | |||
| 08 ديسمبر | 0 | |||
| 07 ديسمبر | 0 | |||
| 06 ديسمبر | +2 | |||
| 05 ديسمبر | 0 | |||
| 04 ديسمبر | +1 | |||
| 03 ديسمبر | 0 | |||
| 02 ديسمبر | 0 | |||
| 01 ديسمبر | +1 |
منشورات القناة
Conflicts are inevitable, especially at work. If you find yourself in one, you can take this general approach to how to resolve it, hopefully successfully
https://luminousmen.com/post/handling-conflicts
| 2 | Apache Spark supports loading data from tables using JDBC, but sometimes engineers use this interface blindly without thinking that it is not optimized by default
https://luminousmen.com/post/spark-tips-optimizing-jdbc-data-source-reads/ | 323 |
| 3 | Amazon EMR Serverless is a new deployment option in Amazon EMR that makes it easy and cost-effective for data engineers and analysts to run petabyte-scale data analytics in the cloud. With EMR Serverless, you can run applications built using open-source frameworks such as Apache Spark, Hive, and Presto without having to configure, manage, optimize, or secure clusters.
https://youtu.be/i6jH-QjFuGA | 542 |
| 4 | In this article Uber writes about the details of current Apache Spark shuffle implementation. And its presenting their own implementation of Spark shuffle service with Remote Shuffle Service (RSS). The blog narrates how RSS works and its efficiency in solving reliability & scalability issues. Recommended read!
https://eng.uber.com/ubers-highly-scalable-and-distributed-shuffle-as-a-service/ | 103 |
| 5 | Sometimes, it is difficult to determine what the original dependencies of a Python application (pip-based) are, a new pip feature - constraints file is a way to solve this problem.
https://luminousmen.com/post/pip-constraints-files | 75 |
| 6 | Databricks MLflow 2.0 with MLPipeline that can orchestrate ML pipelines with a YAML file to configure used algorithm, evaluation criteria, and column you write the prediction
https://databricks.com/blog/2022/06/29/introducing-mlflow-pipelines-with-mlflow-2-0.html | 108 |
| 7 | The hardware component of concurrency is always left untouched when explained in any of the books on the subject. In this post we will overview the levels of parallel hardware.
An excerpt from Grokking Concurrency by Kirill Bobrov
https://luminousmen.com/post/multiple-levels-of-parallel-hardware | 77 |
| 8 | Making CI great again with Github Actions
https://luminousmen.com/post/making-ci-workflow-faster-with-github-actions | 84 |
| 9 | I believe that there needs to be a paradigm shift in thinking from quality assurance to quality assistance in the entire team involved in product development
https://luminousmen.com/post/quality-is-the-responsibility-of-the-team | 113 |
| 10 | At the last Re:Invent AWS announced a new EMR Serverless service. It's not really a new service, it's just another deployment option for the old EMR service which lets you not have to think about configuring a cluster. But it's not that simple, more in the post:
https://luminousmen.com/post/emr-serverless-a-400level-guide | 389 |
| 11 | For the past 6 months or so, I've been busy working with the folks at Manning Publications to create a cool little survival guide that will help engineers pass the concurrency jungle. I am proud to announce my book is now available for early access! Save 50% by using the code 'mlbobrov'
Link: http://mng.bz/06eW | 139 |
| 12 | A little bit of rumbling about TDD
https://luminousmen.com/post/rumbling-about-test-driven-development | 212 |
| 13 | A challenge of running the data analytics org is the help desk style request known as can you pull the data real quick! The author explains why one can't simply pull the data quickly, highlighting real-world data problems.
https://motifanalytics.medium.com/why-cant-you-pull-data-real-quick-318f90024712 | 272 |
| 14 | لا يوجد نص... | 309 |
| 15 | How to properly do pair programming with Bitbucket
Spooning | 288 |
| 16 | Have you ever committed an SSH private key, a password file or any sensitive data to your repository before? If yes, this post maybe useful to you
https://luminousmen.com/post/delete-sensitive-data-from-git | 298 |
| 17 | A little about CloudFormation to brighten your day
https://luminousmen.com/post/a-very-quick-introduction-to-the-pain-of-aws-cloudformation | 309 |
| 18 | "Before you are a leader, success is all about growing yourself. When you become a leader, success is all about growing others." — Jack Welch
https://luminousmen.com/post/first-rule-of-the-leader | 367 |
| 19 | Streamlit for rapid prototyping is awesome for data apps. In a few lines of code you can create quite a complex UI, with support for loading files and, it seems, all the currently existing libraries for rendering graphs.
No, just look how beautiful it is!
My app | 300 |
| 20 | https://eugeneyan.com/writing/first-rule-of-ml/ | 336 |
