Published in The Startup·PinnedData Science Fundamentals: Introduction to Hash FunctionsA gentle introduction to hash functions from scratch, should you go with the easy or the hard way? — The Hard Way (Using array as the back-end bone): A hash function is any function that can be used to map data of arbitrary size to data of fixed size. One use is a data structure called a hash table, widely used in computer software for rapid data lookup. Hash functions accelerate table or database lookup by detecting duplicated…Java Script4 min read
Nov 29, 2020Data Science Fundamentals: How To Master Python One Line CodesLike lists comprehensions and lambda functions python one line codes can save a lot of time and space so how you can master them? Probably you have seen one line code that can replace entire 3 lines code in python for example a for loop, maybe this is why python…Data Science4 min read
Published in Codinoon·Nov 28, 2020Web Development VS CMS, Should You Learn Web Development In 2020?What choice will you go with? Learn how to build a website from scratch or just use CMS platforms like WordPress, Wix … ? What is best in 2020? Probably you heard this question: Why bother learning web development and not using WordPress or Wix, won’t be that easy for…Web Development3 min read
Published in Codinoon·Nov 27, 2020Tailwindcss 2.0 Or Bootstrap5: Which One To Use In Your Next Project?Which one is better? Bootstrap or Tailwindcss? When and where to use them or why not just using standard CSS? Probably you have never heard about tailwindcss or you just a bootstrap fan, maybe the other way around. …CSS4 min read
Nov 27, 2020How To Submit To CodinoonIf you want to be a writer please at codinoon please email me at riadeboughaba@gmail.com.1 min readHow To Submit To CodinoonIf you want to be a writer please at codinoon please email me at riadeboughaba@gmail.com.----
Published in Codinoon·Nov 25, 2020Python Data Science: How To Write Algorithm That Solve Problems FasterWrite Python Code That Can Solve Problems Faster And More Effectively without buying a ram or gaming PC Today data science is one of the most popular categories among programmers and none programmers, every one want to learn it, probably learning it to get a dream job, to invent or…Python3 min read
Published in Analytics Vidhya·Nov 21, 2020Python Errors, How Can You Make Python Exceptions More Informative?How to make python errors (python exceptions) more descriptive, easy to read and to understand. Errors or Exceptions are the most frustrated thing every programmer will encounter when working on a project. …Python3 min read
Published in Codinoon·Nov 17, 2020Where To Start as Web Developer?Probably the most asked question I ever get, I want to learn web development should I learn Python or PHP? HTML or CSS? If you’re one of them, and you want to learn web development keep reading. So today I will try to clarify everything about this topic without going too deep into the details. This will be a reference to anyone who want to start and a roadmap to anyone who want to walk. NOTE: Please consider the following: this article is not about a magical…Web Development5 min read