Andrey Bazhin

1.8K posts

Andrey Bazhin banner
Andrey Bazhin

Andrey Bazhin

@AndreyKeycee

⚒️ Team leader in Software Development 🦾 Technology geek 📚 PKM enthusiast

Madrid, Spain Beigetreten Nisan 2018
464 Folgt216 Follower
Andrey Bazhin
Andrey Bazhin@AndreyKeycee·
This time I promise not to code anything until someone is willing to pay for it
English
1
0
1
34
Andrey Bazhin
Andrey Bazhin@AndreyKeycee·
When are we going to start building? As soon as we get a "strong signal" (repeated pain point) we will build a PoC polished enough to start a round of presales.
English
1
0
0
40
Andrey Bazhin
Andrey Bazhin@AndreyKeycee·
Recently, we have started a new idea. I've been building "products" for the last 3 years, but this one we decided to start from the other end: reach customers first. #buildingpublic
English
1
0
1
52
Andrey Bazhin
Andrey Bazhin@AndreyKeycee·
Lately, I started a list of blog posts on time management and other productivity tips for developers. As usual, posting on andreybazhin.com My main goal for now is to learn how to choose good ideas and write good posts.
English
1
0
3
66
Andrey Bazhin
Andrey Bazhin@AndreyKeycee·
#indiehackers is anyone building something for #gemini? Just enabled it for Gmail and the native UI sucks, as usual, wish someone would create a prompt manager for it
English
1
0
0
66
Andrey Bazhin
Andrey Bazhin@AndreyKeycee·
@damasDev So we're never merging develop to master right? Instead, we're merging features to both
English
0
0
0
29
Vlad :: gwer
Vlad :: gwer@webholt·
Gitflow в дикой природе
Vlad :: gwer tweet mediaVlad :: gwer tweet media
Русский
1
1
5
559
Andrey Bazhin
Andrey Bazhin@AndreyKeycee·
@NikkiSiapno How about Stacked Diffs? Or it doesn't count as a Git flow strategy? :)
English
0
0
0
23
Nikki Siapno
Nikki Siapno@NikkiSiapno·
Explaining Git branching strategies: A well-planned Git branching strategy helps coordinate the development team’s work and keeps the development process consistent. When formulating your branching strategy, it's important to take into account the project’s complexity, the team’s size, and the release cycle. Let's take a look at some common approaches to branching: Feature branching is a popular approach as development tasks are usually revolved around a feature. It involves having a branch for every feature being developed to keep the changes isolated from the main branch. Code reviews are simplified as all changes are contained in one branch. Gitflow has two permanent branches — a production and a pre-production branch, often referred to as the “prod” and “dev” branches. There are additional temporary branches for each feature, scheduled releases, and urgent bug fixes. All changes other than urgent bug fixes are merged into the dev branch. Before a scheduled release, a release branch is created for further cleaning and testing. Once ready for production, the release branch is merged into the prod branch. This is a great approach for projects with scheduled release cycles & multiple production versions. GitLab flow combines feature-branching and environment-based branching. Changes are merged into a main branch which is then merged into subsequent branches that correlate to an environment in the CI/CD pipeline; such as staging and production. This strategy offers a more flexible alternative to Gitflow and better facilitates continuous development. GitHub flow takes a simplified process that is similar to feature branching. The key difference is that GitHub flow incorporates deployment into its approach. The main branch is always production-ready, and changes to this branch trigger the CI/CD process; this isn't the case with feature branching. With trunk-based development, branches are very short-lived. Changes are merged into the main branch within a day or two. Feature flags are used for changes that require more time to complete. This strategy requires very disciplined processes & excellent testing. It's become a popular approach for very large teams who have the capacity to implement these processes, & where large merge conflicts can often occur. When formulating your branching strategy, take the most relevant features from the above strategies and apply your own set of tweaks. Every project and team has its own unique needs and boundaries, which should be reflected in their Git branching strategy. ~~ A big thank you to our partner Postman who keeps our content free to the community. The importance of APIs in software development has grown so much and will continue to grow. Here's a great piece to learn about API design: drp.li/api-design-pos…
Nikki Siapno tweet media
English
11
133
741
81.3K
Andrey Bazhin
Andrey Bazhin@AndreyKeycee·
#developers, do you know how to work on 2 git branches at once without stashing/committing? Do I need to have 2 repos at once?
English
0
0
0
50
Andrey Bazhin
Andrey Bazhin@AndreyKeycee·
@JoshJosephB One more - make sure it makes sense for the future of the app and you're not refactoring a dead horse 😄
English
1
0
1
11
Joshua
Joshua@JoshJosephB·
The 2 laws of code refactoring: - Make sure the code you're refactoring has test coverage. - Read that again. You're welcome :)
English
1
0
2
30
Andrey Bazhin
Andrey Bazhin@AndreyKeycee·
@ayushtweetshere You can ask a friend to pre-pay you if he likes the idea though 😀 “People stop lying when you ask them to pay”
English
1
0
1
66
Ayush 🙏
Ayush 🙏@ayushtweetshere·
I used to think my product ideas were amazing. Then I started asking potential customers and got a reality check. You only learn the truth by speaking to users, not friends. Your friends will tell you your idea is great because they're being nice. But nice isn't useful.
English
1
1
10
595
Aakash Gupta
Aakash Gupta@aakashgupta·
What team are you on?
Aakash Gupta tweet media
English
73
12
192
56.9K
Andrey Bazhin
Andrey Bazhin@AndreyKeycee·
Getting back to my lovely Tech Advisor blog after half a year of silence. Decided to post at least one post a week for the next 30 weeks, follow the journey of mine on andreybazhin.com And for sure I'll re-post everything on X #challenge
English
0
0
2
46
Andrey Bazhin
Andrey Bazhin@AndreyKeycee·
@jitterted Diff between expected and actual is quite useful when figuring out the reason for the fail. Love the "fails with useful information" point, got to be elaborated on implementation though :)
English
0
0
0
6
Ted M. Young maker of tdd.cards
This is an often ignored part of Test-Driven Development (also applies to Test-First): since you must see the test fail, you can ensure that: * It fails when expected * It fails in the way you expected * It fails with _useful_ information about WHY it failed
Artem Zakharchenko@kettanaito

I had so many fantastic discussions around real-world pains of testing, and it's so peculiar that they often come down to a single question: - Ask yourself "But when will this test fail?" and "Will that failure actually be useful to you?" 👉 We write tests to fail 👈

English
1
4
7
583
Prasanna ✨
Prasanna ✨@worldofprasanna·
Just curious !! How are you keeping up with the LLM trend? 🤔 which source are you following ?!!
English
1
0
1
190