Machine Learning vs Neural Networks: Whats the Difference?
For every problem, a certain method is suited and achieves good results while another method fails heavily. But I personally see this as one of the most interesting parts of Machine Learning. It is also the reason why you need to be proficient with several algorithms and why getting your hands dirty through practice is […]
ReactJS Render vs Return Methods
If you need the latest available data on a page, you’d be better suited with something like SSR that fetches the latest data for each request. Security can be a pro or a con for SSG depending on your needs. Since your site is only serving static files, there are fewer attack vectors uses of […]