از ویژگی های برنامه #tmate میتوان به موارد زیر اشاره نمود :
-متن باز بودن
-ویژگی multiplex بودن
-موجود در مخازن
-موجود بودن سورس در گیت هاب (https://github.com/tmate-io/tmate)
-استفاده از کتابخانه libssh
و...
#cli #terminal #remote #teleconsole #tmate #tmux @unixmens
-متن باز بودن
-ویژگی multiplex بودن
-موجود در مخازن
-موجود بودن سورس در گیت هاب (https://github.com/tmate-io/tmate)
-استفاده از کتابخانه libssh
و...
#cli #terminal #remote #teleconsole #tmate #tmux @unixmens
GitHub
GitHub - tmate-io/tmate: Instant Terminal Sharing
Instant Terminal Sharing. Contribute to tmate-io/tmate development by creating an account on GitHub.
نحوه نصب و پیاده سازی xrdp
برای اتصال از راه دور و گرافیکی به سیستم عامل لینوکس، می توان از برنامه های مختلفی استفاده کرد. از جمله : vnc,xrdp,nx,xdmcp و ... یکی از این برنامه ها، استفاده از پروتکل rdp می باشد که معمولا برای اتصال از راه دور به محیط ویندوز استفاده می شود.
برای اتصال به محیط لینوکس از طریق این برنامه، ابتدا باید بسته xrdp را در سرور(یا ماشین) نصب کرد:
rpm -ivh xrdp-0.6.1-2.el7.nux.x86_64.rpm
1:xrdp-0.6.1-2.el7.nux ################################# [100%]
بعد از ان باید این سرویس را استارت نمود:
systemctl start xrdp.service
همچنین برای راه اندازی(استارت) خودکار این سرویس بعد از reboot شدن سرور، می توان از دستور زیر استفاده کرد:
systemctl enable xrdp.service
این سرویس فایل پیکربندی مشخصی هم دارد که در ان می توان نام کاربری، رمز عبور، پورت و ... را به مقدار ثابتی تعیین نمود یا با استفاده از عبارت ask، تعیین این مشخصات را به زمان ورود به سرور موکول کرد:
# vi /etc/xrdp/xrdp.ini
[xrdp1]
name=sesman-Xvnc
lib=libvnc.so
username=ask
password=ask
ip=127.0.0.1
port=ask-1
بعد از انجام این مراحل، باید مطمئن شد که سرویس فایروال و selinux در برقراری این ارتباط، ممانعتی را ایجاد نمی کنند. به این جهت، دو راهکار وجود دارد:
راهکار اول انکه در صورت عدم نیاز به این سرویسها، باید انها را از کار انداخت:
غیرفعال کردن فایروال:
systemctl stop firewalld
systemctl disable firewalld
غیرفعال کردن selinux:
# vi /etc/sysconfig/selinux
SELINUX=disabled
# sestatus
SELinux status: disabled
در صورت نیاز به هر کدام از این سرویسها، باید راهکار دوم که تنظیم فایروال و selinux می باشد را برگزید البته به شکلی که بتوان از سرویس xrdp استفاده کرد:
تنظیم فایروال:
firewall-cmd –permanent –zone=public –add-port=3389/tcp
firewall-cmd –reload
تنظیم selinux:
chcon —type=bin_t /usr/sbin/xrdp
chcon —type=bin_t /usr/sbin/xrdp-sesman
بعد از انجام این تنظیمات، با اجرای برنامه remote desktop در محیط ویندوز، ip مربوط به سرور لینوکس را وارد می کنیم
#remote #linux #xrdp @unixmens
برای اتصال از راه دور و گرافیکی به سیستم عامل لینوکس، می توان از برنامه های مختلفی استفاده کرد. از جمله : vnc,xrdp,nx,xdmcp و ... یکی از این برنامه ها، استفاده از پروتکل rdp می باشد که معمولا برای اتصال از راه دور به محیط ویندوز استفاده می شود.
برای اتصال به محیط لینوکس از طریق این برنامه، ابتدا باید بسته xrdp را در سرور(یا ماشین) نصب کرد:
rpm -ivh xrdp-0.6.1-2.el7.nux.x86_64.rpm
1:xrdp-0.6.1-2.el7.nux ################################# [100%]
بعد از ان باید این سرویس را استارت نمود:
systemctl start xrdp.service
همچنین برای راه اندازی(استارت) خودکار این سرویس بعد از reboot شدن سرور، می توان از دستور زیر استفاده کرد:
systemctl enable xrdp.service
این سرویس فایل پیکربندی مشخصی هم دارد که در ان می توان نام کاربری، رمز عبور، پورت و ... را به مقدار ثابتی تعیین نمود یا با استفاده از عبارت ask، تعیین این مشخصات را به زمان ورود به سرور موکول کرد:
# vi /etc/xrdp/xrdp.ini
[xrdp1]
name=sesman-Xvnc
lib=libvnc.so
username=ask
password=ask
ip=127.0.0.1
port=ask-1
بعد از انجام این مراحل، باید مطمئن شد که سرویس فایروال و selinux در برقراری این ارتباط، ممانعتی را ایجاد نمی کنند. به این جهت، دو راهکار وجود دارد:
راهکار اول انکه در صورت عدم نیاز به این سرویسها، باید انها را از کار انداخت:
غیرفعال کردن فایروال:
systemctl stop firewalld
systemctl disable firewalld
غیرفعال کردن selinux:
# vi /etc/sysconfig/selinux
SELINUX=disabled
# sestatus
SELinux status: disabled
در صورت نیاز به هر کدام از این سرویسها، باید راهکار دوم که تنظیم فایروال و selinux می باشد را برگزید البته به شکلی که بتوان از سرویس xrdp استفاده کرد:
تنظیم فایروال:
firewall-cmd –permanent –zone=public –add-port=3389/tcp
firewall-cmd –reload
تنظیم selinux:
chcon —type=bin_t /usr/sbin/xrdp
chcon —type=bin_t /usr/sbin/xrdp-sesman
بعد از انجام این تنظیمات، با اجرای برنامه remote desktop در محیط ویندوز، ip مربوط به سرور لینوکس را وارد می کنیم
#remote #linux #xrdp @unixmens
Forwarded from Academy and Foundation unixmens | Your skills, Your future (yashar esmaildokht 🐧)
Forwarded from Academy and Foundation unixmens | Your skills, Your future (yashar esmaildokht 🐧)
Forwarded from Academy and Foundation unixmens | Your skills, Your future (yashar esmaildokht 🐧)
از ویژگی های برنامه #tmate میتوان به موارد زیر اشاره نمود :
-متن باز بودن
-ویژگی multiplex بودن
-موجود در مخازن
-موجود بودن سورس در گیت هاب (https://github.com/tmate-io/tmate)
-استفاده از کتابخانه libssh
و...
#cli #terminal #remote #teleconsole #tmate #tmux @unixmens
-متن باز بودن
-ویژگی multiplex بودن
-موجود در مخازن
-موجود بودن سورس در گیت هاب (https://github.com/tmate-io/tmate)
-استفاده از کتابخانه libssh
و...
#cli #terminal #remote #teleconsole #tmate #tmux @unixmens
GitHub
GitHub - tmate-io/tmate: Instant Terminal Sharing
Instant Terminal Sharing. Contribute to tmate-io/tmate development by creating an account on GitHub.
Forwarded from Academy and Foundation unixmens | Your skills, Your future (yashar esmaildokht 🐧)
Forwarded from Academy and Foundation unixmens | Your skills, Your future (yashar esmaildokht 🐧)
Forwarded from Academy and Foundation unixmens | Your skills, Your future (yashar esmaildokht 🐧)
از ویژگی های برنامه #tmate میتوان به موارد زیر اشاره نمود :
-متن باز بودن
-ویژگی multiplex بودن
-موجود در مخازن
-موجود بودن سورس در گیت هاب (https://github.com/tmate-io/tmate)
-استفاده از کتابخانه libssh
و...
#cli #terminal #remote #teleconsole #tmate #tmux @unixmens
-متن باز بودن
-ویژگی multiplex بودن
-موجود در مخازن
-موجود بودن سورس در گیت هاب (https://github.com/tmate-io/tmate)
-استفاده از کتابخانه libssh
و...
#cli #terminal #remote #teleconsole #tmate #tmux @unixmens
GitHub
GitHub - tmate-io/tmate: Instant Terminal Sharing
Instant Terminal Sharing. Contribute to tmate-io/tmate development by creating an account on GitHub.
🎉دورکاری در سازمانها بیش از پیش مورد توجه قرار گرفته است. حال نحوه دورکاری و فرایند های آن و زیرساخت لازم برای آن ، برای افزایش راندمان تیمی بسیار حائز اهمیت است .
🎂با افتخار اعلام میکنیم ، ما آماده پیاده سازی روند های تیمی ، برای دورکاری و افزایش راندمان تیمی حتی در زمان غیر دور کاری هستیم .
🎯یکی از ملزومات امکان ارسال فایل، پیام و امکان تماس صوتی و تصویری و ویدیو کنفرانس و همچنین قابلیت حفظ آرشیو فایلها، پیامها و فعالیتهای انجام شده را در طولانی مدت، فراهم نماید . همچنین امکان task boards برای مدیریت فرآیند ها و امکان ویرایش اسناد تحت وب نیز یک ضرورت میباشد .
🖥ویژگی دیگر امکان برخورداری سازمان بصورت IAAS (قابلیت نصب بر روی سرورهای داخلی سازمان )
نیز یک ویژگی است ، که میتوان به آن اشاره نمود .
📚با افتخار اعلام میکنیم ما آماده ارایه این زیرساخت هستیم .
☎️ جهت اطلاعات تکمیلی تماس حاصل فرمایید .
#unixmen @unixmens #service #remote
🎂با افتخار اعلام میکنیم ، ما آماده پیاده سازی روند های تیمی ، برای دورکاری و افزایش راندمان تیمی حتی در زمان غیر دور کاری هستیم .
🎯یکی از ملزومات امکان ارسال فایل، پیام و امکان تماس صوتی و تصویری و ویدیو کنفرانس و همچنین قابلیت حفظ آرشیو فایلها، پیامها و فعالیتهای انجام شده را در طولانی مدت، فراهم نماید . همچنین امکان task boards برای مدیریت فرآیند ها و امکان ویرایش اسناد تحت وب نیز یک ضرورت میباشد .
🖥ویژگی دیگر امکان برخورداری سازمان بصورت IAAS (قابلیت نصب بر روی سرورهای داخلی سازمان )
نیز یک ویژگی است ، که میتوان به آن اشاره نمود .
📚با افتخار اعلام میکنیم ما آماده ارایه این زیرساخت هستیم .
☎️ جهت اطلاعات تکمیلی تماس حاصل فرمایید .
#unixmen @unixmens #service #remote
یکصدهزار کارمند! دورکاری پارهوقت کارمندان گوگل دائمی شد
گوگل یکصد هزار نفر، معادل جمعیت یک شهر کوچک، کارمند دارد. حال، قرار شده است که همه این کارمندان به زودی بخشی از ساعات کاری خود را دورکاری کنند.
سوندا پیچای، مدیرعامل شرکت آلفابت که شرکت مادر گوگل است، روز چهارشنبه در گفتوگویی با مجله تایم اظهار داشت: «در آینده، کار در گوگل انعطاف بیشتری خواهد داشت. ما قاطعانه اعتقاد داریم که حضور در محل کار، مراوده رودررو با همکاران و حس همبستگی که کار حضوری ایجاد میکند، بسیار مهم است، بهخصوص وقتی شما کارتان نوآوری و جستوجوی راه حل برای مشکلات دشوار است. نگاه ما در این زمینه عوض نشده است. با این حال، ما بر این باوریم که باید انعطاف بیشتری درباره حضور کارمندان در شرکت بهخرج دهیم و سراغ مدلهای ترکیبی برویم.»
نتایج حاصل از یک نظرسنجی از کارمندان گوگل که روز سهشنبه در توییتر منتشر شد، نشان میدهد که ۶۲ درصد از آنان بر این باورند که دورکاری اثر منفی برای کارآیی آنها ندارد و اگر قرار باشد تنها بعضی از اوقات سر کار حاضر شوند، میتوانند همچنان بهترین سطح کارآیی خود را حفظ کنند. به نظر میرسد که با شیوع کرونا، ایده دورکاری محبوبیت بیشتری یافته باشد، زیرا در ماه مه فقط ۵۳ درصد از کارمندان گوگل از دورکاری پشتیبانی میکردند. ده درصد از کارمندان گوگل نیز گفتهاند که حتی اگر قرار باشد تمام ساعات کاری را دورکاری کنند، همچنان بالاترین کارآیی را خواهند داشت.
دورکاری دیگر شرکتهای بزرگ فنآوری مانند توییتر و فیسبوک نیز پیش از این خبرساز شده بود. توییتر رادیکالترین سیاست را در این خصوص اتخاذ کرده است. جک دورسی، مدیرعامل این شرکت، در ماه مه اعلام کرد که کارمندان توییتر میتوانند در صورت تمایل، «برای همیشه» از خانه کار کنند./ایندیپندنت
#jobs #google #remote #دورـکاری
@unixmens
گوگل یکصد هزار نفر، معادل جمعیت یک شهر کوچک، کارمند دارد. حال، قرار شده است که همه این کارمندان به زودی بخشی از ساعات کاری خود را دورکاری کنند.
سوندا پیچای، مدیرعامل شرکت آلفابت که شرکت مادر گوگل است، روز چهارشنبه در گفتوگویی با مجله تایم اظهار داشت: «در آینده، کار در گوگل انعطاف بیشتری خواهد داشت. ما قاطعانه اعتقاد داریم که حضور در محل کار، مراوده رودررو با همکاران و حس همبستگی که کار حضوری ایجاد میکند، بسیار مهم است، بهخصوص وقتی شما کارتان نوآوری و جستوجوی راه حل برای مشکلات دشوار است. نگاه ما در این زمینه عوض نشده است. با این حال، ما بر این باوریم که باید انعطاف بیشتری درباره حضور کارمندان در شرکت بهخرج دهیم و سراغ مدلهای ترکیبی برویم.»
نتایج حاصل از یک نظرسنجی از کارمندان گوگل که روز سهشنبه در توییتر منتشر شد، نشان میدهد که ۶۲ درصد از آنان بر این باورند که دورکاری اثر منفی برای کارآیی آنها ندارد و اگر قرار باشد تنها بعضی از اوقات سر کار حاضر شوند، میتوانند همچنان بهترین سطح کارآیی خود را حفظ کنند. به نظر میرسد که با شیوع کرونا، ایده دورکاری محبوبیت بیشتری یافته باشد، زیرا در ماه مه فقط ۵۳ درصد از کارمندان گوگل از دورکاری پشتیبانی میکردند. ده درصد از کارمندان گوگل نیز گفتهاند که حتی اگر قرار باشد تمام ساعات کاری را دورکاری کنند، همچنان بالاترین کارآیی را خواهند داشت.
دورکاری دیگر شرکتهای بزرگ فنآوری مانند توییتر و فیسبوک نیز پیش از این خبرساز شده بود. توییتر رادیکالترین سیاست را در این خصوص اتخاذ کرده است. جک دورسی، مدیرعامل این شرکت، در ماه مه اعلام کرد که کارمندان توییتر میتوانند در صورت تمایل، «برای همیشه» از خانه کار کنند./ایندیپندنت
#jobs #google #remote #دورـکاری
@unixmens
استخدام DevOps Engineer (دورکاری)
نوع همکاری
تمام وقت دورکاری
حداقل سابقه کار
سه تا هفت سال
حقوق
حقوق از ۲۶,۰۰۰,۰۰۰ تومان
شرح موقعیت شغلی
Must-haves:
Deep understanding of programming languages
Enthusiasm for new technologies and creativity to use them in a solution-oriented manner
#Good knowledge of Java or C
In-depth knowledge of cloud and container technologies
Very good knowledge of English
Nice-to-haves:
Experience with Azure, Ansible, AKS, Jenkins, Docker and Linux
Background in engineering / product development
Tasks:
Support of our scrum teams in the implementation of requirements for the build process and the build infrastructure
New and further development of the build tools and Azure services
Configuration and maintenance of the infrastructure (Jenkins, Docker, Artifactory)
Further development of the build environment for continuous integration and continuous deployment - this is where you bring in new ideas, technologies and concepts
Monitoring the infrastructure
معرفی شرکت
Founded in 2018 on a solid foundation of honest family values, we've built lasting relationships that have kept us on the cutting edge of innovation ever since. Our belief in not using technology to fix a problem, but rather finding a dedicated solution for you, regardless of the technology used, has allowed us to continue to inspire, transform and create synergies that shape the digital space. Whatever you need, we invite you to grow with us and together we can integrate technologies with infinite possibilities. We are a young innovation and technology-driven team, which is headquartered in Vienna. We speak German and English and mainly serve the European market with our services. For us, customer satisfaction and the fastest possible support are the top priorities
Together with you, we define your requirement profile for the service
and develop this in agile cooperation with you.
Parsition GmbH is a company that is active in software development. Our activities take place in an international environment. We are always trying to have more contact with Iranian developers and to bring them to the European market.
This enables us to pay our developers a better income and to help them settle faster than normal internationally
https://parsition.com/
#jobs #linux #devops #remote
@unixmens
نوع همکاری
تمام وقت دورکاری
حداقل سابقه کار
سه تا هفت سال
حقوق
حقوق از ۲۶,۰۰۰,۰۰۰ تومان
شرح موقعیت شغلی
Must-haves:
Deep understanding of programming languages
Enthusiasm for new technologies and creativity to use them in a solution-oriented manner
#Good knowledge of Java or C
In-depth knowledge of cloud and container technologies
Very good knowledge of English
Nice-to-haves:
Experience with Azure, Ansible, AKS, Jenkins, Docker and Linux
Background in engineering / product development
Tasks:
Support of our scrum teams in the implementation of requirements for the build process and the build infrastructure
New and further development of the build tools and Azure services
Configuration and maintenance of the infrastructure (Jenkins, Docker, Artifactory)
Further development of the build environment for continuous integration and continuous deployment - this is where you bring in new ideas, technologies and concepts
Monitoring the infrastructure
معرفی شرکت
Founded in 2018 on a solid foundation of honest family values, we've built lasting relationships that have kept us on the cutting edge of innovation ever since. Our belief in not using technology to fix a problem, but rather finding a dedicated solution for you, regardless of the technology used, has allowed us to continue to inspire, transform and create synergies that shape the digital space. Whatever you need, we invite you to grow with us and together we can integrate technologies with infinite possibilities. We are a young innovation and technology-driven team, which is headquartered in Vienna. We speak German and English and mainly serve the European market with our services. For us, customer satisfaction and the fastest possible support are the top priorities
Together with you, we define your requirement profile for the service
and develop this in agile cooperation with you.
Parsition GmbH is a company that is active in software development. Our activities take place in an international environment. We are always trying to have more contact with Iranian developers and to bring them to the European market.
This enables us to pay our developers a better income and to help them settle faster than normal internationally
https://parsition.com/
#jobs #linux #devops #remote
@unixmens
parsition.at
Marktführer in der Web Entwicklung und App Entwicklung in Österreich. Kostengünstig Entwicklung, Entwickler einstellen, Design, Marketing!
Forwarded from Academy and Foundation unixmens | Your skills, Your future (yashar esmaildokht 🐧)
Forwarded from Academy and Foundation unixmens | Your skills, Your future (yashar esmaildokht 🐧)
Forwarded from Academy and Foundation unixmens | Your skills, Your future (yashar esmaildokht 🐧)
از ویژگی های برنامه #tmate میتوان به موارد زیر اشاره نمود :
-متن باز بودن
-ویژگی multiplex بودن
-موجود در مخازن
-موجود بودن سورس در گیت هاب (https://github.com/tmate-io/tmate)
-استفاده از کتابخانه libssh
و...
#cli #terminal #remote #teleconsole #tmate #tmux @unixmens
-متن باز بودن
-ویژگی multiplex بودن
-موجود در مخازن
-موجود بودن سورس در گیت هاب (https://github.com/tmate-io/tmate)
-استفاده از کتابخانه libssh
و...
#cli #terminal #remote #teleconsole #tmate #tmux @unixmens
GitHub
GitHub - tmate-io/tmate: Instant Terminal Sharing
Instant Terminal Sharing. Contribute to tmate-io/tmate development by creating an account on GitHub.
موقعیت شغلی در یک شرکت بین المللی
حقوق ثابت ماهانه از ۱۰۰۰ دلار
طراح UI دارای ۳ سال سابقه و نمونه کار اجرایی
فول ریموت تمام وقت دوشنبه تا جمعه
سطح زبان انگلیسی در حد ارتباط روزمره
[email protected]
ارسال رزومه و نمونه کار به ایمیل
#jobs #remote
@unixmens
حقوق ثابت ماهانه از ۱۰۰۰ دلار
طراح UI دارای ۳ سال سابقه و نمونه کار اجرایی
فول ریموت تمام وقت دوشنبه تا جمعه
سطح زبان انگلیسی در حد ارتباط روزمره
[email protected]
ارسال رزومه و نمونه کار به ایمیل
#jobs #remote
@unixmens
شرکت ژرف پویان در حال تکمیل نیرو های متخصص و توانمند خود است.
https://zharfpouyan.net
ما در زمینه تولید تجهیزات شبکه بومی ( نرم افزاری و سخت افزاری ) فعالیت میکنیم .
مهارت های لازم
_توانایی حل مسئله و یادگیری بالا
_داشتن روحیه کار تیمی
_آشنایی با عملکرد سیستم عامل UNIX
_تسلط با زبان های اصلی برنامه نویسی از جمله C یا ++ C
_آشنایی کامل با برنامه نویسی سیستم یونیکس
_تجربه کار با فناوری های توسعه چابک.
_مزیت : اشنایی با مفاهیم و پروتکلهای شبکه
مزایای ژرف
پرداخت بدون تاخیر، بیمه تکمیلی، تایم بازی، تایم فیلم، فعالیت های گروهی
و از همه مهم تر تیپ کاری جذاب و پر چالش
نحوه همکاری
هم بصورت حضوری در مشهد هم بصورت از راه دور از سراسر کشور
جذب در هر سه سطح ( Intern, Junior, Senior)
حقوق: از ۱۰ تا ۳۰ میلیون تومان
رزومه های خود را میتوانید با عنوان Developer
به ایمیل [email protected] و یا ایمیل [email protected] ارسال کنید
#jobs #programming #remote #mashad
🌏 https://t.iss.one/unixmens
https://zharfpouyan.net
ما در زمینه تولید تجهیزات شبکه بومی ( نرم افزاری و سخت افزاری ) فعالیت میکنیم .
مهارت های لازم
_توانایی حل مسئله و یادگیری بالا
_داشتن روحیه کار تیمی
_آشنایی با عملکرد سیستم عامل UNIX
_تسلط با زبان های اصلی برنامه نویسی از جمله C یا ++ C
_آشنایی کامل با برنامه نویسی سیستم یونیکس
_تجربه کار با فناوری های توسعه چابک.
_مزیت : اشنایی با مفاهیم و پروتکلهای شبکه
مزایای ژرف
پرداخت بدون تاخیر، بیمه تکمیلی، تایم بازی، تایم فیلم، فعالیت های گروهی
و از همه مهم تر تیپ کاری جذاب و پر چالش
نحوه همکاری
هم بصورت حضوری در مشهد هم بصورت از راه دور از سراسر کشور
جذب در هر سه سطح ( Intern, Junior, Senior)
حقوق: از ۱۰ تا ۳۰ میلیون تومان
رزومه های خود را میتوانید با عنوان Developer
به ایمیل [email protected] و یا ایمیل [email protected] ارسال کنید
#jobs #programming #remote #mashad
🌏 https://t.iss.one/unixmens
👍1
Academy and Foundation unixmens | Your skills, Your future
Photo
موقعیت شغلی پایتون (100% ریموت - امارات)
- سابقه حداقل 2 ساله در توسعه اپلیکیش های پایتون
- تسلط به Python, Flask, FastAPI, PostgreSQL, Kubernetes, and Kafka
- سطح زبان انگلیسی B1 به بالا
💥موارد زیر مزیت محسوب میشود :
- سابقه فعالیت در حوزه های فینتک - بانکداری و یا حوزه های مشابه
- سابقه کار با سیستم های کلود AWS
💡 Who They Are:
They’re a top-rated trading platform expanding globally, delivering cutting-edge technology and a seamless client experience. Their Backend Engineering team ensures the reliability, speed, and security of their product, directly impacting their clients’ trading journey.
💻 Your Role:
As a Python Backend Engineer, you’ll:
Develop and optimize backend systems to enhance performance and user experience.
Collaborate with cross-functional teams to ensure scalability and security.
Work with technologies like Python, Flask, FastAPI, PostgreSQL, Kubernetes, and Kafka.
Design and build high-performance systems in the FinTech domain.
🌟 What They’re Looking For:
Strong experience with Python and frameworks like Flask and FastAPI.
Proficiency in PostgreSQL and distributed systems.
Knowledge of Kubernetes, CI/CD pipelines, and cloud platforms (AWS, Azure, GCP).
Experience in FinTech, Banking, or similar domains is a must.
Business-level English proficiency (B2 or above).
💼 What They Offer:
💰 Competitive salary and annual performance bonus.
🏖 Generous time off and workation opportunities (30 days to work remotely worldwide).
🏥 Comprehensive health & pension benefits.
🌍 Volunteer days to support causes you care about.
🚀 A chance to work at the forefront of the digital assets movement with a brilliant team.
🌍 Make an Impact:
Join a dynamic, rapidly expanding company that values talent, initiative, and creativity. Propel your career to new heights while working on impactful, high-performance systems.
📩 Ready to Join Them?
ارسال رزومه
#jobs #job #remote #python #oversea
https://t.iss.one/unixmens
- سابقه حداقل 2 ساله در توسعه اپلیکیش های پایتون
- تسلط به Python, Flask, FastAPI, PostgreSQL, Kubernetes, and Kafka
- سطح زبان انگلیسی B1 به بالا
💥موارد زیر مزیت محسوب میشود :
- سابقه فعالیت در حوزه های فینتک - بانکداری و یا حوزه های مشابه
- سابقه کار با سیستم های کلود AWS
💡 Who They Are:
They’re a top-rated trading platform expanding globally, delivering cutting-edge technology and a seamless client experience. Their Backend Engineering team ensures the reliability, speed, and security of their product, directly impacting their clients’ trading journey.
💻 Your Role:
As a Python Backend Engineer, you’ll:
Develop and optimize backend systems to enhance performance and user experience.
Collaborate with cross-functional teams to ensure scalability and security.
Work with technologies like Python, Flask, FastAPI, PostgreSQL, Kubernetes, and Kafka.
Design and build high-performance systems in the FinTech domain.
🌟 What They’re Looking For:
Strong experience with Python and frameworks like Flask and FastAPI.
Proficiency in PostgreSQL and distributed systems.
Knowledge of Kubernetes, CI/CD pipelines, and cloud platforms (AWS, Azure, GCP).
Experience in FinTech, Banking, or similar domains is a must.
Business-level English proficiency (B2 or above).
💼 What They Offer:
💰 Competitive salary and annual performance bonus.
🏖 Generous time off and workation opportunities (30 days to work remotely worldwide).
🏥 Comprehensive health & pension benefits.
🌍 Volunteer days to support causes you care about.
🚀 A chance to work at the forefront of the digital assets movement with a brilliant team.
🌍 Make an Impact:
Join a dynamic, rapidly expanding company that values talent, initiative, and creativity. Propel your career to new heights while working on impactful, high-performance systems.
📩 Ready to Join Them?
ارسال رزومه
#jobs #job #remote #python #oversea
https://t.iss.one/unixmens
HubMub
Python Backend Engineer at Capital.com
Capital.com is hiring a Python Backend Engineer in Dubai. Apply now on HubMub and take your career to the next level.