JavaScript interview questions

https://dev.to/coderbyte/a-javascript-interview-question-asked-at-google-19f1 https://dev.to/coderbyte/a-tricky-javascript-interview-question-asked-by-google-3gnf https://github.com/sudheerj/JavaScript-Interview-Questions https://github.com/sadanandpai/javascript-code-challenges https://www.geeksforgeeks.org/top-50-array-coding-problems-for-interviews/ https://github.com/prabaprakash/Hackerrank-JavaScript-Solutions

n8n.io

https://n8n.io What is n8n? n8n (pronounced nodemation) helps you to interconnect each and every app with an API in the world with each other to share and manipulate its data without a single line of code. It is an easy to use, user-friendly and highly customizable service, which uses an Leggi tutto…

Luna-lang

You and data. Immediate connection. Luna is a data processing and visualization environment built on a principle that people need an immediate connection to what they are building. It provides an ever-growing library of highly tailored, domain specific components and an extensible framework for building new ones. Luna targets domains Leggi tutto…

TDD vs BDD

What’s the Difference Between TDD and BDD? In TDD (Test Driven Development), the test is written to check the implementation of functionality, but as the code evolves, tests can give false results. BDD (Behavior Driven Development) is also a test-first approach, but differs by testing the actual behavior of the system from the end Leggi tutto…