Tag: Learning
-
Effective Kotlin Item 2: Eliminate critical sections
Posted on September 4, 2023, Level advanced Resource Length medium
When multiple threads modify a shared state, it can lead to unexpected results. This problem was already discussed in the previous item, but now I want to explain it in more detail and show how to deal with it in Kotlin/JVM. By Marcin MoskaĆa.
Tags kotlin app-development jvm learning
-
Cloud governance framework: How to develop, implement and follow one
Posted on August 21, 2023, Level beginner Resource Length medium
For many organisations, cloud computing has become the backbone of modern business operations. And with this backbone comes the need for policies, processes, and controls to ensure the secure and efficient management of cloud resources and services. You need a new friend: allow us to introduce cloud governance. By Ancoris Says.
Tags cloud software learning management infosec
-
Top 5 cryptocurrency trends (2023 & 2024)
Posted on August 14, 2023, Level beginner Resource Length long
The past year or so has been a wild ride in the cryptocurrency space. Ripe with fraud and falling prices, many analysts have questioned crypto's ability to survive and endure. By Josh Howarth.
Tags crypto miscellaneous learning blockchain fintech
-
Lessons from maintainers of the world's most critical software
Posted on August 13, 2023, Level beginner Resource Length short
The article interviews maintainers of some of the world's most critical software, including the Linux kernel, the OpenBSD operating system, and the Apache HTTP Server. The maintainers share their insights on how to build and maintain successful open source projects. By The Linux Foundation.
Tags infosec servers learning open-source
-
Become a DevOps engineer in 2023: A practical roadmap
Posted on July 16, 2023, Level beginner Resource Length long
In this detailed guide, author will share the practical roadmap for becoming a DevOps Engineer based on his 10 years of experience working as a DevOps engineer in various organizations. By Bibin Wilson.
Tags teams career devops learning
-
Learn Deno and go beyond Node.js
Posted on July 12, 2023, Level beginner Resource Length medium
Although Node.js remains the most-used server-side JavaScript runtime by a huge margin, alternative runtimes like Deno and Bun have garnered attention as they attempt to improve upon the Node.js concept. By Jeremy Holcombe.
Tags nodejs web-development app-development learning performance
-
Top 10 ways to use Google Bard AI to amplify your productivity
Posted on July 11, 2023, Level beginner Resource Length short
Golang was first released by Google in 2009 and, and since then, has gained widespread acceptance among developers due to its simplicity, concurrency, and performance. However, many years later, Go was suddenly forgotten as many users chose other languages like Java or Python for their projects. By Vy Le.
Tags google performance ai learning cio
-
Python for AI and what else?
Posted on July 8, 2023, Level beginner Resource Length medium
Python has taken over the development space and Python is definitely for AI as well as many other application arenas. In fact, it's everywhere. Ask any coder, and they'll tell you that it's easy to learn and it's often the right tool for the job. By Intersog.
Tags app-development learning python ai how-to
-
How to implement chaos testing for your backend services using k6
Posted on July 7, 2023, Level intermediate Resource Length medium
Testing is essential to ensure that your software application performs as expected. No doubt about it. But even if your application runs smoothly in a testing environment, unexpected incidents can occur in production, such as a crashed database or a lost connection to a third-party service. By Donald Le and Tomas Fernandez.
Tags app-development learning performance tdd devops
-
Why Ethereum is still the home of DeFi
Posted on June 6, 2023, Level beginner Resource Length medium
Ethereum is the 2nd largest blockchain by market cap behind Bitcoin, and thus the largest smart contract blockchain, so it's no surprise that Ethereum's blockchain supports the largest portion of assets locked in DeFi protocols, with about $27b of assets locked. By @ultimate.app.
Tags blockchain cio miscellaneous learning crypto fintech
-
How to use ChatGPT AI for smart contract development
Posted on June 5, 2023, Level beginner Resource Length medium
ChatGPT and AI have become the most exciting new technologies of the past decade. You've likely already seen some of the fascinating use cases of the tool like writing poems, lyrics in the style of renowned musicians, film scripts, college essays, and more. In this blog, you'll learn how to use ChatGPT to improve your smart contract development. By Clarissa Watson.
Tags blockchain app-development bots miscellaneous learning
-
Using Arm64EC with Windows 11
Posted on June 2, 2023, Level intermediate Resource Length medium
This article demonstrates how to use Arm64EC in a C++ application. The application you will implement performs the multiplication of two pseudo-randomly generated square matrices. By Dawid Borycki.
Tags miscellaneous app-development azure learning