Strona główna
mobiGEEK
Anuluj

Navigating Onboarding A Manager Role in Software Development Success

The role of an Engineering Manager in the onboarding process for new engineers in a software development company is critical. They play a multifaceted role in ensuring that the onboarding process i...

Unlocking Success - A Comprehensive Guide to Onboarding New Engineers in Software Development

The journey of onboarding new engineers in a software development company is a pivotal moment, not only for the newcomers, but also for the organization, and especially for Engineering Managers. A...

Enhanced enums to help with http status codes

During my pet project written in Flutter, I had a need to handle server response codes in order to properly support network requests. First thing I did - I went to pub.dev and found http_status_cod...

My daily drivers - MacOS applications - March 2023

My daily drivers - MacOS applications - March 2023 Here’s the latest/updated list of applications and tools, that make my macOS experience even more amazing. Productivity Raycast [f...

Raycast - replacement for bunch of MacOS apps

Raycast - replacement for bunch of MacOS apps I’m using Raycast since I found it as small project on Github. But till recently, it was just replacement for Spotlight, with few additional functions...

Jenkins as CI for Android application installed on Ubuntu

Jenkins as CI for Android application installed on Ubuntu I won’t be going deep with some functions, but try to focus on simple steps allowing to run builds of android application on Jenkins serve...

Java icon in dock during unit testing

Java icon in dock during unit testing Almost every dev using unit tests on his/her Mac spotted popping java icon on dock during running test. It can be totally annoying, especially when you have A...

MacOS must-have applications

MacOS must-have applications It’s been a year since my last post, so I’m getting back, but with lighter content - here’s the list of my must-have applications for Mac OS X. Android Studio (fre...

Media scanning

Media scanning So far, after recording on downloading new media file in order to make system see this file developer had to fire broadcast: sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Ur...

Google Play services divided into small parts - AT LAST (UPDATE - 7.0)

Google Play services divided into small parts - AT LAST (UPDATE - 7.0) So far, Google didn’t allow developers to use a small parts of Google Play Services library - if you want to use just Google ...