RSSAmplifier

Blog

Samurai's Sakura

Learnings of a Tech Neophyte

techsavvypriya.wordpress.comRSS feed ↗10 posts

Latest posts

How to Learn Coding: Approach is Everything

Here are tips to learn coding in a more efficient way. They are backed by research in Neuroscience, Behavioral Psychology, and over a decade of experience. You can spend months going to the gym and still see zero results because of how you work out. Most of us know this. The same thing applies to […]

SQL Statements

SQL statements: DDL, DQL, DML, DCL, TCL. SQL-Structured Query Language is a standard language for storing, manipulating and retrieving data from databases. SQL statements are categorized into DDL (Data Definition Language), DQL (Data Query Language), DML (Data Manipulation Language), DCL (Data Control Language), TCL (Transaction Control Language), Sometimes, Select query which we categorized as…

10 Awesome Github Repos Every Web Developer Should Know

From giant repos of resources to interview prep, there’s a lot of great stuff here I have collected ten great repositories you can find on GitHub that will definitely give you an instant knowledge boost. 1. Awesome Awesome is, without a doubt, the most popular repo that curates all topics from software development to hardware […]

6 Super cool Websites For Practicing Algorithms, Learning Programming

You can’t pass interviews at anywhere without knowing anything about the algorithm. So why not learning now. I am a programmer with over 15 years of experience. In my first years (from high school), I learned and worked a lot on algorithms. Until I graduated, I always studied and had a passion for it. After […]

16 Unique VSCode Extensions Every Developer Should Have in 2020

I’ve learnd a very important thing in my whole career as a developer, IDE is my bow and extensions are my arrows. It depends on me to choose the best bow and best arrows , of course, I choose VSCode for that and the number of best VSCode extensions. There are thousands of extensions in […]

8 Common Data Structures every Programmer must know

A quick introduction to 8 commonly used data structures Data Structures are a specialized means of organizing and storing data in computers in such a way that we can perform operations on the stored data more efficiently. Data structures have a wide and diverse scope of usage across the fields of Computer Science and Software Engineering. […]

The Difference Between Static and Dynamic Websites?

Whether you’ve come across these terms online or have heard it thrown around by your web designer, it is important to know the difference so that you can determine the best solution for your website. In simplest terms, static Website pages are those with content that cannot change without a developer editing its source code, […]

8 Common Data Structures every Programmer must know

A quick introduction to 8 commonly used data structures Data Structures are a specialized means of organizing and storing data in computers in such a way that we can perform operations on the stored data more efficiently. Data structures have a wide and diverse scope of usage across the fields of Computer Science and Software Engineering. […]

5 Key Challenges In Today’s Era of Big Data

Digital transformation will create trillions of dollars of value. While estimates vary, the World Economic Forum in 2016 estimated an increase in $100 trillion in global business and social value by 2030. Due to AI, PwC has estimated an increase of $15.7 trillion and McKinsey has estimated an increase of $13 trillion in annual global […]

Quick Understanding of Docker Terminology

From last few days, I have been writing on Microservices Architecture and Container Technology. You can read that here on Part-One & Part-Two. During this, I have come across many docker terminologies and having a quick understanding of these terminology helps a lot. 1. Docker Editions ・Docker Community Edition (CE) is ideal for Developers who are looking for experimenting […]