diff --git a/README.md b/README.md index 08689854..edfa68f1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@

- binary tree logo + + + + BinaryTree +

diff --git a/api/news/news.json b/api/news/news.json index 45fea252..4098afa8 100644 --- a/api/news/news.json +++ b/api/news/news.json @@ -1 +1 @@ -{"status":"ok","totalResults":3157,"articles":[{"source":{"id":null,"name":"Codegram.com"},"author":null,"title":"Rust for JavaScript Developers (2019)","description":"A nice introduction to Rust from a JavaScript developer perspective.","url":"https://www.codegram.com/blog/rust-for-js-developers/","urlToImage":"https://www.codegram.com/assets/img/rust-for-js-developers.cfd3786a.png","publishedAt":"2024-04-21T00:31:51Z","content":"The first time I read about Rust it didn't pique my interest. Around two years ago, I was working as a web developer, mostly using JavaScript and I thought Rust wasn't for me because it looked really… [+8586 chars]"},{"source":{"id":null,"name":"Js-naked-day.org"},"author":null,"title":"Apr 24th is JavaScript Naked Day – Browse the web without JavaScript","description":"JS Naked Day: The web should work without JavaScript","url":"https://js-naked-day.org/","urlToImage":"https://js-naked-day.org/_public/images/hero-9a0f0bee12.png","publishedAt":"2024-04-21T11:33:05Z","content":"Website owners\r\nOn April 24, simply remove all JavaScript from your website. JS Naked Day lasts for one international day. Technically speaking, it will be April 24 somewhere in the world for 50 hour… [+1163 chars]"},{"source":{"id":null,"name":"Lannonbr.com"},"author":null,"title":"Array.shift Optimizations in Firefox's JavaScript Engine (2020)","description":"A look into a JS optimization in Firefox that makes the array.shift method as fast as array.pop","url":"https://lannonbr.com/blog/2020-01-27-shift-optimizations/","urlToImage":null,"publishedAt":"2024-05-06T00:24:39Z","content":"When working with arrays in Javascript, there's two sets of functions if you want to add or remove items to an array to a certain end of the array.\r\n