Do you need to add a Visual Studio Solution to GitHub Repository? It’s Easy! Please follow the steps below: Create new Repository in GitHub. (Keep it blank). Open your existing VS Solution Make sure you use Git as Source Control… Read More ›
Software Developer
SEO Tips: How can I improve my SEO?
“We’re so concerned with building the swimming pool that we often forget the water” – Episerver Training When you say “How can I improve my SEO?“… are you asking “How can I trick Google?” So the real question is “Can… Read More ›
Artificial Intelligence (AI): Who makes your decisions?
“Everything can be taken from a man but one thing; the last of the human freedoms — to choose one’s attitude in any given set of circumstances, to choose one’s own way.” Viktor Frankl In a nutshell, Artificial Intelligence (AI) is… Read More ›
Patterns: Fibonacci Sequence with a sample in JavaScript
Nature repeatedly coalesces in spiral patterns; from galaxies to snail shells to weather patterns. The Fibonacci sequence is the series of numbers with each new number is the sum of the previous two: 0, 1, 1, 2, 3, 5, 8,… Read More ›
SEO Tip: Do not delete your top website pages
It’s a bad practice to remove website pages, especially your top traffic pages. Why? If user comes to your website from Google, and gets a 404 – “Page Not Found” error, it’s bad for you and bad for Google. Google… Read More ›
Excel: How to freeze header row in Excel?
How do you freeze header row in Excel, so when you scroll you see column headers? Easy! Click on “View” to get to View tab on the top menu. Click “Freeze Panes” Click “Freeze Top Row” Congratulations!
ML: How do you explain Machine Learning?
Do you need to explain how does Machine Learning (ML) works? Machine Learning (ML) is about getting data (a lot of it), finding patterns in that data, and using those patterns to predict future. Questions to consider: Should human learning be… Read More ›
Patterns: What top OOP Design Patterns book and Hilma af Klint art have in common?
Have you ever been concerned that you’ll be replaced by a robot/computer at work? Please try my test… and see the question I asked at the end. I think you’ll realize how powerful your brain is! My question is about… Read More ›
Excel: How to spell check in Excel?
{ “$schema”: “http://json-schema.org/draft-04/schema”, “@type”: “HowTo”, “image”: { “@type”: “ImageObject”, “url”: “https://dreambuildingtest.files.wordpress.com/2020/08/4435e-how-to-check-your-spelling-in-excel.jpg” }, “name”: “Excel: How to spell check in Excel?”, “description”: “For a long time I didn’t know that you can spell check in Excel. When you see how easy… Read More ›
OOP: How do you explain Object Oriented Programming?
Do you need to explain Object Oriented Programming (OOP)? Object–oriented programming (OOP) is a programming organized around Objects (models) rather than Functions (actions). Bookshop Sample Bookshop goal is to Sell Books. As a book seller, you can concentrate on Selling (actions) or Books (objects). Objects… Read More ›