Useful-Stuff

589 bookmarks
Custom sorting
CSS Flexible Box Layout - CSS: Cascading Style Sheets | MDN
CSS Flexible Box Layout - CSS: Cascading Style Sheets | MDN
CSS Flexible Box Layout is a module of CSS that defines a CSS box model optimized for user interface design, and the layout of items in one dimension. In the flex layout model, the children of a flex container can be laid out in any direction, and can "flex" their sizes, either growing to fill unused space or shrinking to avoid overflowing the parent. Both horizontal and vertical alignment of the children can be easily manipulated.
·developer.mozilla.org·
CSS Flexible Box Layout - CSS: Cascading Style Sheets | MDN
Tutorials | MDN
Tutorials | MDN
The links on this page lead to a variety of tutorials and training materials. Whether you are just starting, learning the basics, or are an old hand at web development, you can find helpful resources here for best practices.
·developer.mozilla.org·
Tutorials | MDN
HackThisSite
HackThisSite
HackThisSite.org is a free, safe and legal training ground for hackers to test and expand their ethical hacking skills with challenges, CTFs, and more.
·hackthissite.org·
HackThisSite
Type Conversion in C++ - GeeksforGeeks
Type Conversion in C++ - GeeksforGeeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
·geeksforgeeks.org·
Type Conversion in C++ - GeeksforGeeks
How to use Mat-Dialog in Angular ? - GeeksforGeeks
How to use Mat-Dialog in Angular ? - GeeksforGeeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
·geeksforgeeks.org·
How to use Mat-Dialog in Angular ? - GeeksforGeeks
JavaScript Promise Tutorial How to Resolve or Reject Promises in JS
JavaScript Promise Tutorial How to Resolve or Reject Promises in JS
Promises are important building blocks for asynchronous operations in JavaScript. You may think that promises are not so easy to understand, learn, and work with. And trust me, you are not alone! Promises are challenging for many web developers, even after spending years working with them. In this article,
·freecodecamp.org·
JavaScript Promise Tutorial How to Resolve or Reject Promises in JS
CSS Selectors Cheat Sheet
CSS Selectors Cheat Sheet
In CSS, selectors are patterns used to select DOM elements. Here is an example of using selectors. In the following code, a and h1 are selectors: a { color: black; } h1 { font-size 24px; } Cheat sheet of common selectors head selects the element with
·guide.freecodecamp.org·
CSS Selectors Cheat Sheet
How to Use Wireshark, the Best Packet Analyzer Around
How to Use Wireshark, the Best Packet Analyzer Around
Wireshark is the best network traffic analyzer and packet sniffer around. In this article, we will look at it in detail. Wireshark is a network analyzer that lets you see whats happening on your network. It lets you dissect your network packets at a microscopic level, giving you in-depth information
·freecodecamp.org·
How to Use Wireshark, the Best Packet Analyzer Around
The Difference Between a Framework and a Library
The Difference Between a Framework and a Library
Developers often use the terms library and framework interchangeably. But there is a difference. Both frameworks and libraries are code written by someone else that is used to help solve common problems. For example, lets say you have a program where you plan on working with strings. You decide to
·freecodecamp.org·
The Difference Between a Framework and a Library
JavaScript Console.log() Example How to Print to the Console in JS
JavaScript Console.log() Example How to Print to the Console in JS
Logging messages to the console is a very basic way to diagnose and troubleshoot minor issues in your code. But, did you know that there is more to console than just log? In this article, I'll show you how to print to the console in JS, as well as
·freecodecamp.org·
JavaScript Console.log() Example How to Print to the Console in JS
Mysqli SELECT query with prepared statements
Mysqli SELECT query with prepared statements
Before running any query with mysqli, make sure you've got a properly configured [mysqli connection variable](https://phpdelusions.net/mysqli/mysqli_connect) that is required in order to run SQL queries and to inform you of the possible errors.
·phpdelusions.net·
Mysqli SELECT query with prepared statements
JS Bin
JS Bin
A live pastebin for HTML, CSS & JavaScript and a range of processors, including SCSS, CoffeeScript, Jade and more...
·live.datatables.net·
JS Bin