🎙️

Data Security Quick Wins

Data Security Quick Wins
Data security is a critical concern for any industry, but it’s especially important in digital company. With so much sensitive information being exchanged between different parties, it’s essential to have robust security measures in place to protect against malicious attacks and data breaches. So what are some best practices and tips for ensuring data security in digital company? First and foremost, it’s important to implement strong access controls and encryption methods to protect data both in transit and at rest.
Read more →

Speed Up Your Life

Speed Up Your Life
Most of my friends and colleagues are asking where I’m rushing, why I want to get promotions as fast as possible. Being a director in your twenties, when you suppose to drink, do stupid stuff and spend time with friends. I work effectively more than 12 hours every day, on my pet projects, main job and other side quests. Here is one important thing you need to accept and understand. Our brain has been representing a lot of important data wrongly since the beginning due to established patterns, especially the ones that are much easier to recognize.
Read more →

Productivity With Adhd

Productivity With Adhd
I started noticing that nowadays with enormous amount of distractions it’s incredibly hard to focus on things. And I was researching how people with ADHD actually staying hyper-focused, because fo them it must be even harder. Attention Deficit Hyperactivity Disorder - ADHD can make it difficult to stay focused and productive, but there are strategies that I found useful and I will share them with you, which can help you stop procrastination and start getting things done even if you don’t have ADHD but facing lack of focus.
Read more →

Start Using AI Immediately

Start Using AI Immediately
Why you need to start using AI as soon as possible Hey there, today we are talking why you need to start using AI now. Artificial Intelligence has been around for quite some time, and it’s no longer a concept of the future. Many businesses are already leveraging AI to improve their operations and stay ahead of the competition. In this post, I’ll talk about the need for AI implementation, the benefits of AI, and why you should not afraid of it.
Read more →

Notion Github Backup

Notion Github Backup
Data is expensive I write around 2-3 important notes a day. And don’t actually worry if my laptop will be stolen, but the data on it.. Since Im heavy notion user I was looking for automated backup solution. Not that I don’t trust notion, trust but verify, right? Backup Create a private github repo Go to actions tab and click on set up a workflow yourself -> Paste this yml file name: "Notion backup" on: push: branches: - main schedule: - cron: "0 0 * * *" jobs: backup: runs-on: ubuntu-latest name: Backup timeout-minutes: 15 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: node-version: "12" - name: Setup dependencies run: npm install -g notion-backup - name: Run backup run: notion-backup env: NOTION_TOKEN: ${{ secrets.
Read more →