Striking the Right Balance – a good PR Review
_Rocketzki
by rocketzki
7M ago
Read Time:2 Minute, 56 Second Short and vague answer is: we need to balance thouroughness and practicality. What is the point of pull request? First of all, it helps with maintainq quality of our code. Secondly, it is a great (one of the best if carried out well) educational tool as we can share our knowledge across our team in practice. However, the question often arises: how picky should we be when conducting a pull request review? Striking the right balance between thoroughness and efficiency is key. While it’s important to catch and address issues that may lead to bugs or performance prob ..read more
Visit website
F88bc2c5b5b6bb0e5259bbf38006e14e
_Rocketzki
by lrt2pgzm
10M ago
Read Time:0 Second 831ca66ceec5f8325bdcbb907bd0d62d Happy 0 0 % Sad 0 0 % Excited 0 0 % Sleepy 0 0 % Angry 0 0 % Surprise 0 0 % The post f88bc2c5b5b6bb0e5259bbf38006e14e first appeared on _Rocketzki ..read more
Visit website
F88bc2c5b5b6bb0e5259bbf38006e14e
_Rocketzki
by lrt2pgzm
10M ago
Read Time:0 Second 831ca66ceec5f8325bdcbb907bd0d62d Happy 0 0 % Sad 0 0 % Excited 0 0 % Sleepy 0 0 % Angry 0 0 % Surprise 0 0 % The post f88bc2c5b5b6bb0e5259bbf38006e14e first appeared on _Rocketzki ..read more
Visit website
Pin Posts
_Rocketzki
by Rocketzki
3y ago
It seems there is not any post added into Read Later list. The post Pin Posts first appeared on _Rocketzki ..read more
Visit website
How to modify a melody using Python? Part II
_Rocketzki
by rocketzki
3y ago
Read Time:3 Minute, 26 Second In the second part of the series I am going to present you an implementation of the melody modification method I’ve described in the first part. Available here. First of all, we need to have a sound sample to work on. Thankfully, librosa provides us with cool sound samples. Let’s have a look at the STFT diagram example from part I. Code: import librosa from librosa import display import matplotlib.pyplot as plt import numpy as np fig, ax = plt.subplots() y, sr = librosa.load(librosa.ex('trumpet')) stft_absolute_values = np.abs(librosa.stft(y)) img = display.sp ..read more
Visit website
How to modify a melody using Python? Part I
_Rocketzki
by rocketzki
3y ago
Read Time:5 Minute, 5 Second Starting with this article I am introducing a series on an original (at least for me and this blog) topic. Firstly because of the programming language that I’m using to show my idea and secondly because of the subject – melody modification, or to be more precise, sound processing using Python language. I have written a thesis on this subject in my native language (polish) already, therefore I decided to start this series for the worldwide audience to be able to learn about it. Theory First of all we need to introduce a few key concepts so we can transform them int ..read more
Visit website
Dear Visitor, welcome to my blog. I am a software ...
_Rocketzki
by rocketzki
3y ago
Dear Visitor, welcome to my blog. I am a software developer and a technology enthiusiast. I hope that you will enjoy the experience of discovering the IT landscape that I am sharing here with You. Choose a card below to start a journey through my website: All Posts All the posts published by the author are available here with just one click. Show me Newsletter Sign Up I strongly encourage you to sign up to my newsletter to get the freshest news from my blog. Valuable content only! Subscribe now The Stream Feed Extremely interesting news fetched straight from popular technology website ..read more
Visit website
Cookie Policy (EU)
_Rocketzki
by rocketzki
3y ago
This Cookie Policy was last updated on January 20, 2021 and applies to citizens of the European Economic Area. 1. Introduction Our website, https://rocketzki.com (hereinafter: “the website”) uses cookies and other related technologies (for convenience all technologies are referred to as “cookies”). Cookies are also placed by third parties we have engaged. In the document below we inform you about the use of cookies on our website. 2. What are cookies? A cookie is a small simple file that is sent along with pages of this website and stored by your browser on the hard drive of your computer or ..read more
Visit website
? Newsletter
_Rocketzki
by rocketzki
3y ago
Subscribe to my newsletter so you won’t miss any of the fresh portion of IT knowledge! I’m sending a valuable content only. First name or full name Email The post ? Newsletter first appeared on _Rocketzki ..read more
Visit website
How can good Unit Tests save your Dev’s well-being?
_Rocketzki
by rocketzki
3y ago
Read Time:8 Minute, 15 Second Imagine you have to implement some business functionality to the application you’re responsible for. Sounds familiar? It may be just a simple thing like adding timestamp with date zone offset to the db entity. What should be done after a successful implementation of aforementioned feature? Unit Tests should be written, of course. A common mistake, made by beginners especially (by experienced devs as well, of course), is writing unit tests that test methods and internal logic of the classes. It covers implementation details instead of core business features. It ma ..read more
Visit website

Follow _Rocketzki on FeedSpot

Continue with Google
Continue with Apple
OR