Skip to content

Instantly share code, notes, and snippets.

View RuxCastillo's full-sized avatar

Ruben RuxCastillo

View GitHub Profile
@PramodDutta
PramodDutta / Websites for Practicing SQL.md
Created December 7, 2023 05:56
Websites for Practicing SQL

Sure, I'll compile the information into a table for easy reference:

Name Description Link
LearnSQL.com Blog Articles on SQL-related topics, industry reports, tips, and news. LearnSQL.com Blog
SQLPad Centralized platform for learning SQL with categorized topics and interview questions from top companies. [SQLPad](https://sql
@brotherkaif
brotherkaif / settings.json
Created September 12, 2023 17:19
LazyVim keymappings for VSCode
{
"vim.showMarksInGutter": false,
"vim.foldfix": true,
"vim.surround": true,
"vim.easymotion": true,
"vim.easymotionKeys": "asdghklqwertyuiopzxcvbnmfj",
"vim.leader": "<space>",
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [":", "w", "<CR>"],