Divyarajsinh Sindhavdevcraftsmen.hashnode.dev·2 hours agoA Dive Into ArraysWhat is an Array? An array is a group of similar elements or data items of the same type collected at contiguous memory locations. In simple words, we can say that in computer programming, arrays are generally used to organize the same type of data. ...DiscussDSADSA
Monarch Wadiaslashterisk.hashnode.dev·3 hours agoLLM fun.A conversation I overheard, that was had with ChatGPT. Why were they beating the dead horse? The phrase "beating a dead horse" is an idiom used to describe a futile or pointless effort. In this context, it means someone was continuing to pursue or di...Discusshumor
jatin bishtjatinonwebdevelopment.hashnode.dev·15 hours agoUnlocking Efficiency: Mastering Bootstrap, Tailwind CSS, and Material UI for Time-Saving Web DevelopmentIn the fast-paced world of web development, every minute counts. To meet tight deadlines and create stunning, responsive web applications, developers need to harness the power of CSS libraries effectively. Three popular choices for this purpose are B...DiscussWeb Development
Samrajdevlifes.hashnode.dev·15 hours agoMastering the Art of FilmFlix: A Mesmerizing React JourneyIntroduction In the age of streaming, platforms like Netflix have become an integral part of our lives. With millions of subscribers worldwide, Netflix offers a vast library of movies and TV shows at our fingertips. If you're an aspiring web develope...DiscussReact
Priyanshu Mishrarachnode.hashnode.dev·19 hours agoBlog 6: From Beginner to Pro in JavaScript! 🚀🔥Heyy Coders!👩💻 Finally, this is my Part-6 of Javascript for beginners!!😎 And If you have not seen my Part-1, Part-2, Part-3, Part-4, Part-5 you must see them and after that, you have to see this one because in that 5 parts, we have talked about ...DiscussJavaScript
Abraham Yepremiandailydsa.com·21 hours agoDay 50: Graphs ContinuedToday I continued mainly on studying matrix BFS and working on understanding solutions to various graph leetcode problems.DiscussBlogging
Abraham Yepremiandailydsa.com·Sep 21, 2023Day 49: Graphs - Matrix BFSToday I continued going over graphs, but this time was focused on problem solving with matrix breadth-first search.DiscussBlogging
CodingSplashcodingsplash.hashnode.dev·Sep 20, 2023Day04-Variable and Data TypesWhat is Variable? Variable - is like a container that holds data. Example: a = 1234453734563455 print(a) b = "Harry" print(b) Output: 1234453734563455 "Harry" Data Type: Data types specify the type of data that can be stored inside a variable. It i...Discuss100DaysofPythonPython
Abraham Yepremiandailydsa.com·Sep 20, 2023Day 48: Graphs - Matrix DFSToday I continued to go over graphs and specifically studied matrix DFS and went over relevant leetcode problems. It was one of the more challenging topics so far since it combines topics like recursion, backtracking, DFS, and the new concept of grap...DiscussBlogging
Mudit Mathurmuditm12.hashnode.dev·Sep 20, 2023An End-to-End Jenkins CI/CD Project Continuously Integrate and Deploy a NodeJS Application using JenkinsIn this blog, I will discuss GitHub WebHooks and an end-to-end Jenkins CI/CD project to continuously integrate and deploy a node.js application. Cherry on the cake: You can include this in your resume as proof of your Jenkins skills! Before I directl...Discuss·1 like·115 readsDocker