Ramazan RamazanovWhat is good code?There are two main things we talk about when we say this is good code. What would you tell somebody if you ask them to write good code?Mar 1, 2021Mar 1, 2021
Ramazan RamazanovOOP vs FPObject Oriented Programming and Functional Programming. They are both paradigms and a programming paradigm is writing code compliant with…Feb 22, 2021Feb 22, 2021
Ramazan RamazanovBenefits of using ReduxIn the modern programming world, companies and individual developers that work with React use also Redux. So you will probably encounter…Feb 15, 2021Feb 15, 2021
Ramazan RamazanovTypes in JavaScriptProgramming languages all have built-in data structures, but these often differ from one language to another. JavaScript is a loosely…Feb 1, 2021Feb 1, 2021
Ramazan RamazanovCSS Flex-boxOne of the biggest problems that people have and the hardest problems to assess is always making sure that we have our items displayed in…Jan 24, 2021Jan 24, 2021
Ramazan RamazanovPostgreSQL over MongoDBMongoDB has recently got popular; however, nothing beats a relational database for really developing your knowledge of databases. Once you…Jan 17, 2021Jan 17, 2021
Ramazan RamazanovActiveRecordOf course, some people will be in love with SQL for the first time as it is easy to learn and to use. SQL (standard query language) is a…Jan 9, 2021Jan 9, 2021
Ramazan Ramazanov3 Design Patterns you should knowIn order to build your technical skillset in a professional sphere software engineers start with Language Proficiency, then continue with…Oct 15, 2020Oct 15, 2020
Ramazan RamazanovInside the V8 EngineThere are different Javascript engines used in various browsers (SpiderMonkey in Firefox, JavaScriptCore in Safari, Chakra in Edge, etc.)…Sep 24, 2020Sep 24, 2020