
jQuery
React Native
Babel
Composer
jQuery UI
OpenSSL
Raven.js
Symfony
Pro Git
Learn Git Branching
GitHub
GitHub Desktop
Git
Fork
lazygit
Try Git: Code School
jQuery
Pro GitNo Pro Git videos yet. You could help us improve this page by suggesting one.
Based on our record, Pro Git should be more popular than jQuery. It has been mentiond 298 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
$ curl -s "https://detectzestack.p.rapidapi.com/analyze?url=example.com" \ -H "X-RapidAPI-Key: YOUR_KEY" \ -H "X-RapidAPI-Host: detectzestack.p.rapidapi.com" { "url": "https://example.com", "domain": "example.com", "technologies": [ { "name": "cdnjs", "categories": ["CDN"], "confidence": 100, "description": "cdnjs is a free distributed JS library delivery service.", "website": "https://cdnjs.com", "icon":... - Source: dev.to / 3 days ago
jQuery simplified AJAX syntax dramatically, which is why it became so popular. If you're working with a project that already uses jQuery (like many WordPress themes and plugins), its AJAX methods are very convenient. - Source: dev.to / 10 months ago
When I was building a quick frontend to the LLM game, I used jQuery to quickly whip out a prototype. Only after I was happy with it, I ported the code to the modern DOM API. As a result, I totally removed the dependency on jQuery. This whole experience makes me wonder, do people still use jQuery, in this age of frontend engineering? I took some time over the weekend to port one of my old jQuery plugins. This is... - Source: dev.to / about 1 year ago
Whenever the number of items increased, the browser became slow, sometimes even unresponsive. At first, we thought it was a server issue or maybe too much data. But no โ the problem was hiding inside a small line of jQuery. - Source: dev.to / about 1 year ago
Ah, jQuery โ the library that powered a generation of web apps. - Source: dev.to / about 1 year ago
This reminds me of a passage from the book "Pro Git". "Hereโs an example to give you an idea of what it would take to get a SHA-1 collision. If all 6.5 billion humans on Earth were programming, and every second, each one was producing code that was the equivalent of the entire Linux kernel history (6.5 million Git objects) and pushing it into one enormous Git repository, it would... - Source: Hacker News / about 2 months ago
If you want to go deeper into how Git actually works, the Pro Git book is the best resource out there. It is free to read online at https://git-scm.com/book/en/v2 and covers everything from basics to advanced internals. I highly recommend it if you really want to master Git. - Source: dev.to / 2 months ago
The relevant XKCD comic https://xkcd.com/1597/ FWIW I too was once a "memorised a few commands and that was it" type of dev, then I read 3 chapters of the Git book https://git-scm.com/book/en/v2 (well really two, the first chapter was a "these are things you already know") and wow did my life with git change. - Source: Hacker News / 3 months ago
โThe commit command creates a new commit containing the current contents of the index and a message from the user describing the changes.โ Source: Git Book , https://git-scm.com/book/en/v2. - Source: dev.to / 6 months ago
Pro Git (free book) https://git-scm.com/book/en/v2 Still the best way to really understand what Git is doing under the hood especially rebasing and reflog. - Source: dev.to / 7 months ago
React Native - A framework for building native apps with React
Learn Git Branching - "Learn Git Branching" is the most visual and interactive way to learn Git on the web; you'll be challenged with exciting levels, given step-by-step demonstrations of powerful features, and maybe even have a bit of fun along the way.
Babel - Babel is a compiler for writing next generation JavaScript.
GitHub - Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.
Composer - Composer is a tool for dependency management in PHP.
GitHub Desktop - GitHub Desktop is a seamless way to contribute to projects on GitHub and GitHub Enterprise.