Commit Graph

340 Commits

Author SHA1 Message Date
20d6f12294 Add data structures articles 2021-07-18 18:05:22 +03:00
b4308a2744 Add for of index tip 2021-07-12 19:08:59 +03:00
6046b0bb88 Add Python f-strings 2021-07-09 16:39:38 +03:00
b908e35c24 Add git ff article 2021-07-09 09:33:45 +03:00
577db40fb4 Update javascript-object-array-proxy.md
```x.filter((v, i) => v !== 'B');                  // { a: 'A', b: 'B' }``` 
This should remove `B` value from result and not `c`
2021-07-05 13:45:37 +02:00
d4b151de1a Add boolean traps article 2021-06-27 14:56:34 +03:00
5545465e33 Add JSON stringify replacer article 2021-06-27 11:13:30 +03:00
8c532b9aab Add JS callback article 2021-06-22 19:48:54 +03:00
96e723a62a Add JS numeric separator article 2021-06-22 18:15:12 +03:00
7dfe0cd826 Add reversed list article 2021-06-21 10:04:48 +03:00
9482b077ec Bake dates into articles 2021-06-13 19:52:48 +03:00
65528cce0d Remove individual image credits 2021-06-12 19:30:41 +03:00
52d3d94e84 Genericize image names 2021-06-12 18:03:28 +03:00
19f228760a Fix a missing tag preventing site from building 2021-06-11 22:44:34 +03:00
57e0260851 Add string.raw tip 2021-06-07 10:10:22 +03:00
4ea34fa0b3 Add js iifes 2021-06-06 12:40:30 +03:00
e29e0d62f4 Add iterables tip 2021-06-06 12:04:27 +03:00
e31a7aefe1 Add python setup tip 2021-06-05 16:25:46 +03:00
e3063bb830 Update javascript-destructuring-assignment.md
In Array destructuring example the skip value mentioned in the comment should be 9, not 12.
2021-05-25 14:36:43 +05:30
d43aea98fb Add lazy loading 2021-05-23 16:52:06 +03:00
411df8f9f8 Fix type of latest blog 2021-05-23 13:19:02 +03:00
875f762de8 Add for loop tip 2021-05-23 13:06:57 +03:00
19baf654ce Add js enums 2021-05-23 12:35:03 +03:00
d1e88e9fb1 Add HTTP code cheatsheet 2021-05-15 21:18:17 +03:00
0be86d6f90 Add async loops 2021-05-15 13:53:40 +03:00
0fbcbfc886 Remove jooble promo 2021-05-15 13:21:29 +03:00
931fb7dc67 Add promise timeout blog 2021-05-04 16:23:34 +03:00
6dd4f49cd6 Add password autocomplete 2021-05-04 13:16:22 +03:00
d33fc5600f Add useStateWithLabel blog 2021-05-04 11:42:52 +03:00
7545f67593 Add keyed array proxy 2021-04-23 20:32:47 +03:00
4feda1717a Add git aliases 2021-04-17 21:26:34 +03:00
49498f938b Add promise chaining 2021-04-17 16:53:14 +03:00
37ef1736dd Add commit date blog 2021-04-17 14:10:56 +03:00
2ec985f98f Add bash cheat sheet 2021-04-17 13:37:53 +03:00
6f7a812d50 Merge pull request #14 from leo-diehl/patch-1
Fixes #13
2021-04-14 23:36:21 +03:00
f057609564 Fix sh code block 2021-04-13 21:11:46 +03:00
b3b878f3b3 Fix issue with example code
Adjust initCounter's returned reset method to fit the idea it's trying to illustrate, of resetting the counter value
2021-04-12 22:30:02 -03:00
2a45fca0a4 Add useInterval blog 2021-04-07 21:04:03 +03:00
2eff3b0083 Add benefits of writing blog 2021-03-29 22:20:39 +03:00
7607b18051 Update javascript-object-is-triple-equals.md
Fixes #12
2021-03-24 19:24:14 +02:00
6237131dac Add arrow functions blog 2021-03-23 20:58:14 +02:00
c4ac1000ab Add redux refactoring blog 2021-03-20 12:30:14 +02:00
6e93e46fff Add object literal lookup switch 2021-03-20 10:57:50 +02:00
82dec67395 Add instanceof primitive blog 2021-03-17 16:43:01 +02:00
06eca66d97 Add promise then vs finally blog 2021-03-15 20:25:09 +02:00
b665428ff5 Fix blog excerpt breaking everything 2021-02-25 20:49:35 +02:00
5ef410c97f Add Object.is blog 2021-02-25 20:01:30 +02:00
b9e44b219e Add js empty states blog 2021-02-24 22:22:29 +02:00
782eaecd72 Add remove property js blog 2021-02-24 19:32:17 +02:00
b0c37be605 Add clone js array blog 2021-02-23 23:01:08 +02:00