Bold Reports Teamboldreports.hashnode.dev·Sep 25, 2023Synchronize Users in Bold Reports Report Server from Various SourcesIn the realm of enterprise reporting, efficient user management is vital to a streamlined workflow. Whether you’re a business leader, IT admin, or data analyst, ensuring precise access to critical reports and data is paramount. But managing users acr...DiscussActive Directory
Sidharthan Chandrasekaran KamarajforThe Bug Shotsthebugshots.dev·Sep 12, 2023Synchronising Periodic Tasks and Graceful Shutdown with Goroutines and Tickers | GolangGoroutines and channels are very useful and powerful primitives provided in the Go programming language for concurrently handling events, signals, and other asynchronous operations. The ticker can be used to create a repeatedly firing timer that will...Discuss·26 readsGolanggolang
Khue Quang Nguyenvuadivuacode.hashnode.dev·Aug 24, 2023Semaphore và semaphore package trong GolangChào các bác, Trong bài ngày hôm nay tôi sẽ giới thiệu với các bác sơ lược về khái niệm semaphore và package semaphore trong Golang. Semaphore là một khái niệm phổ biến trong đồng bộ tiến trình (process synchronization) nhưng ít khi được nhắc tới tro...Discuss·1 like·98 readssemaphore
Hemant Besracodeinjava.hashnode.dev·Aug 5, 2023Understanding wait(), notify(), and notifyAll() in JavaJava provides a robust mechanism for inter-thread communication through three essential methods: wait(), notify(), and notifyAll(). These methods are part of the Object class and play a crucial role in implementing synchronization among threads. In t...DiscussMultithreading in javaJava
Hemant Besracodeinjava.hashnode.dev·Jul 21, 2023Synchronized Keyword in JavaIn Java, concurrent programming is a powerful technique that allows multiple threads to execute tasks simultaneously, improving application performance. However, it also introduces challenges related to thread synchronization and potential data incon...DiscussMultithreading in javasynchronization
Aaqil Raj Krishnaaaqilrk.hashnode.dev·Apr 30, 2023Multithreading in Java 🧵Java is a popular programming language that has been around for a long time. One of the key features of Java is multithreading, which allows developers to create applications that can handle multiple tasks at the same time. This has transformed the w...Discuss·2 likes·383 readsJava
Abhinandan Mishraabhinandanmishra1.hashnode.dev·Mar 19, 2023Distributed SystemDistributed systems are used in various applications ranging from e-commerce websites to large-scale data processing applications. A distributed system is a collection of independent computers that communicate and coordinate with each other to achie...Discuss·43 likes·300 readsdistributed system
Moritz Gerstermoritz-gerster.hashnode.dev·Feb 20, 2023Physicists rewired a simulated human brain: How its rhythms changed and what it means for people with epilepsyFigure 1: Schematic representation of a human brain network. Each black circle represents one of 90 brain areas. The red links indicate the connection strengths. The left (right) semicircle corresponds to the left (right) hemisphere. (a) empirical br...Discuss·114 readsgraph theory