diff --git a/404.html b/404.html
index d0b5bf35..5a453349 100644
--- a/404.html
+++ b/404.html
@@ -9,7 +9,7 @@
-
+
diff --git a/about-me.html b/about-me.html
index 3d3912f7..110c4545 100644
--- a/about-me.html
+++ b/about-me.html
@@ -9,7 +9,7 @@
-
+
diff --git a/assets/js/09b34d89.20ed683f.js b/assets/js/09b34d89.20ed683f.js
deleted file mode 100644
index 5320c700..00000000
--- a/assets/js/09b34d89.20ed683f.js
+++ /dev/null
@@ -1 +0,0 @@
-"use strict";(self.webpackChunkpaulohernane_me=self.webpackChunkpaulohernane_me||[]).push([[8906],{9109:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>l,contentTitle:()=>i,default:()=>p,frontMatter:()=>a,metadata:()=>c,toc:()=>s});var r=n(4848),o=n(5680);const a={id:"leet-code",title:"Leet Code"},i=void 0,c={id:"leet-code/leet-code",title:"Leet Code",description:"I'm using this page to document my Leet Code journey. I'll be adding notes on different topics and problems that I solve on Leet Code.",source:"@site/my-brain/leet-code/index.md",sourceDirName:"leet-code",slug:"/leet-code/",permalink:"/my-brain/leet-code/",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{id:"leet-code",title:"Leet Code"},sidebar:"myBrainSidebar",previous:{title:"Javascript",permalink:"/my-brain/javascript/"},next:{title:"Arrays and Hashing",permalink:"/my-brain/leet-code/arrays-and-hashing"}},l={},s=[];function d(e){const t={a:"a",p:"p",...(0,o.RP)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(t.p,{children:"I'm using this page to document my Leet Code journey. I'll be adding notes on different topics and problems that I solve on Leet Code."}),"\n",(0,r.jsx)(t.p,{children:(0,r.jsx)(t.a,{href:"https://neetcode.io/",children:"Neet Code"})})]})}function p(e={}){const{wrapper:t}={...(0,o.RP)(),...e.components};return t?(0,r.jsx)(t,{...e,children:(0,r.jsx)(d,{...e})}):d(e)}},5680:(e,t,n)=>{n.d(t,{RP:()=>s});var r=n(6540);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function i(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var l=r.createContext({}),s=function(e){var t=r.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):i(i({},t),e)),n},d={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},p=r.forwardRef((function(e,t){var n=e.components,o=e.mdxType,a=e.originalType,l=e.parentName,p=c(e,["components","mdxType","originalType","parentName"]),u=s(n),f=o,m=u["".concat(l,".").concat(f)]||u[f]||d[f]||a;return n?r.createElement(m,i(i({ref:t},p),{},{components:n})):r.createElement(m,i({ref:t},p))}));p.displayName="MDXCreateElement"}}]);
\ No newline at end of file
diff --git a/assets/js/09b34d89.93485d90.js b/assets/js/09b34d89.93485d90.js
new file mode 100644
index 00000000..e4c64ee7
--- /dev/null
+++ b/assets/js/09b34d89.93485d90.js
@@ -0,0 +1 @@
+"use strict";(self.webpackChunkpaulohernane_me=self.webpackChunkpaulohernane_me||[]).push([[8906],{9109:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>l,contentTitle:()=>a,default:()=>p,frontMatter:()=>i,metadata:()=>c,toc:()=>s});var r=n(4848),o=n(5680);const i={id:"leet-code",title:"Leet Code"},a=void 0,c={id:"leet-code/leet-code",title:"Leet Code",description:"I'm using this page to document my Leet Code journey. I'll be adding notes on different topics and problems that I solve on Leet Code.",source:"@site/my-brain/leet-code/index.md",sourceDirName:"leet-code",slug:"/leet-code/",permalink:"/my-brain/leet-code/",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{id:"leet-code",title:"Leet Code"},sidebar:"myBrainSidebar",previous:{title:"Javascript",permalink:"/my-brain/javascript/"},next:{title:"Arrays and Hashing",permalink:"/my-brain/leet-code/arrays-and-hashing"}},l={},s=[];function d(e){const t={a:"a",li:"li",ol:"ol",p:"p",...(0,o.RP)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(t.p,{children:"I'm using this page to document my Leet Code journey. I'll be adding notes on different topics and problems that I solve on Leet Code."}),"\n",(0,r.jsx)(t.p,{children:(0,r.jsx)(t.a,{href:"https://neetcode.io/",children:"Neet Code"})}),"\n",(0,r.jsx)(t.p,{children:"Some Tips:"}),"\n",(0,r.jsxs)(t.ol,{children:["\n",(0,r.jsx)(t.li,{children:"Solve problems in order of difficulty."}),"\n",(0,r.jsx)(t.li,{children:"Try to do the worst time complexity solution first and then optimize it."}),"\n"]})]})}function p(e={}){const{wrapper:t}={...(0,o.RP)(),...e.components};return t?(0,r.jsx)(t,{...e,children:(0,r.jsx)(d,{...e})}):d(e)}},5680:(e,t,n)=>{n.d(t,{RP:()=>s});var r=n(6540);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function a(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var l=r.createContext({}),s=function(e){var t=r.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):a(a({},t),e)),n},d={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},p=r.forwardRef((function(e,t){var n=e.components,o=e.mdxType,i=e.originalType,l=e.parentName,p=c(e,["components","mdxType","originalType","parentName"]),u=s(n),f=o,m=u["".concat(l,".").concat(f)]||u[f]||d[f]||i;return n?r.createElement(m,a(a({ref:t},p),{},{components:n})):r.createElement(m,a({ref:t},p))}));p.displayName="MDXCreateElement"}}]);
\ No newline at end of file
diff --git a/assets/js/runtime~main.363cfbca.js b/assets/js/runtime~main.770515ad.js
similarity index 99%
rename from assets/js/runtime~main.363cfbca.js
rename to assets/js/runtime~main.770515ad.js
index ba114f70..061c8220 100644
--- a/assets/js/runtime~main.363cfbca.js
+++ b/assets/js/runtime~main.770515ad.js
@@ -1 +1 @@
-(()=>{"use strict";var e,a,f,c,d,b={},t={};function r(e){var a=t[e];if(void 0!==a)return a.exports;var f=t[e]={exports:{}};return b[e].call(f.exports,f,f.exports,r),f.exports}r.m=b,e=[],r.O=(a,f,c,d)=>{if(!f){var b=1/0;for(i=0;i=d)&&Object.keys(r.O).every((e=>r.O[e](f[o])))?f.splice(o--,1):(t=!1,d0&&e[i-1][2]>d;i--)e[i]=e[i-1];e[i]=[f,c,d]},r.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return r.d(a,{a:a}),a},f=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,c){if(1&c&&(e=this(e)),8&c)return e;if("object"==typeof e&&e){if(4&c&&e.__esModule)return e;if(16&c&&"function"==typeof e.then)return e}var d=Object.create(null);r.r(d);var b={};a=a||[null,f({}),f([]),f(f)];for(var t=2&c&&e;"object"==typeof t&&!~a.indexOf(t);t=f(t))Object.getOwnPropertyNames(t).forEach((a=>b[a]=()=>e[a]));return b.default=()=>e,r.d(d,b),d},r.d=(e,a)=>{for(var f in a)r.o(a,f)&&!r.o(e,f)&&Object.defineProperty(e,f,{enumerable:!0,get:a[f]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((a,f)=>(r.f[f](e,a),a)),[])),r.u=e=>"assets/js/"+({223:"c55742d2",256:"4fa62239",303:"4775eea6",320:"290b85e4",336:"d5ee58cb",393:"35847f67",402:"f569f199",408:"4b1b253b",467:"63220496",476:"18d55103",587:"208ffa87",642:"0ba7110a",708:"d8c773fe",722:"28a898e4",785:"506f0359",854:"8714d579",872:"a9faa526",878:"abb9f566",930:"20ad9edb",956:"ab19f028",970:"f0e4631f",993:"0b544d69",998:"5da680c6",1054:"650b24a1",1055:"07d2ba2d",1087:"ab732117",1124:"33b1fae6",1235:"a7456010",1304:"dfad0d7c",1390:"010e533d",1446:"9d0ca925",1518:"0185af2f",1588:"54c84294",1622:"0fc1f80a",1656:"aaecaddb",1701:"a6b37577",1710:"fc574813",1747:"ee7cd563",1781:"c79410ce",1799:"ed2b6bad",1807:"b7fc746c",1846:"6b35adbd",1857:"4f42efe0",1903:"acecf23e",1929:"809aef81",1935:"32300f2b",1966:"fca1c61f",1988:"2590134c",2018:"60d8ddcf",2028:"8b78d9af",2058:"00471c28",2063:"cf256994",2120:"85a612f0",2140:"355e1a50",2141:"2f503145",2160:"770fff4c",2246:"4c879a0c",2309:"8b0a862a",2312:"0902c6ba",2332:"9a1b5dad",2396:"13812668",2440:"7f0e6173",2457:"3bd2b188",2481:"17741138",2505:"edf03cef",2600:"3010a3b3",2637:"8d1a8758",2662:"89a2fb89",2669:"c3706649",2687:"bde65b9a",2711:"9e4087bc",2768:"18c2f3ae",2775:"bc0c5737",2799:"b41f0793",2838:"25003e4f",2854:"f4c8f530",2877:"d3520f42",2896:"f2da583d",2961:"145e2e31",3050:"51373b82",3055:"0f5f4ab4",3057:"d594504c",3116:"0ce9a96b",3126:"2ca02478",3177:"b7c35e21",3244:"ed0217bd",3249:"ccc49370",3261:"574725fd",3290:"58cf0085",3308:"122acf02",3336:"d15734cb",3437:"c87c3b2d",3483:"f4970b8d",3599:"4aea0eb8",3713:"bc7f526c",3715:"aa77e7c9",3893:"ff1743d5",3903:"8980fd50",3978:"f1e8f4f1",4059:"8892a95d",4099:"b8c57c6b",4122:"de2f1cfb",4127:"fc8586db",4204:"2d8c7ff7",4225:"22d2c3aa",4238:"b7025452",4249:"8eb0b182",4268:"0254aa6b",4279:"df203c0f",4286:"9f8c93e0",4346:"5ff4493f",4348:"e9fed4cc",4461:"90199c54",4530:"209d9281",4540:"48db4f83",4583:"1df93b7f",4646:"3d575689",4664:"b869578f",4705:"cdad2653",4707:"a8d1eae7",4752:"1011f9d9",4787:"3720c009",4794:"6a43ec1b",4795:"b0e76a05",4799:"46df77c7",4813:"6875c492",4928:"d48bc2ee",5009:"5f531633",5117:"7484695c",5210:"351f2e94",5258:"980f9f12",5364:"9fb7b81b",5376:"d43f6cab",5404:"d467121d",5407:"95df591e",5436:"872632b5",5469:"96f6cfdd",5470:"5a167133",5498:"e0f4b4b0",5511:"5909ba9c",5571:"0a9b1ddc",5637:"8cd09f00",5638:"78040f3c",5695:"08584cdd",5728:"333a9305",5742:"aba21aa0",5780:"90fc5ed3",5813:"d940aa85",5841:"225e0e6c",5869:"482c029f",5914:"9c9ec0f8",5918:"fd28d966",5944:"bd9b808d",5963:"0f23b9c1",5979:"2fa290c7",5997:"80dfc6dc",6007:"667b7994",6061:"1f391b9e",6071:"9edd3b5f",6086:"aa22b93e",6095:"9a1af2b2",6145:"021122aa",6149:"bfce852e",6168:"38294d9b",6205:"d3379949",6261:"53a3e6dc",6313:"aa96ca0e",6408:"b69878a2",6413:"f5f61b79",6423:"a28b2fc1",6523:"53adacb1",6567:"2b25e3a0",6716:"79a0b437",6780:"f3f0a98f",6793:"7d6ff6c6",6869:"19aa9265",6913:"24daede1",6915:"cd46b3e1",6938:"ec3e36c3",6964:"9767caa6",7010:"2ba346f1",7075:"b2891ec6",7098:"a7bd4aaa",7118:"6682f571",7138:"207e0450",7186:"edd09643",7193:"8a63dea0",7262:"5fa55b07",7421:"9553a4b9",7427:"fd32e9ba",7452:"be133805",7472:"814f3328",7477:"f1238b38",7495:"451ccd6b",7516:"9a8ad7a8",7527:"44ff1f49",7625:"de7748d1",7643:"a6aa9e1f",7647:"ea960cfb",7649:"a1a42f29",7657:"e2f6577b",7706:"a80570b8",7708:"c5bb191f",7777:"74206f9b",7805:"d6dcbb61",7832:"48fd5280",7849:"552bc755",7854:"ff3c3fb6",7883:"31821126",7960:"404e42f6",7990:"eb347ae2",8065:"ce907eda",8121:"6895174b",8154:"ea73a08f",8209:"01a85c17",8219:"c201cedb",8232:"72531eee",8240:"d9ae0365",8266:"dc879e83",8275:"4e8293f5",8286:"72c0900d",8329:"9fa23911",8344:"6a923224",8351:"a1aada45",8392:"31813681",8399:"e849eeb6",8401:"17896441",8433:"33a4d502",8440:"5f2e81f6",8446:"2efb0cfc",8457:"86ca433b",8489:"41243d2f",8571:"fa17bbfa",8627:"1c002b62",8652:"fe5b346b",8660:"88f7b34c",8717:"18d7dd02",8761:"ffe04193",8795:"e23606c1",8804:"5969fe12",8823:"caa10b48",8883:"080ef472",8897:"3d0699be",8906:"09b34d89",9045:"00b56270",9046:"60de135a",9048:"a94703ab",9064:"a8f03678",9079:"b7e098cd",9147:"c14d7f21",9224:"fc970f3e",9344:"05a0423f",9372:"ac117325",9395:"ed0dd1a9",9536:"ac4e53aa",9544:"95dd7c50",9584:"85630072",9589:"1fc87498",9616:"41756ce8",9644:"38a6ce7f",9647:"5e95c892",9732:"10a70376",9834:"cd91772f",9858:"36994c47",9861:"18f43df0",9876:"5440313f",9930:"ca49161f"}[e]||e)+"."+{223:"670fa5b6",256:"6c634b24",303:"c68a5412",320:"c3b8dd11",336:"5200448a",393:"9c740d4a",402:"4c94a140",408:"4001dab9",467:"a002a601",476:"c0ebea28",587:"8a2518d3",642:"df505022",708:"8c526cfc",722:"c4e85f2a",785:"53ff65c5",854:"eaad762d",872:"dbf8c671",878:"479e7824",930:"714cdd2a",956:"1fa7b8f2",970:"f1d4d770",993:"d0d426e3",998:"ccbc0d5c",1054:"28762e59",1055:"969028a6",1087:"0484ef68",1124:"ae231ec9",1235:"a5c8ac16",1304:"243e0c45",1388:"68fa075a",1390:"b82e14b3",1446:"77a18b6d",1518:"3d33904b",1588:"2aca04d0",1622:"915ef77f",1656:"1670f2ad",1701:"11543d9c",1710:"eb3d1449",1747:"2db32f42",1781:"1824debd",1799:"e94e39a9",1807:"10a9a204",1846:"1d70b792",1857:"18ea4eee",1903:"151f6269",1929:"35291636",1935:"9461b4ee",1966:"d3e9fe29",1988:"b39e67a9",2018:"0747cc1f",2028:"2e11a623",2058:"f073a26e",2063:"6064e738",2120:"5de9e61e",2140:"8fa35aa8",2141:"8a42b12f",2160:"4545471e",2237:"f282485f",2246:"e88273ab",2309:"2e972145",2312:"f2d86916",2332:"fcf9088d",2396:"2df5b576",2440:"1241bb56",2457:"c6b4f259",2481:"5318a267",2505:"47e1b562",2600:"ce5e06c7",2637:"06588ba6",2662:"4e1bd8bf",2669:"26f7f399",2687:"8315de2b",2711:"0348325f",2768:"ad3471a6",2775:"a059c0cd",2799:"f6284ff4",2838:"ea4b7b0d",2854:"33588122",2877:"13b30cc2",2896:"11524549",2961:"4384c758",3050:"32bfd859",3055:"ba219153",3057:"1c91c281",3116:"e032a2be",3126:"341dffdf",3177:"293ea723",3242:"fb079e3a",3244:"2b5f54a2",3249:"5c438af7",3261:"947b9a0f",3290:"9487753c",3308:"4c8007fa",3336:"23ee6ee5",3437:"34f0f700",3483:"df09d332",3599:"730eddfd",3713:"56822da8",3715:"cd86a6b0",3893:"c64d12a4",3903:"06e672fa",3978:"311187b5",4059:"9cb8caa1",4099:"f457c94c",4122:"a01c44a7",4127:"42e50db3",4204:"9e7924c0",4225:"47770d78",4238:"c8d3d220",4249:"27844ae7",4268:"2e58cc89",4279:"ec8dd1d8",4286:"9f7a1adb",4346:"8bacd321",4348:"9c8ae32c",4461:"1b614180",4530:"43556cee",4540:"e232b23a",4583:"2327f3bb",4646:"eee5d313",4664:"06d5815f",4705:"cfd587cf",4707:"801b0f4f",4752:"bbdc8a01",4787:"1f4c4a1c",4794:"de79192a",4795:"61b2a8fb",4799:"ec18c3b7",4813:"e94adb3c",4928:"f9872ed4",5009:"0f4c9298",5117:"be2f1c8e",5210:"944dddc7",5258:"4650f2b4",5364:"eca2a19b",5376:"17bc2645",5404:"098394a4",5407:"87a7d688",5436:"596e17be",5469:"af932d25",5470:"889414ed",5498:"a6d8eb85",5511:"deeb5253",5571:"1aebc33c",5637:"37f3fca9",5638:"6623dbad",5695:"c54b73e6",5728:"c11febca",5742:"f8a0ecf0",5780:"b13baf19",5813:"29c4a7e2",5841:"0ff89f26",5869:"70227f7d",5914:"11205b9f",5918:"128edbe7",5944:"6d061862",5963:"d7891e54",5979:"35cf0393",5997:"5b9ebb78",6007:"8a0261af",6061:"f198e37d",6071:"9cf01def",6086:"431c10e0",6095:"62eb16ef",6145:"5688aa57",6149:"f0476611",6168:"9baec897",6205:"987b26dc",6261:"2cd9e654",6313:"75931b07",6408:"b6bd740e",6413:"42be09fc",6423:"846cadc2",6523:"7923a94d",6567:"aed59db1",6716:"6a41afae",6780:"5b0dd72d",6793:"cd4c6669",6869:"d60ef312",6913:"be26d15a",6915:"3810acef",6938:"88274c88",6964:"01911629",7010:"6c567b20",7075:"29a671b6",7098:"30784bda",7118:"8f083a1b",7138:"98a36a0c",7186:"a83243f1",7193:"389d0f8e",7262:"bcf9c21b",7421:"a6a98b7f",7427:"16e145c4",7452:"a14e7430",7472:"4a4a6c6d",7477:"f4b5cdc7",7495:"e10aecf2",7516:"1565bc61",7527:"6409222d",7625:"490aee3a",7643:"5fc38349",7647:"cc4c9a6a",7649:"d7be6676",7657:"ba94fe88",7706:"106c4f2a",7708:"bbee16ef",7777:"6f47a7d6",7805:"d0a1694a",7832:"f99d2162",7849:"ef64ea36",7854:"98892bbd",7883:"af400b66",7960:"6cf06838",7990:"f7399b9d",8065:"f57d2dd8",8121:"14a90ea8",8154:"fed2ca41",8209:"d413d49a",8219:"84537ff7",8232:"b5a7a41a",8240:"08c54e1a",8266:"c7464770",8275:"a7548148",8286:"45a213a4",8329:"a1027ddf",8344:"e659f2b5",8351:"800f9960",8392:"ff925438",8399:"20790648",8401:"e8b75467",8433:"aa8e5c73",8440:"d2518e2d",8446:"66dfa527",8457:"b21cec87",8489:"ceaf6304",8571:"36a3a85c",8627:"f66c4e1e",8652:"485c8783",8660:"e211a16a",8717:"8651b177",8761:"a2522b66",8795:"48b641ae",8804:"f122af5f",8823:"73b2aa32",8883:"7d57a1f0",8897:"947485ca",8906:"20ed683f",9045:"a9ce3ad4",9046:"a0eb0e44",9048:"c76188c1",9064:"5af31698",9079:"57bcef27",9147:"3499c2eb",9224:"9978c92a",9344:"0b85e472",9372:"fb3742e5",9395:"f7e3e4a1",9536:"b801697f",9544:"c554c0c7",9584:"808e4cd9",9589:"2f03cb3c",9616:"9d3ef71a",9644:"b3ab6b13",9647:"62ab716e",9732:"5ec61513",9834:"ae1afa00",9858:"a42b9174",9861:"b0fd5b7c",9876:"7ff31531",9930:"1425ba00"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),c={},d="paulohernane-me:",r.l=(e,a,f,b)=>{if(c[e])c[e].push(a);else{var t,o;if(void 0!==f)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var d=c[e];if(delete c[e],t.parentNode&&t.parentNode.removeChild(t),d&&d.forEach((e=>e(f))),a)return a(f)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/",r.gca=function(e){return e={13812668:"2396",17741138:"2481",17896441:"8401",31813681:"8392",31821126:"7883",63220496:"467",85630072:"9584",c55742d2:"223","4fa62239":"256","4775eea6":"303","290b85e4":"320",d5ee58cb:"336","35847f67":"393",f569f199:"402","4b1b253b":"408","18d55103":"476","208ffa87":"587","0ba7110a":"642",d8c773fe:"708","28a898e4":"722","506f0359":"785","8714d579":"854",a9faa526:"872",abb9f566:"878","20ad9edb":"930",ab19f028:"956",f0e4631f:"970","0b544d69":"993","5da680c6":"998","650b24a1":"1054","07d2ba2d":"1055",ab732117:"1087","33b1fae6":"1124",a7456010:"1235",dfad0d7c:"1304","010e533d":"1390","9d0ca925":"1446","0185af2f":"1518","54c84294":"1588","0fc1f80a":"1622",aaecaddb:"1656",a6b37577:"1701",fc574813:"1710",ee7cd563:"1747",c79410ce:"1781",ed2b6bad:"1799",b7fc746c:"1807","6b35adbd":"1846","4f42efe0":"1857",acecf23e:"1903","809aef81":"1929","32300f2b":"1935",fca1c61f:"1966","2590134c":"1988","60d8ddcf":"2018","8b78d9af":"2028","00471c28":"2058",cf256994:"2063","85a612f0":"2120","355e1a50":"2140","2f503145":"2141","770fff4c":"2160","4c879a0c":"2246","8b0a862a":"2309","0902c6ba":"2312","9a1b5dad":"2332","7f0e6173":"2440","3bd2b188":"2457",edf03cef:"2505","3010a3b3":"2600","8d1a8758":"2637","89a2fb89":"2662",c3706649:"2669",bde65b9a:"2687","9e4087bc":"2711","18c2f3ae":"2768",bc0c5737:"2775",b41f0793:"2799","25003e4f":"2838",f4c8f530:"2854",d3520f42:"2877",f2da583d:"2896","145e2e31":"2961","51373b82":"3050","0f5f4ab4":"3055",d594504c:"3057","0ce9a96b":"3116","2ca02478":"3126",b7c35e21:"3177",ed0217bd:"3244",ccc49370:"3249","574725fd":"3261","58cf0085":"3290","122acf02":"3308",d15734cb:"3336",c87c3b2d:"3437",f4970b8d:"3483","4aea0eb8":"3599",bc7f526c:"3713",aa77e7c9:"3715",ff1743d5:"3893","8980fd50":"3903",f1e8f4f1:"3978","8892a95d":"4059",b8c57c6b:"4099",de2f1cfb:"4122",fc8586db:"4127","2d8c7ff7":"4204","22d2c3aa":"4225",b7025452:"4238","8eb0b182":"4249","0254aa6b":"4268",df203c0f:"4279","9f8c93e0":"4286","5ff4493f":"4346",e9fed4cc:"4348","90199c54":"4461","209d9281":"4530","48db4f83":"4540","1df93b7f":"4583","3d575689":"4646",b869578f:"4664",cdad2653:"4705",a8d1eae7:"4707","1011f9d9":"4752","3720c009":"4787","6a43ec1b":"4794",b0e76a05:"4795","46df77c7":"4799","6875c492":"4813",d48bc2ee:"4928","5f531633":"5009","7484695c":"5117","351f2e94":"5210","980f9f12":"5258","9fb7b81b":"5364",d43f6cab:"5376",d467121d:"5404","95df591e":"5407","872632b5":"5436","96f6cfdd":"5469","5a167133":"5470",e0f4b4b0:"5498","5909ba9c":"5511","0a9b1ddc":"5571","8cd09f00":"5637","78040f3c":"5638","08584cdd":"5695","333a9305":"5728",aba21aa0:"5742","90fc5ed3":"5780",d940aa85:"5813","225e0e6c":"5841","482c029f":"5869","9c9ec0f8":"5914",fd28d966:"5918",bd9b808d:"5944","0f23b9c1":"5963","2fa290c7":"5979","80dfc6dc":"5997","667b7994":"6007","1f391b9e":"6061","9edd3b5f":"6071",aa22b93e:"6086","9a1af2b2":"6095","021122aa":"6145",bfce852e:"6149","38294d9b":"6168",d3379949:"6205","53a3e6dc":"6261",aa96ca0e:"6313",b69878a2:"6408",f5f61b79:"6413",a28b2fc1:"6423","53adacb1":"6523","2b25e3a0":"6567","79a0b437":"6716",f3f0a98f:"6780","7d6ff6c6":"6793","19aa9265":"6869","24daede1":"6913",cd46b3e1:"6915",ec3e36c3:"6938","9767caa6":"6964","2ba346f1":"7010",b2891ec6:"7075",a7bd4aaa:"7098","6682f571":"7118","207e0450":"7138",edd09643:"7186","8a63dea0":"7193","5fa55b07":"7262","9553a4b9":"7421",fd32e9ba:"7427",be133805:"7452","814f3328":"7472",f1238b38:"7477","451ccd6b":"7495","9a8ad7a8":"7516","44ff1f49":"7527",de7748d1:"7625",a6aa9e1f:"7643",ea960cfb:"7647",a1a42f29:"7649",e2f6577b:"7657",a80570b8:"7706",c5bb191f:"7708","74206f9b":"7777",d6dcbb61:"7805","48fd5280":"7832","552bc755":"7849",ff3c3fb6:"7854","404e42f6":"7960",eb347ae2:"7990",ce907eda:"8065","6895174b":"8121",ea73a08f:"8154","01a85c17":"8209",c201cedb:"8219","72531eee":"8232",d9ae0365:"8240",dc879e83:"8266","4e8293f5":"8275","72c0900d":"8286","9fa23911":"8329","6a923224":"8344",a1aada45:"8351",e849eeb6:"8399","33a4d502":"8433","5f2e81f6":"8440","2efb0cfc":"8446","86ca433b":"8457","41243d2f":"8489",fa17bbfa:"8571","1c002b62":"8627",fe5b346b:"8652","88f7b34c":"8660","18d7dd02":"8717",ffe04193:"8761",e23606c1:"8795","5969fe12":"8804",caa10b48:"8823","080ef472":"8883","3d0699be":"8897","09b34d89":"8906","00b56270":"9045","60de135a":"9046",a94703ab:"9048",a8f03678:"9064",b7e098cd:"9079",c14d7f21:"9147",fc970f3e:"9224","05a0423f":"9344",ac117325:"9372",ed0dd1a9:"9395",ac4e53aa:"9536","95dd7c50":"9544","1fc87498":"9589","41756ce8":"9616","38a6ce7f":"9644","5e95c892":"9647","10a70376":"9732",cd91772f:"9834","36994c47":"9858","18f43df0":"9861","5440313f":"9876",ca49161f:"9930"}[e]||e,r.p+r.u(e)},(()=>{var e={5354:0,1869:0};r.f.j=(a,f)=>{var c=r.o(e,a)?e[a]:void 0;if(0!==c)if(c)f.push(c[2]);else if(/^(1869|5354)$/.test(a))e[a]=0;else{var d=new Promise(((f,d)=>c=e[a]=[f,d]));f.push(c[2]=d);var b=r.p+r.u(a),t=new Error;r.l(b,(f=>{if(r.o(e,a)&&(0!==(c=e[a])&&(e[a]=void 0),c)){var d=f&&("load"===f.type?"missing":f.type),b=f&&f.target&&f.target.src;t.message="Loading chunk "+a+" failed.\n("+d+": "+b+")",t.name="ChunkLoadError",t.type=d,t.request=b,c[1](t)}}),"chunk-"+a,a)}},r.O.j=a=>0===e[a];var a=(a,f)=>{var c,d,b=f[0],t=f[1],o=f[2],n=0;if(b.some((a=>0!==e[a]))){for(c in t)r.o(t,c)&&(r.m[c]=t[c]);if(o)var i=o(r)}for(a&&a(f);n{"use strict";var e,a,f,c,d,b={},t={};function r(e){var a=t[e];if(void 0!==a)return a.exports;var f=t[e]={exports:{}};return b[e].call(f.exports,f,f.exports,r),f.exports}r.m=b,e=[],r.O=(a,f,c,d)=>{if(!f){var b=1/0;for(i=0;i=d)&&Object.keys(r.O).every((e=>r.O[e](f[o])))?f.splice(o--,1):(t=!1,d0&&e[i-1][2]>d;i--)e[i]=e[i-1];e[i]=[f,c,d]},r.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return r.d(a,{a:a}),a},f=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,c){if(1&c&&(e=this(e)),8&c)return e;if("object"==typeof e&&e){if(4&c&&e.__esModule)return e;if(16&c&&"function"==typeof e.then)return e}var d=Object.create(null);r.r(d);var b={};a=a||[null,f({}),f([]),f(f)];for(var t=2&c&&e;"object"==typeof t&&!~a.indexOf(t);t=f(t))Object.getOwnPropertyNames(t).forEach((a=>b[a]=()=>e[a]));return b.default=()=>e,r.d(d,b),d},r.d=(e,a)=>{for(var f in a)r.o(a,f)&&!r.o(e,f)&&Object.defineProperty(e,f,{enumerable:!0,get:a[f]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((a,f)=>(r.f[f](e,a),a)),[])),r.u=e=>"assets/js/"+({223:"c55742d2",256:"4fa62239",303:"4775eea6",320:"290b85e4",336:"d5ee58cb",393:"35847f67",402:"f569f199",408:"4b1b253b",467:"63220496",476:"18d55103",587:"208ffa87",642:"0ba7110a",708:"d8c773fe",722:"28a898e4",785:"506f0359",854:"8714d579",872:"a9faa526",878:"abb9f566",930:"20ad9edb",956:"ab19f028",970:"f0e4631f",993:"0b544d69",998:"5da680c6",1054:"650b24a1",1055:"07d2ba2d",1087:"ab732117",1124:"33b1fae6",1235:"a7456010",1304:"dfad0d7c",1390:"010e533d",1446:"9d0ca925",1518:"0185af2f",1588:"54c84294",1622:"0fc1f80a",1656:"aaecaddb",1701:"a6b37577",1710:"fc574813",1747:"ee7cd563",1781:"c79410ce",1799:"ed2b6bad",1807:"b7fc746c",1846:"6b35adbd",1857:"4f42efe0",1903:"acecf23e",1929:"809aef81",1935:"32300f2b",1966:"fca1c61f",1988:"2590134c",2018:"60d8ddcf",2028:"8b78d9af",2058:"00471c28",2063:"cf256994",2120:"85a612f0",2140:"355e1a50",2141:"2f503145",2160:"770fff4c",2246:"4c879a0c",2309:"8b0a862a",2312:"0902c6ba",2332:"9a1b5dad",2396:"13812668",2440:"7f0e6173",2457:"3bd2b188",2481:"17741138",2505:"edf03cef",2600:"3010a3b3",2637:"8d1a8758",2662:"89a2fb89",2669:"c3706649",2687:"bde65b9a",2711:"9e4087bc",2768:"18c2f3ae",2775:"bc0c5737",2799:"b41f0793",2838:"25003e4f",2854:"f4c8f530",2877:"d3520f42",2896:"f2da583d",2961:"145e2e31",3050:"51373b82",3055:"0f5f4ab4",3057:"d594504c",3116:"0ce9a96b",3126:"2ca02478",3177:"b7c35e21",3244:"ed0217bd",3249:"ccc49370",3261:"574725fd",3290:"58cf0085",3308:"122acf02",3336:"d15734cb",3437:"c87c3b2d",3483:"f4970b8d",3599:"4aea0eb8",3713:"bc7f526c",3715:"aa77e7c9",3893:"ff1743d5",3903:"8980fd50",3978:"f1e8f4f1",4059:"8892a95d",4099:"b8c57c6b",4122:"de2f1cfb",4127:"fc8586db",4204:"2d8c7ff7",4225:"22d2c3aa",4238:"b7025452",4249:"8eb0b182",4268:"0254aa6b",4279:"df203c0f",4286:"9f8c93e0",4346:"5ff4493f",4348:"e9fed4cc",4461:"90199c54",4530:"209d9281",4540:"48db4f83",4583:"1df93b7f",4646:"3d575689",4664:"b869578f",4705:"cdad2653",4707:"a8d1eae7",4752:"1011f9d9",4787:"3720c009",4794:"6a43ec1b",4795:"b0e76a05",4799:"46df77c7",4813:"6875c492",4928:"d48bc2ee",5009:"5f531633",5117:"7484695c",5210:"351f2e94",5258:"980f9f12",5364:"9fb7b81b",5376:"d43f6cab",5404:"d467121d",5407:"95df591e",5436:"872632b5",5469:"96f6cfdd",5470:"5a167133",5498:"e0f4b4b0",5511:"5909ba9c",5571:"0a9b1ddc",5637:"8cd09f00",5638:"78040f3c",5695:"08584cdd",5728:"333a9305",5742:"aba21aa0",5780:"90fc5ed3",5813:"d940aa85",5841:"225e0e6c",5869:"482c029f",5914:"9c9ec0f8",5918:"fd28d966",5944:"bd9b808d",5963:"0f23b9c1",5979:"2fa290c7",5997:"80dfc6dc",6007:"667b7994",6061:"1f391b9e",6071:"9edd3b5f",6086:"aa22b93e",6095:"9a1af2b2",6145:"021122aa",6149:"bfce852e",6168:"38294d9b",6205:"d3379949",6261:"53a3e6dc",6313:"aa96ca0e",6408:"b69878a2",6413:"f5f61b79",6423:"a28b2fc1",6523:"53adacb1",6567:"2b25e3a0",6716:"79a0b437",6780:"f3f0a98f",6793:"7d6ff6c6",6869:"19aa9265",6913:"24daede1",6915:"cd46b3e1",6938:"ec3e36c3",6964:"9767caa6",7010:"2ba346f1",7075:"b2891ec6",7098:"a7bd4aaa",7118:"6682f571",7138:"207e0450",7186:"edd09643",7193:"8a63dea0",7262:"5fa55b07",7421:"9553a4b9",7427:"fd32e9ba",7452:"be133805",7472:"814f3328",7477:"f1238b38",7495:"451ccd6b",7516:"9a8ad7a8",7527:"44ff1f49",7625:"de7748d1",7643:"a6aa9e1f",7647:"ea960cfb",7649:"a1a42f29",7657:"e2f6577b",7706:"a80570b8",7708:"c5bb191f",7777:"74206f9b",7805:"d6dcbb61",7832:"48fd5280",7849:"552bc755",7854:"ff3c3fb6",7883:"31821126",7960:"404e42f6",7990:"eb347ae2",8065:"ce907eda",8121:"6895174b",8154:"ea73a08f",8209:"01a85c17",8219:"c201cedb",8232:"72531eee",8240:"d9ae0365",8266:"dc879e83",8275:"4e8293f5",8286:"72c0900d",8329:"9fa23911",8344:"6a923224",8351:"a1aada45",8392:"31813681",8399:"e849eeb6",8401:"17896441",8433:"33a4d502",8440:"5f2e81f6",8446:"2efb0cfc",8457:"86ca433b",8489:"41243d2f",8571:"fa17bbfa",8627:"1c002b62",8652:"fe5b346b",8660:"88f7b34c",8717:"18d7dd02",8761:"ffe04193",8795:"e23606c1",8804:"5969fe12",8823:"caa10b48",8883:"080ef472",8897:"3d0699be",8906:"09b34d89",9045:"00b56270",9046:"60de135a",9048:"a94703ab",9064:"a8f03678",9079:"b7e098cd",9147:"c14d7f21",9224:"fc970f3e",9344:"05a0423f",9372:"ac117325",9395:"ed0dd1a9",9536:"ac4e53aa",9544:"95dd7c50",9584:"85630072",9589:"1fc87498",9616:"41756ce8",9644:"38a6ce7f",9647:"5e95c892",9732:"10a70376",9834:"cd91772f",9858:"36994c47",9861:"18f43df0",9876:"5440313f",9930:"ca49161f"}[e]||e)+"."+{223:"670fa5b6",256:"6c634b24",303:"c68a5412",320:"c3b8dd11",336:"5200448a",393:"9c740d4a",402:"4c94a140",408:"4001dab9",467:"a002a601",476:"c0ebea28",587:"8a2518d3",642:"df505022",708:"8c526cfc",722:"c4e85f2a",785:"53ff65c5",854:"eaad762d",872:"dbf8c671",878:"479e7824",930:"714cdd2a",956:"1fa7b8f2",970:"f1d4d770",993:"d0d426e3",998:"ccbc0d5c",1054:"28762e59",1055:"969028a6",1087:"0484ef68",1124:"ae231ec9",1235:"a5c8ac16",1304:"243e0c45",1388:"68fa075a",1390:"b82e14b3",1446:"77a18b6d",1518:"3d33904b",1588:"2aca04d0",1622:"915ef77f",1656:"1670f2ad",1701:"11543d9c",1710:"eb3d1449",1747:"2db32f42",1781:"1824debd",1799:"e94e39a9",1807:"10a9a204",1846:"1d70b792",1857:"18ea4eee",1903:"151f6269",1929:"35291636",1935:"9461b4ee",1966:"d3e9fe29",1988:"b39e67a9",2018:"0747cc1f",2028:"2e11a623",2058:"f073a26e",2063:"6064e738",2120:"5de9e61e",2140:"8fa35aa8",2141:"8a42b12f",2160:"4545471e",2237:"f282485f",2246:"e88273ab",2309:"2e972145",2312:"f2d86916",2332:"fcf9088d",2396:"2df5b576",2440:"1241bb56",2457:"c6b4f259",2481:"5318a267",2505:"47e1b562",2600:"ce5e06c7",2637:"06588ba6",2662:"4e1bd8bf",2669:"26f7f399",2687:"8315de2b",2711:"0348325f",2768:"ad3471a6",2775:"a059c0cd",2799:"f6284ff4",2838:"ea4b7b0d",2854:"33588122",2877:"13b30cc2",2896:"11524549",2961:"4384c758",3050:"32bfd859",3055:"ba219153",3057:"1c91c281",3116:"e032a2be",3126:"341dffdf",3177:"293ea723",3242:"fb079e3a",3244:"2b5f54a2",3249:"5c438af7",3261:"947b9a0f",3290:"9487753c",3308:"4c8007fa",3336:"23ee6ee5",3437:"34f0f700",3483:"df09d332",3599:"730eddfd",3713:"56822da8",3715:"cd86a6b0",3893:"c64d12a4",3903:"06e672fa",3978:"311187b5",4059:"9cb8caa1",4099:"f457c94c",4122:"a01c44a7",4127:"42e50db3",4204:"9e7924c0",4225:"47770d78",4238:"c8d3d220",4249:"27844ae7",4268:"2e58cc89",4279:"ec8dd1d8",4286:"9f7a1adb",4346:"8bacd321",4348:"9c8ae32c",4461:"1b614180",4530:"43556cee",4540:"e232b23a",4583:"2327f3bb",4646:"eee5d313",4664:"06d5815f",4705:"cfd587cf",4707:"801b0f4f",4752:"bbdc8a01",4787:"1f4c4a1c",4794:"de79192a",4795:"61b2a8fb",4799:"ec18c3b7",4813:"e94adb3c",4928:"f9872ed4",5009:"0f4c9298",5117:"be2f1c8e",5210:"944dddc7",5258:"4650f2b4",5364:"eca2a19b",5376:"17bc2645",5404:"098394a4",5407:"87a7d688",5436:"596e17be",5469:"af932d25",5470:"889414ed",5498:"a6d8eb85",5511:"deeb5253",5571:"1aebc33c",5637:"37f3fca9",5638:"6623dbad",5695:"c54b73e6",5728:"c11febca",5742:"f8a0ecf0",5780:"b13baf19",5813:"29c4a7e2",5841:"0ff89f26",5869:"70227f7d",5914:"11205b9f",5918:"128edbe7",5944:"6d061862",5963:"d7891e54",5979:"35cf0393",5997:"5b9ebb78",6007:"8a0261af",6061:"f198e37d",6071:"9cf01def",6086:"431c10e0",6095:"62eb16ef",6145:"5688aa57",6149:"f0476611",6168:"9baec897",6205:"987b26dc",6261:"2cd9e654",6313:"75931b07",6408:"b6bd740e",6413:"42be09fc",6423:"846cadc2",6523:"7923a94d",6567:"aed59db1",6716:"6a41afae",6780:"5b0dd72d",6793:"cd4c6669",6869:"d60ef312",6913:"be26d15a",6915:"3810acef",6938:"88274c88",6964:"01911629",7010:"6c567b20",7075:"29a671b6",7098:"30784bda",7118:"8f083a1b",7138:"98a36a0c",7186:"a83243f1",7193:"389d0f8e",7262:"bcf9c21b",7421:"a6a98b7f",7427:"16e145c4",7452:"a14e7430",7472:"4a4a6c6d",7477:"f4b5cdc7",7495:"e10aecf2",7516:"1565bc61",7527:"6409222d",7625:"490aee3a",7643:"5fc38349",7647:"cc4c9a6a",7649:"d7be6676",7657:"ba94fe88",7706:"106c4f2a",7708:"bbee16ef",7777:"6f47a7d6",7805:"d0a1694a",7832:"f99d2162",7849:"ef64ea36",7854:"98892bbd",7883:"af400b66",7960:"6cf06838",7990:"f7399b9d",8065:"f57d2dd8",8121:"14a90ea8",8154:"fed2ca41",8209:"d413d49a",8219:"84537ff7",8232:"b5a7a41a",8240:"08c54e1a",8266:"c7464770",8275:"a7548148",8286:"45a213a4",8329:"a1027ddf",8344:"e659f2b5",8351:"800f9960",8392:"ff925438",8399:"20790648",8401:"e8b75467",8433:"aa8e5c73",8440:"d2518e2d",8446:"66dfa527",8457:"b21cec87",8489:"ceaf6304",8571:"36a3a85c",8627:"f66c4e1e",8652:"485c8783",8660:"e211a16a",8717:"8651b177",8761:"a2522b66",8795:"48b641ae",8804:"f122af5f",8823:"73b2aa32",8883:"7d57a1f0",8897:"947485ca",8906:"93485d90",9045:"a9ce3ad4",9046:"a0eb0e44",9048:"c76188c1",9064:"5af31698",9079:"57bcef27",9147:"3499c2eb",9224:"9978c92a",9344:"0b85e472",9372:"fb3742e5",9395:"f7e3e4a1",9536:"b801697f",9544:"c554c0c7",9584:"808e4cd9",9589:"2f03cb3c",9616:"9d3ef71a",9644:"b3ab6b13",9647:"62ab716e",9732:"5ec61513",9834:"ae1afa00",9858:"a42b9174",9861:"b0fd5b7c",9876:"7ff31531",9930:"1425ba00"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),c={},d="paulohernane-me:",r.l=(e,a,f,b)=>{if(c[e])c[e].push(a);else{var t,o;if(void 0!==f)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var d=c[e];if(delete c[e],t.parentNode&&t.parentNode.removeChild(t),d&&d.forEach((e=>e(f))),a)return a(f)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/",r.gca=function(e){return e={13812668:"2396",17741138:"2481",17896441:"8401",31813681:"8392",31821126:"7883",63220496:"467",85630072:"9584",c55742d2:"223","4fa62239":"256","4775eea6":"303","290b85e4":"320",d5ee58cb:"336","35847f67":"393",f569f199:"402","4b1b253b":"408","18d55103":"476","208ffa87":"587","0ba7110a":"642",d8c773fe:"708","28a898e4":"722","506f0359":"785","8714d579":"854",a9faa526:"872",abb9f566:"878","20ad9edb":"930",ab19f028:"956",f0e4631f:"970","0b544d69":"993","5da680c6":"998","650b24a1":"1054","07d2ba2d":"1055",ab732117:"1087","33b1fae6":"1124",a7456010:"1235",dfad0d7c:"1304","010e533d":"1390","9d0ca925":"1446","0185af2f":"1518","54c84294":"1588","0fc1f80a":"1622",aaecaddb:"1656",a6b37577:"1701",fc574813:"1710",ee7cd563:"1747",c79410ce:"1781",ed2b6bad:"1799",b7fc746c:"1807","6b35adbd":"1846","4f42efe0":"1857",acecf23e:"1903","809aef81":"1929","32300f2b":"1935",fca1c61f:"1966","2590134c":"1988","60d8ddcf":"2018","8b78d9af":"2028","00471c28":"2058",cf256994:"2063","85a612f0":"2120","355e1a50":"2140","2f503145":"2141","770fff4c":"2160","4c879a0c":"2246","8b0a862a":"2309","0902c6ba":"2312","9a1b5dad":"2332","7f0e6173":"2440","3bd2b188":"2457",edf03cef:"2505","3010a3b3":"2600","8d1a8758":"2637","89a2fb89":"2662",c3706649:"2669",bde65b9a:"2687","9e4087bc":"2711","18c2f3ae":"2768",bc0c5737:"2775",b41f0793:"2799","25003e4f":"2838",f4c8f530:"2854",d3520f42:"2877",f2da583d:"2896","145e2e31":"2961","51373b82":"3050","0f5f4ab4":"3055",d594504c:"3057","0ce9a96b":"3116","2ca02478":"3126",b7c35e21:"3177",ed0217bd:"3244",ccc49370:"3249","574725fd":"3261","58cf0085":"3290","122acf02":"3308",d15734cb:"3336",c87c3b2d:"3437",f4970b8d:"3483","4aea0eb8":"3599",bc7f526c:"3713",aa77e7c9:"3715",ff1743d5:"3893","8980fd50":"3903",f1e8f4f1:"3978","8892a95d":"4059",b8c57c6b:"4099",de2f1cfb:"4122",fc8586db:"4127","2d8c7ff7":"4204","22d2c3aa":"4225",b7025452:"4238","8eb0b182":"4249","0254aa6b":"4268",df203c0f:"4279","9f8c93e0":"4286","5ff4493f":"4346",e9fed4cc:"4348","90199c54":"4461","209d9281":"4530","48db4f83":"4540","1df93b7f":"4583","3d575689":"4646",b869578f:"4664",cdad2653:"4705",a8d1eae7:"4707","1011f9d9":"4752","3720c009":"4787","6a43ec1b":"4794",b0e76a05:"4795","46df77c7":"4799","6875c492":"4813",d48bc2ee:"4928","5f531633":"5009","7484695c":"5117","351f2e94":"5210","980f9f12":"5258","9fb7b81b":"5364",d43f6cab:"5376",d467121d:"5404","95df591e":"5407","872632b5":"5436","96f6cfdd":"5469","5a167133":"5470",e0f4b4b0:"5498","5909ba9c":"5511","0a9b1ddc":"5571","8cd09f00":"5637","78040f3c":"5638","08584cdd":"5695","333a9305":"5728",aba21aa0:"5742","90fc5ed3":"5780",d940aa85:"5813","225e0e6c":"5841","482c029f":"5869","9c9ec0f8":"5914",fd28d966:"5918",bd9b808d:"5944","0f23b9c1":"5963","2fa290c7":"5979","80dfc6dc":"5997","667b7994":"6007","1f391b9e":"6061","9edd3b5f":"6071",aa22b93e:"6086","9a1af2b2":"6095","021122aa":"6145",bfce852e:"6149","38294d9b":"6168",d3379949:"6205","53a3e6dc":"6261",aa96ca0e:"6313",b69878a2:"6408",f5f61b79:"6413",a28b2fc1:"6423","53adacb1":"6523","2b25e3a0":"6567","79a0b437":"6716",f3f0a98f:"6780","7d6ff6c6":"6793","19aa9265":"6869","24daede1":"6913",cd46b3e1:"6915",ec3e36c3:"6938","9767caa6":"6964","2ba346f1":"7010",b2891ec6:"7075",a7bd4aaa:"7098","6682f571":"7118","207e0450":"7138",edd09643:"7186","8a63dea0":"7193","5fa55b07":"7262","9553a4b9":"7421",fd32e9ba:"7427",be133805:"7452","814f3328":"7472",f1238b38:"7477","451ccd6b":"7495","9a8ad7a8":"7516","44ff1f49":"7527",de7748d1:"7625",a6aa9e1f:"7643",ea960cfb:"7647",a1a42f29:"7649",e2f6577b:"7657",a80570b8:"7706",c5bb191f:"7708","74206f9b":"7777",d6dcbb61:"7805","48fd5280":"7832","552bc755":"7849",ff3c3fb6:"7854","404e42f6":"7960",eb347ae2:"7990",ce907eda:"8065","6895174b":"8121",ea73a08f:"8154","01a85c17":"8209",c201cedb:"8219","72531eee":"8232",d9ae0365:"8240",dc879e83:"8266","4e8293f5":"8275","72c0900d":"8286","9fa23911":"8329","6a923224":"8344",a1aada45:"8351",e849eeb6:"8399","33a4d502":"8433","5f2e81f6":"8440","2efb0cfc":"8446","86ca433b":"8457","41243d2f":"8489",fa17bbfa:"8571","1c002b62":"8627",fe5b346b:"8652","88f7b34c":"8660","18d7dd02":"8717",ffe04193:"8761",e23606c1:"8795","5969fe12":"8804",caa10b48:"8823","080ef472":"8883","3d0699be":"8897","09b34d89":"8906","00b56270":"9045","60de135a":"9046",a94703ab:"9048",a8f03678:"9064",b7e098cd:"9079",c14d7f21:"9147",fc970f3e:"9224","05a0423f":"9344",ac117325:"9372",ed0dd1a9:"9395",ac4e53aa:"9536","95dd7c50":"9544","1fc87498":"9589","41756ce8":"9616","38a6ce7f":"9644","5e95c892":"9647","10a70376":"9732",cd91772f:"9834","36994c47":"9858","18f43df0":"9861","5440313f":"9876",ca49161f:"9930"}[e]||e,r.p+r.u(e)},(()=>{var e={5354:0,1869:0};r.f.j=(a,f)=>{var c=r.o(e,a)?e[a]:void 0;if(0!==c)if(c)f.push(c[2]);else if(/^(1869|5354)$/.test(a))e[a]=0;else{var d=new Promise(((f,d)=>c=e[a]=[f,d]));f.push(c[2]=d);var b=r.p+r.u(a),t=new Error;r.l(b,(f=>{if(r.o(e,a)&&(0!==(c=e[a])&&(e[a]=void 0),c)){var d=f&&("load"===f.type?"missing":f.type),b=f&&f.target&&f.target.src;t.message="Loading chunk "+a+" failed.\n("+d+": "+b+")",t.name="ChunkLoadError",t.type=d,t.request=b,c[1](t)}}),"chunk-"+a,a)}},r.O.j=a=>0===e[a];var a=(a,f)=>{var c,d,b=f[0],t=f[1],o=f[2],n=0;if(b.some((a=>0!==e[a]))){for(c in t)r.o(t,c)&&(r.m[c]=t[c]);if(o)var i=o(r)}for(a&&a(f);n
-
+
diff --git a/blog/archive.html b/blog/archive.html
index eee6f9e4..76b5cbe7 100644
--- a/blog/archive.html
+++ b/blog/archive.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-1-100-days-of-code.html b/blog/day-1-100-days-of-code.html
index 27866e64..e3d8a62e 100644
--- a/blog/day-1-100-days-of-code.html
+++ b/blog/day-1-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-10-100-days-of-code.html b/blog/day-10-100-days-of-code.html
index e3122c01..47657acf 100644
--- a/blog/day-10-100-days-of-code.html
+++ b/blog/day-10-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-11-100-days-of-code.html b/blog/day-11-100-days-of-code.html
index 97166b51..1d8ac7bc 100644
--- a/blog/day-11-100-days-of-code.html
+++ b/blog/day-11-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-12-100-days-of-code.html b/blog/day-12-100-days-of-code.html
index d23f879c..0b63dc01 100644
--- a/blog/day-12-100-days-of-code.html
+++ b/blog/day-12-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-13-100-days-of-code.html b/blog/day-13-100-days-of-code.html
index b365bacb..c46a4524 100644
--- a/blog/day-13-100-days-of-code.html
+++ b/blog/day-13-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-14-100-days-of-code.html b/blog/day-14-100-days-of-code.html
index 8a27037f..4a7ae88b 100644
--- a/blog/day-14-100-days-of-code.html
+++ b/blog/day-14-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-15-100-days-of-code.html b/blog/day-15-100-days-of-code.html
index afb3bcb0..e7699564 100644
--- a/blog/day-15-100-days-of-code.html
+++ b/blog/day-15-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-16-100-days-of-code.html b/blog/day-16-100-days-of-code.html
index 28e16c35..0c11b79c 100644
--- a/blog/day-16-100-days-of-code.html
+++ b/blog/day-16-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-17-100-days-of-code.html b/blog/day-17-100-days-of-code.html
index 52209e37..b217a65f 100644
--- a/blog/day-17-100-days-of-code.html
+++ b/blog/day-17-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-18-100-days-of-code.html b/blog/day-18-100-days-of-code.html
index e89544e6..93838ad3 100644
--- a/blog/day-18-100-days-of-code.html
+++ b/blog/day-18-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-19-100-days-of-code.html b/blog/day-19-100-days-of-code.html
index 3a86bf33..1c4e506a 100644
--- a/blog/day-19-100-days-of-code.html
+++ b/blog/day-19-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-2-100-days-of-code.html b/blog/day-2-100-days-of-code.html
index 7a570ac4..5c60920d 100644
--- a/blog/day-2-100-days-of-code.html
+++ b/blog/day-2-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-20-100-days-of-code.html b/blog/day-20-100-days-of-code.html
index 87ec5921..5e0f777e 100644
--- a/blog/day-20-100-days-of-code.html
+++ b/blog/day-20-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-21-100-days-of-code.html b/blog/day-21-100-days-of-code.html
index c20f73e1..3f1ec4f3 100644
--- a/blog/day-21-100-days-of-code.html
+++ b/blog/day-21-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-22-100-days-of-code.html b/blog/day-22-100-days-of-code.html
index f1924d29..5afed9a9 100644
--- a/blog/day-22-100-days-of-code.html
+++ b/blog/day-22-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-3-100-days-of-code.html b/blog/day-3-100-days-of-code.html
index 31fadcd9..2b40bfff 100644
--- a/blog/day-3-100-days-of-code.html
+++ b/blog/day-3-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-4-100-days-of-code.html b/blog/day-4-100-days-of-code.html
index 45b3d530..2e1f9503 100644
--- a/blog/day-4-100-days-of-code.html
+++ b/blog/day-4-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-5-100-days-of-code.html b/blog/day-5-100-days-of-code.html
index 609d7daa..caf55497 100644
--- a/blog/day-5-100-days-of-code.html
+++ b/blog/day-5-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-6-100-days-of-code.html b/blog/day-6-100-days-of-code.html
index cef47a5d..e5009bc2 100644
--- a/blog/day-6-100-days-of-code.html
+++ b/blog/day-6-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-7-100-days-of-code.html b/blog/day-7-100-days-of-code.html
index e2159eac..f9faf2db 100644
--- a/blog/day-7-100-days-of-code.html
+++ b/blog/day-7-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-8-100-days-of-code.html b/blog/day-8-100-days-of-code.html
index bed92d66..20df65f3 100644
--- a/blog/day-8-100-days-of-code.html
+++ b/blog/day-8-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/day-9-100-days-of-code.html b/blog/day-9-100-days-of-code.html
index ece18e48..23bd1430 100644
--- a/blog/day-9-100-days-of-code.html
+++ b/blog/day-9-100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/how-to-code-everyday.html b/blog/how-to-code-everyday.html
index 3fb91633..f46a1039 100644
--- a/blog/how-to-code-everyday.html
+++ b/blog/how-to-code-everyday.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/page/2.html b/blog/page/2.html
index 78547e78..6883a708 100644
--- a/blog/page/2.html
+++ b/blog/page/2.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/page/3.html b/blog/page/3.html
index 12e0c40c..2783cdb3 100644
--- a/blog/page/3.html
+++ b/blog/page/3.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags.html b/blog/tags.html
index 6bd07335..0d2643da 100644
--- a/blog/tags.html
+++ b/blog/tags.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/100-days-of-code.html b/blog/tags/100-days-of-code.html
index 94612b15..a00d62e8 100644
--- a/blog/tags/100-days-of-code.html
+++ b/blog/tags/100-days-of-code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/100-days-of-code/page/2.html b/blog/tags/100-days-of-code/page/2.html
index 4c28916e..87892895 100644
--- a/blog/tags/100-days-of-code/page/2.html
+++ b/blog/tags/100-days-of-code/page/2.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/100-days-of-code/page/3.html b/blog/tags/100-days-of-code/page/3.html
index 0a2b23e8..a1a03019 100644
--- a/blog/tags/100-days-of-code/page/3.html
+++ b/blog/tags/100-days-of-code/page/3.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/code.html b/blog/tags/code.html
index a898acb4..925c3b6c 100644
--- a/blog/tags/code.html
+++ b/blog/tags/code.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/concurrency.html b/blog/tags/concurrency.html
index 0ac60383..92cce3a6 100644
--- a/blog/tags/concurrency.html
+++ b/blog/tags/concurrency.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/concurrent-programming.html b/blog/tags/concurrent-programming.html
index 91995ac0..bea4ec31 100644
--- a/blog/tags/concurrent-programming.html
+++ b/blog/tags/concurrent-programming.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/data-science.html b/blog/tags/data-science.html
index b6e99167..396d8dfa 100644
--- a/blog/tags/data-science.html
+++ b/blog/tags/data-science.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/data-structures.html b/blog/tags/data-structures.html
index ae709410..c2fd6890 100644
--- a/blog/tags/data-structures.html
+++ b/blog/tags/data-structures.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/database.html b/blog/tags/database.html
index f8374158..3e266277 100644
--- a/blog/tags/database.html
+++ b/blog/tags/database.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/db.html b/blog/tags/db.html
index 963ed5f5..f48c4ff8 100644
--- a/blog/tags/db.html
+++ b/blog/tags/db.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/distributed-systems.html b/blog/tags/distributed-systems.html
index ebfaac71..a8e881e6 100644
--- a/blog/tags/distributed-systems.html
+++ b/blog/tags/distributed-systems.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/english.html b/blog/tags/english.html
index d6229d3e..959d3bc4 100644
--- a/blog/tags/english.html
+++ b/blog/tags/english.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/es-lint.html b/blog/tags/es-lint.html
index a857b112..f62978c4 100644
--- a/blog/tags/es-lint.html
+++ b/blog/tags/es-lint.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/expo.html b/blog/tags/expo.html
index 63109b2b..4a35464f 100644
--- a/blog/tags/expo.html
+++ b/blog/tags/expo.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/functions.html b/blog/tags/functions.html
index 8a11ed6f..2f54554a 100644
--- a/blog/tags/functions.html
+++ b/blog/tags/functions.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/go.html b/blog/tags/go.html
index 63575d1f..fa55a0ab 100644
--- a/blog/tags/go.html
+++ b/blog/tags/go.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/godot.html b/blog/tags/godot.html
index c9560a07..20374267 100644
--- a/blog/tags/godot.html
+++ b/blog/tags/godot.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/methods.html b/blog/tags/methods.html
index 13f12cd7..c6f266e0 100644
--- a/blog/tags/methods.html
+++ b/blog/tags/methods.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/nested-tables.html b/blog/tags/nested-tables.html
index 2f0ba58f..fcbadbfb 100644
--- a/blog/tags/nested-tables.html
+++ b/blog/tags/nested-tables.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/next-js.html b/blog/tags/next-js.html
index a1039712..7bf55cad 100644
--- a/blog/tags/next-js.html
+++ b/blog/tags/next-js.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/node-js.html b/blog/tags/node-js.html
index c49f7aa7..6ee8dfec 100644
--- a/blog/tags/node-js.html
+++ b/blog/tags/node-js.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/object-relational-database.html b/blog/tags/object-relational-database.html
index 1a100021..b7f28648 100644
--- a/blog/tags/object-relational-database.html
+++ b/blog/tags/object-relational-database.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/object-tables.html b/blog/tags/object-tables.html
index fc6a966a..25a6d55f 100644
--- a/blog/tags/object-tables.html
+++ b/blog/tags/object-tables.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/object-types.html b/blog/tags/object-types.html
index eb874259..980e0d7a 100644
--- a/blog/tags/object-types.html
+++ b/blog/tags/object-types.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/odb.html b/blog/tags/odb.html
index 81667c00..680a5389 100644
--- a/blog/tags/odb.html
+++ b/blog/tags/odb.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/oracle.html b/blog/tags/oracle.html
index f8243c78..4934b107 100644
--- a/blog/tags/oracle.html
+++ b/blog/tags/oracle.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/ord.html b/blog/tags/ord.html
index 3d4a1a34..823728b0 100644
--- a/blog/tags/ord.html
+++ b/blog/tags/ord.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/pandas.html b/blog/tags/pandas.html
index 6e22d2a2..555df9a6 100644
--- a/blog/tags/pandas.html
+++ b/blog/tags/pandas.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/parallelism.html b/blog/tags/parallelism.html
index 7536b851..f50764f7 100644
--- a/blog/tags/parallelism.html
+++ b/blog/tags/parallelism.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/prettier.html b/blog/tags/prettier.html
index 02dcc861..fd275d36 100644
--- a/blog/tags/prettier.html
+++ b/blog/tags/prettier.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/procedures.html b/blog/tags/procedures.html
index 4d5510f4..2941e5ae 100644
--- a/blog/tags/procedures.html
+++ b/blog/tags/procedures.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/process.html b/blog/tags/process.html
index 439b968b..18b23752 100644
--- a/blog/tags/process.html
+++ b/blog/tags/process.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/programming.html b/blog/tags/programming.html
index ab11e805..244ea477 100644
--- a/blog/tags/programming.html
+++ b/blog/tags/programming.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/python.html b/blog/tags/python.html
index 90a60696..1276418c 100644
--- a/blog/tags/python.html
+++ b/blog/tags/python.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/react-native.html b/blog/tags/react-native.html
index e8339e3e..a7de07ca 100644
--- a/blog/tags/react-native.html
+++ b/blog/tags/react-native.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/react.html b/blog/tags/react.html
index 4b087f80..41d793a5 100644
--- a/blog/tags/react.html
+++ b/blog/tags/react.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/routine.html b/blog/tags/routine.html
index 7f2e8491..62a9355b 100644
--- a/blog/tags/routine.html
+++ b/blog/tags/routine.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/seaborn.html b/blog/tags/seaborn.html
index f969537c..6505ea83 100644
--- a/blog/tags/seaborn.html
+++ b/blog/tags/seaborn.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/swc.html b/blog/tags/swc.html
index 4207e963..6b7e1a02 100644
--- a/blog/tags/swc.html
+++ b/blog/tags/swc.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/synchronization-patterns.html b/blog/tags/synchronization-patterns.html
index f573a31d..61322c79 100644
--- a/blog/tags/synchronization-patterns.html
+++ b/blog/tags/synchronization-patterns.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/thread.html b/blog/tags/thread.html
index c129b118..ddd81bb2 100644
--- a/blog/tags/thread.html
+++ b/blog/tags/thread.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/typescript.html b/blog/tags/typescript.html
index 700a0813..882c5c64 100644
--- a/blog/tags/typescript.html
+++ b/blog/tags/typescript.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/v-array.html b/blog/tags/v-array.html
index 7d455ae9..65f09a23 100644
--- a/blog/tags/v-array.html
+++ b/blog/tags/v-array.html
@@ -9,7 +9,7 @@
-
+
diff --git a/blog/tags/zod.html b/blog/tags/zod.html
index e7991502..84ee2d58 100644
--- a/blog/tags/zod.html
+++ b/blog/tags/zod.html
@@ -9,7 +9,7 @@
-
+
diff --git a/index.html b/index.html
index 1d8badd7..3459c130 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/laliga/inimigos.html b/laliga/inimigos.html
index 1803fa29..967f0500 100644
--- a/laliga/inimigos.html
+++ b/laliga/inimigos.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/Inter-Process Communication.html b/my-brain/Inter-Process Communication.html
index e261a53f..0f7c5c5d 100644
--- a/my-brain/Inter-Process Communication.html
+++ b/my-brain/Inter-Process Communication.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/concurrent-programming.html b/my-brain/concurrent-programming.html
index 9fbba601..e5077a0a 100644
--- a/my-brain/concurrent-programming.html
+++ b/my-brain/concurrent-programming.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/concurrent-programming/basic-synchronization-patterns.html b/my-brain/concurrent-programming/basic-synchronization-patterns.html
index 312c5945..22cca93b 100644
--- a/my-brain/concurrent-programming/basic-synchronization-patterns.html
+++ b/my-brain/concurrent-programming/basic-synchronization-patterns.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/concurrent-programming/classical-synchronization-problems.html b/my-brain/concurrent-programming/classical-synchronization-problems.html
index 1eb06275..faca7204 100644
--- a/my-brain/concurrent-programming/classical-synchronization-problems.html
+++ b/my-brain/concurrent-programming/classical-synchronization-problems.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/concurrent-programming/concurrency-vs-parallelism.html b/my-brain/concurrent-programming/concurrency-vs-parallelism.html
index 04ae648a..32d8d2e2 100644
--- a/my-brain/concurrent-programming/concurrency-vs-parallelism.html
+++ b/my-brain/concurrent-programming/concurrency-vs-parallelism.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/concurrent-programming/semaphore.html b/my-brain/concurrent-programming/semaphore.html
index e84bc9bf..930cfe34 100644
--- a/my-brain/concurrent-programming/semaphore.html
+++ b/my-brain/concurrent-programming/semaphore.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/concurrent-programming/some-algorithms.html b/my-brain/concurrent-programming/some-algorithms.html
index d70b04f5..65bfd858 100644
--- a/my-brain/concurrent-programming/some-algorithms.html
+++ b/my-brain/concurrent-programming/some-algorithms.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/concurrent-programming/threads-and-process-in-python.html b/my-brain/concurrent-programming/threads-and-process-in-python.html
index 6beb1120..edd107cd 100644
--- a/my-brain/concurrent-programming/threads-and-process-in-python.html
+++ b/my-brain/concurrent-programming/threads-and-process-in-python.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/data-science.html b/my-brain/data-science.html
index 1e62cf8c..94d3c8d0 100644
--- a/my-brain/data-science.html
+++ b/my-brain/data-science.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/data-science/correlation.html b/my-brain/data-science/correlation.html
index c9caa567..5a8278d7 100644
--- a/my-brain/data-science/correlation.html
+++ b/my-brain/data-science/correlation.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/data-science/histogram.html b/my-brain/data-science/histogram.html
index 998e6dd0..4b3f1db8 100644
--- a/my-brain/data-science/histogram.html
+++ b/my-brain/data-science/histogram.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/data-science/machine-learning.html b/my-brain/data-science/machine-learning.html
index 54b13009..aa0c9889 100644
--- a/my-brain/data-science/machine-learning.html
+++ b/my-brain/data-science/machine-learning.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/data-science/machine-learning/k-means-clustering.html b/my-brain/data-science/machine-learning/k-means-clustering.html
index 44bab16c..5c1dff19 100644
--- a/my-brain/data-science/machine-learning/k-means-clustering.html
+++ b/my-brain/data-science/machine-learning/k-means-clustering.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/data-science/machine-learning/machine-learning-specialist-course.html b/my-brain/data-science/machine-learning/machine-learning-specialist-course.html
index c189c081..42fe1368 100644
--- a/my-brain/data-science/machine-learning/machine-learning-specialist-course.html
+++ b/my-brain/data-science/machine-learning/machine-learning-specialist-course.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/data-science/machine-learning/machine-learning-specialist-course/machine-learning-specialist-course-genetic-algorithms.html b/my-brain/data-science/machine-learning/machine-learning-specialist-course/machine-learning-specialist-course-genetic-algorithms.html
index dd8ac6f6..227f4e35 100644
--- a/my-brain/data-science/machine-learning/machine-learning-specialist-course/machine-learning-specialist-course-genetic-algorithms.html
+++ b/my-brain/data-science/machine-learning/machine-learning-specialist-course/machine-learning-specialist-course-genetic-algorithms.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/data-science/machine-learning/machine-learning-specialist-course/machine-learning-specialist-course-introduction.html b/my-brain/data-science/machine-learning/machine-learning-specialist-course/machine-learning-specialist-course-introduction.html
index 272e6520..da67b497 100644
--- a/my-brain/data-science/machine-learning/machine-learning-specialist-course/machine-learning-specialist-course-introduction.html
+++ b/my-brain/data-science/machine-learning/machine-learning-specialist-course/machine-learning-specialist-course-introduction.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/data-science/machine-learning/machine-learning-specialist-course/machine-learning-specialist-course-svm.html b/my-brain/data-science/machine-learning/machine-learning-specialist-course/machine-learning-specialist-course-svm.html
index 28a458a7..bd24f07e 100644
--- a/my-brain/data-science/machine-learning/machine-learning-specialist-course/machine-learning-specialist-course-svm.html
+++ b/my-brain/data-science/machine-learning/machine-learning-specialist-course/machine-learning-specialist-course-svm.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/data-science/machine-learning/machine-learning-specialist-course/machine-learning-specialist-course-unsupervised-machine-learning.html b/my-brain/data-science/machine-learning/machine-learning-specialist-course/machine-learning-specialist-course-unsupervised-machine-learning.html
index 2c9dff58..640f5fab 100644
--- a/my-brain/data-science/machine-learning/machine-learning-specialist-course/machine-learning-specialist-course-unsupervised-machine-learning.html
+++ b/my-brain/data-science/machine-learning/machine-learning-specialist-course/machine-learning-specialist-course-unsupervised-machine-learning.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/databases.html b/my-brain/databases.html
index 865fb229..9ebffc1f 100644
--- a/my-brain/databases.html
+++ b/my-brain/databases.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/databases/data-model-types.html b/my-brain/databases/data-model-types.html
index 882ce618..621fd738 100644
--- a/my-brain/databases/data-model-types.html
+++ b/my-brain/databases/data-model-types.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/databases/disk-storage-file-structures-and-hashing.html b/my-brain/databases/disk-storage-file-structures-and-hashing.html
index abd8b8c7..28fa6ae9 100644
--- a/my-brain/databases/disk-storage-file-structures-and-hashing.html
+++ b/my-brain/databases/disk-storage-file-structures-and-hashing.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/databases/sqlite.html b/my-brain/databases/sqlite.html
index 222cea7c..93978367 100644
--- a/my-brain/databases/sqlite.html
+++ b/my-brain/databases/sqlite.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/godot.html b/my-brain/godot.html
index 45cdbf55..ce2007b4 100644
--- a/my-brain/godot.html
+++ b/my-brain/godot.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/godot/changing-scenes.html b/my-brain/godot/changing-scenes.html
index 4527837b..59543034 100644
--- a/my-brain/godot/changing-scenes.html
+++ b/my-brain/godot/changing-scenes.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/godot/dogot-pausing.html b/my-brain/godot/dogot-pausing.html
index d701d4b5..ae395703 100644
--- a/my-brain/godot/dogot-pausing.html
+++ b/my-brain/godot/dogot-pausing.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/godot/godot-autoloads.html b/my-brain/godot/godot-autoloads.html
index 5e283da1..040f8793 100644
--- a/my-brain/godot/godot-autoloads.html
+++ b/my-brain/godot/godot-autoloads.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/godot/godot-groups.html b/my-brain/godot/godot-groups.html
index 74a11dab..8e6d040d 100644
--- a/my-brain/godot/godot-groups.html
+++ b/my-brain/godot/godot-groups.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/godot/godot-nodes.html b/my-brain/godot/godot-nodes.html
index 0f471fd7..d40708e3 100644
--- a/my-brain/godot/godot-nodes.html
+++ b/my-brain/godot/godot-nodes.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/godot/godot-scenes.html b/my-brain/godot/godot-scenes.html
index b8396065..c621589f 100644
--- a/my-brain/godot/godot-scenes.html
+++ b/my-brain/godot/godot-scenes.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/godot/godot-signals.html b/my-brain/godot/godot-signals.html
index 8c2bb211..ca75ed9e 100644
--- a/my-brain/godot/godot-signals.html
+++ b/my-brain/godot/godot-signals.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/godot/input-mapping.html b/my-brain/godot/input-mapping.html
index 971ecee9..e3999382 100644
--- a/my-brain/godot/input-mapping.html
+++ b/my-brain/godot/input-mapping.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/javascript.html b/my-brain/javascript.html
index a5898b4c..d4c23c1f 100644
--- a/my-brain/javascript.html
+++ b/my-brain/javascript.html
@@ -9,7 +9,7 @@
-
+
diff --git a/my-brain/leet-code.html b/my-brain/leet-code.html
index 4bfbe9db..c1646983 100644
--- a/my-brain/leet-code.html
+++ b/my-brain/leet-code.html
@@ -9,11 +9,16 @@
-
+
I'm using this page to document my Leet Code journey. I'll be adding notes on different topics and problems that I solve on Leet Code.
-
Neet Code
+Neet Code
+Some Tips:
+
+- Solve problems in order of difficulty.
+- Try to do the worst time complexity solution first and then optimize it.
+