In today’s fast-paced world, staying productive cannot be easy. There are always more tasks than time to do, and it can be easy to feel overwhelmed. However, you can do a few simple things to improve your productivity by thinking algorithmically. Break down large tasks into smaller ones. One of […]
Devamını Oku
A distributed team enables you to draw from a much larger talent pool but can come with challenges, especially in an Agile environment. Use these tips to improve collaboration and efficiency while building psychological safety and rapport on your team. With today’s modern technology, people can easily collaborate across the […]
Devamını Oku
Learn how the scrum ceremonies help agile teams plan, work, and communicate efficiently. Scrum is a framework software development teams use to collaborate, complete work quickly, and adapt to rapidly changing user requirements. The scrum team comprises various roles: developers, project managers, scrum masters, QA engineers, product owners, and technical […]
Devamını Oku
Improve your systems’ reliability, efficiency, and scalability with DevOps and AWS. DevOps is a set of practices that combines software development (Dev) and IT operations (Ops). DevOps aims to shorten the systems development life cycle and provide continuous delivery with high quality. AWS is a cloud computing platform that offers […]
Devamını Oku
Sigmoid fonksiyonunu, özellikle öğrenme algoritmalarında iterasyon için kullanıyoruz. Ardışık kullanımda sonucu 1′ e yakınsar. Python örneklerinde bol bol kullanıyoruz. Örnek bir kod aşağıdaki gibi olabilir. def nonlin(x): return 1 / (1 + np.exp(-x))
Devamını Oku
Work in Progress (WIP) limits restrict the number of kanban cards in each kanban board column. By limiting work in progress, teams often get more jobs done (and faster) than without WIP limits. This video teaches you what a WIP limit is, how to set your WIP limit on Jira […]
Devamını Oku